diff options
author | Ethryan <3237986+Ethryan@users.noreply.github.com> | 2024-05-22 21:42:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-22 21:42:42 +0200 |
commit | 2cf455aa66b7d78286923bb873cffabcd997edc6 (patch) | |
tree | e0daba2e808479b745c7dcc6e5637e9e2d616df5 /src/main/resources/assets/gregtech | |
parent | 66b60bb8192ab9982dd756e8725b6dbb44fec581 (diff) | |
download | GT5-Unofficial-2cf455aa66b7d78286923bb873cffabcd997edc6.tar.gz GT5-Unofficial-2cf455aa66b7d78286923bb873cffabcd997edc6.tar.bz2 GT5-Unofficial-2cf455aa66b7d78286923bb873cffabcd997edc6.zip |
Implementation: Raw Ore Items as Ore Drops (#2502)
* testing
* Fix textures
* Adding Drops, still need to add furnace recipe
* Need to fix the multiple smelting recipes. otherwise stuff works.
* part 2
* Remove wip block code I added
* Moved it to a new processing file
* Fix Oredict and add a stone dust chance output. And added a config option for fortune bonus.
* Finally got Spotless to work
* fix config system set it in gregtech config with oredropbehaviour in gregtech.cfg
* Added new option and an option that returns it to the old behaviour.
* Moved the raw ores to meta3 since meta1 was full. (MetaID range fix)
* Fixing the MBM to only process small ores with fortune.
* New config option
* try to fix the recipes not working on Zeta
* Implement Caedis Fortune fix
* Added comment
* Spotless
* Fix stone dust amount from macerator
* Adding Raw ore to the OreFactory (Untested)
* spotless
* Update this to actually drop the amount number of stack, instead of the stack set to the amount
* New Random function for fortune
and shapeless crushing recipes for the raw ores.
* Fix
* Actually make the block per dimension.
* Fix an () issue. And make this actually work ingame. and not just randomly.
* Change back drops
Ned to look into Silk Touch more
* Enable Silk Touch
* Wth Spotless?, THIS made you complain?
Diffstat (limited to 'src/main/resources/assets/gregtech')
54 files changed, 0 insertions, 0 deletions
diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/DIAMOND/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/DIAMOND/oreRaw.png Binary files differnew file mode 100644 index 0000000000..9934452754 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/DIAMOND/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/DIAMOND/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/DIAMOND/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..a8a3153147 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/DIAMOND/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/DULL/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/DULL/oreRaw.png Binary files differnew file mode 100644 index 0000000000..2ffdb3feae --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/DULL/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/DULL/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/DULL/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..fbc3a6800e --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/DULL/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/EMERALD/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/EMERALD/oreRaw.png Binary files differnew file mode 100644 index 0000000000..9934452754 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/EMERALD/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/EMERALD/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/EMERALD/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..a8a3153147 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/EMERALD/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/FIERY/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/FIERY/oreRaw.png Binary files differnew file mode 100644 index 0000000000..d62139a374 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/FIERY/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/FIERY/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/FIERY/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..fbc3a6800e --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/FIERY/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/FINE/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/FINE/oreRaw.png Binary files differnew file mode 100644 index 0000000000..d62139a374 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/FINE/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/FINE/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/FINE/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..fbc3a6800e --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/FINE/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/FLINT/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/FLINT/oreRaw.png Binary files differnew file mode 100644 index 0000000000..d62139a374 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/FLINT/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/FLINT/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/FLINT/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..fbc3a6800e --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/FLINT/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/FLUID/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/FLUID/oreRaw.png Binary files differnew file mode 100644 index 0000000000..d62139a374 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/FLUID/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/FLUID/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/FLUID/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..fbc3a6800e --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/FLUID/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/GEM_HORIZONTAL/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/GEM_HORIZONTAL/oreRaw.png Binary files differnew file mode 100644 index 0000000000..9934452754 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/GEM_HORIZONTAL/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/GEM_HORIZONTAL/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/GEM_HORIZONTAL/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..a8a3153147 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/GEM_HORIZONTAL/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/GEM_VERTICAL/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/GEM_VERTICAL/oreRaw.png Binary files differnew file mode 100644 index 0000000000..9934452754 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/GEM_VERTICAL/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/GEM_VERTICAL/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/GEM_VERTICAL/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..a8a3153147 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/GEM_VERTICAL/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/GLASS/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/GLASS/oreRaw.png Binary files differnew file mode 100644 index 0000000000..b275591db9 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/GLASS/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/GLASS/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/GLASS/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..fbc3a6800e --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/GLASS/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/LAPIS/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/LAPIS/oreRaw.png Binary files differnew file mode 100644 index 0000000000..9934452754 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/LAPIS/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/LAPIS/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/LAPIS/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..a8a3153147 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/LAPIS/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/LEAF/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/LEAF/oreRaw.png Binary files differnew file mode 100644 index 0000000000..d62139a374 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/LEAF/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/LEAF/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/LEAF/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..fbc3a6800e --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/LEAF/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/LIGNITE/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/LIGNITE/oreRaw.png Binary files differnew file mode 100644 index 0000000000..d62139a374 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/LIGNITE/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/LIGNITE/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/LIGNITE/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..fbc3a6800e --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/LIGNITE/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/MAGNETIC/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/MAGNETIC/oreRaw.png Binary files differnew file mode 100644 index 0000000000..d62139a374 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/MAGNETIC/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/MAGNETIC/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/MAGNETIC/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..fbc3a6800e --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/MAGNETIC/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/METALLIC/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/METALLIC/oreRaw.png Binary files differnew file mode 100644 index 0000000000..24e8f98813 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/METALLIC/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/METALLIC/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/METALLIC/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..fbc3a6800e --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/METALLIC/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/NETHERSTAR/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/NETHERSTAR/oreRaw.png Binary files differnew file mode 100644 index 0000000000..d62139a374 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/NETHERSTAR/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/NETHERSTAR/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/NETHERSTAR/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..fbc3a6800e --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/NETHERSTAR/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/NONE/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/NONE/oreRaw.png Binary files differnew file mode 100644 index 0000000000..d62139a374 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/NONE/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/NONE/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/NONE/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..fbc3a6800e --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/NONE/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/OPAL/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/OPAL/oreRaw.png Binary files differnew file mode 100644 index 0000000000..9934452754 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/OPAL/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/OPAL/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/OPAL/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..a8a3153147 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/OPAL/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/PAPER/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/PAPER/oreRaw.png Binary files differnew file mode 100644 index 0000000000..d62139a374 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/PAPER/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/PAPER/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/PAPER/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..fbc3a6800e --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/PAPER/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/POWDER/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/POWDER/oreRaw.png Binary files differnew file mode 100644 index 0000000000..d62139a374 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/POWDER/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/POWDER/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/POWDER/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..fbc3a6800e --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/POWDER/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/QUARTZ/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/QUARTZ/oreRaw.png Binary files differnew file mode 100644 index 0000000000..b275591db9 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/QUARTZ/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/QUARTZ/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/QUARTZ/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..fbc3a6800e --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/QUARTZ/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/ROUGH/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/ROUGH/oreRaw.png Binary files differnew file mode 100644 index 0000000000..d62139a374 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/ROUGH/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/ROUGH/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/ROUGH/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..fbc3a6800e --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/ROUGH/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/RUBY/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/RUBY/oreRaw.png Binary files differnew file mode 100644 index 0000000000..9934452754 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/RUBY/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/RUBY/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/RUBY/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..a8a3153147 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/RUBY/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/SAND/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/SAND/oreRaw.png Binary files differnew file mode 100644 index 0000000000..d62139a374 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/SAND/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/SAND/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/SAND/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..fbc3a6800e --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/SAND/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/SHARDS/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/SHARDS/oreRaw.png Binary files differnew file mode 100644 index 0000000000..9934452754 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/SHARDS/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/SHARDS/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/SHARDS/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..a8a3153147 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/SHARDS/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/SHINY/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/SHINY/oreRaw.png Binary files differnew file mode 100644 index 0000000000..b275591db9 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/SHINY/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/SHINY/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/SHINY/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..fbc3a6800e --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/SHINY/oreRaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/WOOD/oreRaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/WOOD/oreRaw.png Binary files differnew file mode 100644 index 0000000000..d62139a374 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/WOOD/oreRaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/WOOD/oreRaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/WOOD/oreRaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..fbc3a6800e --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/WOOD/oreRaw_OVERLAY.png |