From 2ee6a1d4fe58e673ede2c8f7b7f201fd5a5375b6 Mon Sep 17 00:00:00 2001 From: Connor-Colenso <52056774+Connor-Colenso@users.noreply.github.com> Date: Sat, 30 Jul 2022 21:54:41 +0100 Subject: Botania Materials with custom textures (#1168) * Move materials to new class and remove some old comments. * Move materials to new class and remove some old comments. * New mat textures * RGB Fixes * Change material stats Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> --- src/main/java/gregtech/api/enums/Materials.java | 35 +++++++++++++++------ .../java/gregtech/api/enums/MaterialsBotania.java | 23 ++++++++++++++ src/main/java/gregtech/api/enums/TextureSet.java | 2 -- .../gregtech/api/util/GT_Assemblyline_Server.java | 7 +++-- .../blocks/fluids/fluid.molten.gaiaspirit.png | Bin 0 -> 43590 bytes .../fluids/fluid.molten.gaiaspirit.png.mcmeta | 5 +++ .../materialicons/CUSTOM/Dreamwood/block1.png | Bin 0 -> 1743 bytes .../CUSTOM/Dreamwood/block1.png.mcmeta | 1 + .../materialicons/CUSTOM/Dreamwood/block2.png | Bin 0 -> 1744 bytes .../CUSTOM/Dreamwood/block2.png.mcmeta | 1 + .../materialicons/CUSTOM/Dreamwood/block3.png | Bin 0 -> 1803 bytes .../CUSTOM/Dreamwood/block3.png.mcmeta | 1 + .../materialicons/CUSTOM/Dreamwood/block4.png | Bin 0 -> 1762 bytes .../CUSTOM/Dreamwood/block4.png.mcmeta | 1 + .../materialicons/CUSTOM/Dreamwood/block5.png | Bin 0 -> 1738 bytes .../CUSTOM/Dreamwood/block5.png.mcmeta | 1 + .../materialicons/CUSTOM/Dreamwood/block6.png | Bin 0 -> 1743 bytes .../CUSTOM/Dreamwood/block6.png.mcmeta | 1 + .../blocks/materialicons/CUSTOM/Dreamwood/foil.png | Bin 0 -> 1699 bytes .../materialicons/CUSTOM/Dreamwood/foil.png.mcmeta | 1 + .../materialicons/CUSTOM/Dreamwood/frameGt.png | Bin 0 -> 1746 bytes .../CUSTOM/Dreamwood/frameGt.png.mcmeta | 1 + .../blocks/materialicons/CUSTOM/Dreamwood/ore.png | Bin 0 -> 1296 bytes .../materialicons/CUSTOM/Dreamwood/ore.png.mcmeta | 1 + .../materialicons/CUSTOM/Dreamwood/oreSmall.png | Bin 0 -> 1345 bytes .../CUSTOM/Dreamwood/oreSmall.png.mcmeta | 1 + .../materialicons/CUSTOM/Dreamwood/pipeHuge.png | Bin 0 -> 1727 bytes .../CUSTOM/Dreamwood/pipeHuge.png.mcmeta | 1 + .../materialicons/CUSTOM/Dreamwood/pipeLarge.png | Bin 0 -> 1749 bytes .../CUSTOM/Dreamwood/pipeLarge.png.mcmeta | 1 + .../materialicons/CUSTOM/Dreamwood/pipeMedium.png | Bin 0 -> 1736 bytes .../CUSTOM/Dreamwood/pipeMedium.png.mcmeta | 1 + .../materialicons/CUSTOM/Dreamwood/pipeNonuple.png | Bin 0 -> 1759 bytes .../CUSTOM/Dreamwood/pipeNonuple.png.mcmeta | 1 + .../CUSTOM/Dreamwood/pipeQuadruple.png | Bin 0 -> 1775 bytes .../CUSTOM/Dreamwood/pipeQuadruple.png.mcmeta | 1 + .../materialicons/CUSTOM/Dreamwood/pipeSide.png | Bin 0 -> 1713 bytes .../CUSTOM/Dreamwood/pipeSide.png.mcmeta | 1 + .../materialicons/CUSTOM/Dreamwood/pipeSmall.png | Bin 0 -> 1725 bytes .../CUSTOM/Dreamwood/pipeSmall.png.mcmeta | 1 + .../materialicons/CUSTOM/Dreamwood/pipeTiny.png | Bin 0 -> 1730 bytes .../CUSTOM/Dreamwood/pipeTiny.png.mcmeta | 1 + .../blocks/materialicons/CUSTOM/Dreamwood/void.png | Bin 0 -> 1095 bytes .../materialicons/CUSTOM/Dreamwood/void.png.mcmeta | 1 + .../blocks/materialicons/CUSTOM/Dreamwood/wire.png | Bin 0 -> 1745 bytes .../materialicons/CUSTOM/Dreamwood/wire.png.mcmeta | 1 + .../materialicons/CUSTOM/GaiaSpirit/block1.png | Bin 0 -> 25674 bytes .../CUSTOM/GaiaSpirit/block1.png.mcmeta | 1 + .../materialicons/CUSTOM/GaiaSpirit/block2.png | Bin 0 -> 25564 bytes .../CUSTOM/GaiaSpirit/block2.png.mcmeta | 1 + .../materialicons/CUSTOM/GaiaSpirit/block3.png | Bin 0 -> 26677 bytes .../CUSTOM/GaiaSpirit/block3.png.mcmeta | 1 + .../materialicons/CUSTOM/GaiaSpirit/block4.png | Bin 0 -> 28103 bytes .../CUSTOM/GaiaSpirit/block4.png.mcmeta | 1 + .../materialicons/CUSTOM/GaiaSpirit/block5.png | Bin 0 -> 16775 bytes .../CUSTOM/GaiaSpirit/block5.png.mcmeta | 1 + .../materialicons/CUSTOM/GaiaSpirit/block6.png | Bin 0 -> 25674 bytes .../CUSTOM/GaiaSpirit/block6.png.mcmeta | 1 + .../materialicons/CUSTOM/GaiaSpirit/foil.png | Bin 0 -> 20686 bytes .../CUSTOM/GaiaSpirit/foil.png.mcmeta | 1 + .../materialicons/CUSTOM/GaiaSpirit/frameGt.png | Bin 0 -> 20825 bytes .../CUSTOM/GaiaSpirit/frameGt.png.mcmeta | 1 + .../blocks/materialicons/CUSTOM/GaiaSpirit/ore.png | Bin 0 -> 8739 bytes .../materialicons/CUSTOM/GaiaSpirit/ore.png.mcmeta | 1 + .../materialicons/CUSTOM/GaiaSpirit/oreSmall.png | Bin 0 -> 12507 bytes .../CUSTOM/GaiaSpirit/oreSmall.png.mcmeta | 1 + .../materialicons/CUSTOM/GaiaSpirit/pipeHuge.png | Bin 0 -> 24154 bytes .../CUSTOM/GaiaSpirit/pipeHuge.png.mcmeta | 1 + .../materialicons/CUSTOM/GaiaSpirit/pipeLarge.png | Bin 0 -> 29361 bytes .../CUSTOM/GaiaSpirit/pipeLarge.png.mcmeta | 1 + .../materialicons/CUSTOM/GaiaSpirit/pipeMedium.png | Bin 0 -> 28574 bytes .../CUSTOM/GaiaSpirit/pipeMedium.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/pipeNonuple.png | Bin 0 -> 22648 bytes .../CUSTOM/GaiaSpirit/pipeNonuple.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/pipeQuadruple.png | Bin 0 -> 25713 bytes .../CUSTOM/GaiaSpirit/pipeQuadruple.png.mcmeta | 1 + .../materialicons/CUSTOM/GaiaSpirit/pipeSide.png | Bin 0 -> 26882 bytes .../CUSTOM/GaiaSpirit/pipeSide.png.mcmeta | 1 + .../materialicons/CUSTOM/GaiaSpirit/pipeSmall.png | Bin 0 -> 27928 bytes .../CUSTOM/GaiaSpirit/pipeSmall.png.mcmeta | 1 + .../materialicons/CUSTOM/GaiaSpirit/pipeTiny.png | Bin 0 -> 27742 bytes .../CUSTOM/GaiaSpirit/pipeTiny.png.mcmeta | 1 + .../materialicons/CUSTOM/GaiaSpirit/void.png | Bin 0 -> 263 bytes .../CUSTOM/GaiaSpirit/void.png.mcmeta | 1 + .../materialicons/CUSTOM/GaiaSpirit/wire.png | Bin 0 -> 35776 bytes .../CUSTOM/GaiaSpirit/wire.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingrock/block1.png | Bin 0 -> 764 bytes .../CUSTOM/Livingrock/block1.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingrock/block2.png | Bin 0 -> 764 bytes .../CUSTOM/Livingrock/block2.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingrock/block3.png | Bin 0 -> 769 bytes .../CUSTOM/Livingrock/block3.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingrock/block4.png | Bin 0 -> 767 bytes .../CUSTOM/Livingrock/block4.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingrock/block5.png | Bin 0 -> 764 bytes .../CUSTOM/Livingrock/block5.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingrock/block6.png | Bin 0 -> 764 bytes .../CUSTOM/Livingrock/block6.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingrock/foil.png | Bin 0 -> 763 bytes .../CUSTOM/Livingrock/foil.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingrock/frameGt.png | Bin 0 -> 769 bytes .../CUSTOM/Livingrock/frameGt.png.mcmeta | 1 + .../blocks/materialicons/CUSTOM/Livingrock/ore.png | Bin 0 -> 278 bytes .../materialicons/CUSTOM/Livingrock/ore.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingrock/oreSmall.png | Bin 0 -> 326 bytes .../CUSTOM/Livingrock/oreSmall.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingrock/pipeHuge.png | Bin 0 -> 767 bytes .../CUSTOM/Livingrock/pipeHuge.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingrock/pipeLarge.png | Bin 0 -> 779 bytes .../CUSTOM/Livingrock/pipeLarge.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingrock/pipeMedium.png | Bin 0 -> 775 bytes .../CUSTOM/Livingrock/pipeMedium.png.mcmeta | 1 + .../CUSTOM/Livingrock/pipeNonuple.png | Bin 0 -> 783 bytes .../CUSTOM/Livingrock/pipeNonuple.png.mcmeta | 1 + .../CUSTOM/Livingrock/pipeQuadruple.png | Bin 0 -> 774 bytes .../CUSTOM/Livingrock/pipeQuadruple.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingrock/pipeSide.png | Bin 0 -> 766 bytes .../CUSTOM/Livingrock/pipeSide.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingrock/pipeSmall.png | Bin 0 -> 772 bytes .../CUSTOM/Livingrock/pipeSmall.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingrock/pipeTiny.png | Bin 0 -> 771 bytes .../CUSTOM/Livingrock/pipeTiny.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingrock/void.png | Bin 0 -> 75 bytes .../CUSTOM/Livingrock/void.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingrock/wire.png | Bin 0 -> 765 bytes .../CUSTOM/Livingrock/wire.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingwood/block1.png | Bin 0 -> 1668 bytes .../CUSTOM/Livingwood/block1.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingwood/block2.png | Bin 0 -> 1683 bytes .../CUSTOM/Livingwood/block2.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingwood/block3.png | Bin 0 -> 1688 bytes .../CUSTOM/Livingwood/block3.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingwood/block4.png | Bin 0 -> 1683 bytes .../CUSTOM/Livingwood/block4.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingwood/block5.png | Bin 0 -> 1682 bytes .../CUSTOM/Livingwood/block5.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingwood/block6.png | Bin 0 -> 1668 bytes .../CUSTOM/Livingwood/block6.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingwood/foil.png | Bin 0 -> 1595 bytes .../CUSTOM/Livingwood/foil.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingwood/frameGt.png | Bin 0 -> 1665 bytes .../CUSTOM/Livingwood/frameGt.png.mcmeta | 1 + .../blocks/materialicons/CUSTOM/Livingwood/ore.png | Bin 0 -> 1294 bytes .../materialicons/CUSTOM/Livingwood/ore.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingwood/oreSmall.png | Bin 0 -> 1338 bytes .../CUSTOM/Livingwood/oreSmall.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingwood/pipeHuge.png | Bin 0 -> 1655 bytes .../CUSTOM/Livingwood/pipeHuge.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingwood/pipeLarge.png | Bin 0 -> 1665 bytes .../CUSTOM/Livingwood/pipeLarge.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingwood/pipeMedium.png | Bin 0 -> 1660 bytes .../CUSTOM/Livingwood/pipeMedium.png.mcmeta | 1 + .../CUSTOM/Livingwood/pipeNonuple.png | Bin 0 -> 1674 bytes .../CUSTOM/Livingwood/pipeNonuple.png.mcmeta | 1 + .../CUSTOM/Livingwood/pipeQuadruple.png | Bin 0 -> 1679 bytes .../CUSTOM/Livingwood/pipeQuadruple.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingwood/pipeSide.png | Bin 0 -> 1640 bytes .../CUSTOM/Livingwood/pipeSide.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingwood/pipeSmall.png | Bin 0 -> 1654 bytes .../CUSTOM/Livingwood/pipeSmall.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingwood/pipeTiny.png | Bin 0 -> 1646 bytes .../CUSTOM/Livingwood/pipeTiny.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingwood/void.png | Bin 0 -> 1095 bytes .../CUSTOM/Livingwood/void.png.mcmeta | 1 + .../materialicons/CUSTOM/Livingwood/wire.png | Bin 0 -> 1658 bytes .../CUSTOM/Livingwood/wire.png.mcmeta | 1 + .../CUSTOM/Botania-Dragonstone/TURBINE_BLADE.png | Bin 0 -> 2983 bytes .../Botania-Dragonstone/TURBINE_BLADE_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/arrowGtPlastic.png | Bin 0 -> 2785 bytes .../Botania-Dragonstone/arrowGtPlastic_OVERLAY.png | Bin 0 -> 283 bytes .../CUSTOM/Botania-Dragonstone/arrowGtWood.png | Bin 0 -> 2785 bytes .../Botania-Dragonstone/arrowGtWood_OVERLAY.png | Bin 0 -> 294 bytes .../CUSTOM/Botania-Dragonstone/bolt.png | Bin 0 -> 2769 bytes .../CUSTOM/Botania-Dragonstone/bolt_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/casingSmall.png | Bin 0 -> 3018 bytes .../Botania-Dragonstone/casingSmall_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/cell.png | Bin 0 -> 2788 bytes .../CUSTOM/Botania-Dragonstone/cellPlasma.png | Bin 0 -> 2788 bytes .../Botania-Dragonstone/cellPlasma_OVERLAY.png | Bin 0 -> 290 bytes .../CUSTOM/Botania-Dragonstone/cell_OVERLAY.png | Bin 0 -> 309 bytes .../CUSTOM/Botania-Dragonstone/crateGtDust.png | Bin 0 -> 2818 bytes .../Botania-Dragonstone/crateGtDust_OVERLAY.png | Bin 0 -> 506 bytes .../CUSTOM/Botania-Dragonstone/crateGtGem.png | Bin 0 -> 2816 bytes .../Botania-Dragonstone/crateGtGem_OVERLAY.png | Bin 0 -> 526 bytes .../CUSTOM/Botania-Dragonstone/crateGtIngot.png | Bin 0 -> 2819 bytes .../Botania-Dragonstone/crateGtIngot_OVERLAY.png | Bin 0 -> 517 bytes .../CUSTOM/Botania-Dragonstone/crateGtPlate.png | Bin 0 -> 2838 bytes .../Botania-Dragonstone/crateGtPlate_OVERLAY.png | Bin 0 -> 449 bytes .../CUSTOM/Botania-Dragonstone/crushed.png | Bin 0 -> 3147 bytes .../Botania-Dragonstone/crushedCentrifuged.png | Bin 0 -> 3046 bytes .../crushedCentrifuged_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/crushedPurified.png | Bin 0 -> 3201 bytes .../crushedPurified_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/crushed_OVERLAY.png | Bin 0 -> 480 bytes .../CUSTOM/Botania-Dragonstone/dust.png | Bin 0 -> 3026 bytes .../CUSTOM/Botania-Dragonstone/dustImpure.png | Bin 0 -> 3026 bytes .../Botania-Dragonstone/dustImpure_OVERLAY.png | Bin 0 -> 430 bytes .../CUSTOM/Botania-Dragonstone/dustPure.png | Bin 0 -> 3026 bytes .../Botania-Dragonstone/dustPure_OVERLAY.png | Bin 0 -> 424 bytes .../CUSTOM/Botania-Dragonstone/dustSmall.png | Bin 0 -> 2866 bytes .../Botania-Dragonstone/dustSmall_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/dustTiny.png | Bin 0 -> 2794 bytes .../Botania-Dragonstone/dustTiny_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/dust_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/foil.png | Bin 0 -> 3100 bytes .../CUSTOM/Botania-Dragonstone/foil_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/gearGt.png | Bin 0 -> 3170 bytes .../CUSTOM/Botania-Dragonstone/gearGtSmall.png | Bin 0 -> 2963 bytes .../Botania-Dragonstone/gearGtSmall_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/gearGt_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/gem.png | Bin 0 -> 3077 bytes .../CUSTOM/Botania-Dragonstone/gemChipped.png | Bin 0 -> 3014 bytes .../Botania-Dragonstone/gemChipped_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/gemExquisite.png | Bin 0 -> 3243 bytes .../Botania-Dragonstone/gemExquisite_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/gemFlawed.png | Bin 0 -> 3046 bytes .../Botania-Dragonstone/gemFlawed_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/gemFlawless.png | Bin 0 -> 3067 bytes .../Botania-Dragonstone/gemFlawless_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/gem_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/handleMallet.png | Bin 0 -> 2956 bytes .../Botania-Dragonstone/handleMallet_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/ingot.png | Bin 0 -> 3093 bytes .../CUSTOM/Botania-Dragonstone/ingotDouble.png | Bin 0 -> 3226 bytes .../Botania-Dragonstone/ingotDouble_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/ingotHot.png | Bin 0 -> 3091 bytes .../Botania-Dragonstone/ingotHot_OVERLAY.png | Bin 0 -> 309 bytes .../CUSTOM/Botania-Dragonstone/ingotQuadruple.png | Bin 0 -> 3302 bytes .../Botania-Dragonstone/ingotQuadruple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/ingotQuintuple.png | Bin 0 -> 3321 bytes .../Botania-Dragonstone/ingotQuintuple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/ingotTriple.png | Bin 0 -> 3253 bytes .../Botania-Dragonstone/ingotTriple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/ingot_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/lens.png | Bin 0 -> 3001 bytes .../CUSTOM/Botania-Dragonstone/lens_OVERLAY.png | Bin 0 -> 567 bytes .../CUSTOM/Botania-Dragonstone/nugget.png | Bin 0 -> 2856 bytes .../CUSTOM/Botania-Dragonstone/nugget_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/plate.png | Bin 0 -> 3066 bytes .../CUSTOM/Botania-Dragonstone/plateDense.png | Bin 0 -> 3092 bytes .../Botania-Dragonstone/plateDense_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/plateDouble.png | Bin 0 -> 3113 bytes .../Botania-Dragonstone/plateDouble_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/plateQuadruple.png | Bin 0 -> 3215 bytes .../Botania-Dragonstone/plateQuadruple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/plateQuintuple.png | Bin 0 -> 3227 bytes .../Botania-Dragonstone/plateQuintuple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/plateTriple.png | Bin 0 -> 3161 bytes .../Botania-Dragonstone/plateTriple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/plate_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/ring.png | Bin 0 -> 2929 bytes .../CUSTOM/Botania-Dragonstone/ring_OVERLAY.png | Bin 0 -> 174 bytes .../CUSTOM/Botania-Dragonstone/rotor.png | Bin 0 -> 3042 bytes .../CUSTOM/Botania-Dragonstone/rotor_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/round.png | Bin 0 -> 2783 bytes .../CUSTOM/Botania-Dragonstone/round_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/screw.png | Bin 0 -> 2819 bytes .../CUSTOM/Botania-Dragonstone/screw_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/spring.png | Bin 0 -> 3042 bytes .../CUSTOM/Botania-Dragonstone/springSmall.png | Bin 0 -> 2863 bytes .../Botania-Dragonstone/springSmall_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/spring_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/stick.png | Bin 0 -> 2856 bytes .../CUSTOM/Botania-Dragonstone/stickLong.png | Bin 0 -> 2803 bytes .../Botania-Dragonstone/stickLong_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/stick_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/toolHeadArrow.png | Bin 0 -> 2889 bytes .../Botania-Dragonstone/toolHeadArrow_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/toolHeadAxe.png | Bin 0 -> 2873 bytes .../Botania-Dragonstone/toolHeadAxe_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/toolHeadBuzzSaw.png | Bin 0 -> 3178 bytes .../toolHeadBuzzSaw_OVERLAY.png | Bin 0 -> 143 bytes .../Botania-Dragonstone/toolHeadChainsaw.png | Bin 0 -> 2924 bytes .../toolHeadChainsaw_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/toolHeadDrill.png | Bin 0 -> 2899 bytes .../Botania-Dragonstone/toolHeadDrill_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/toolHeadFile.png | Bin 0 -> 2932 bytes .../Botania-Dragonstone/toolHeadFile_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/toolHeadHammer.png | Bin 0 -> 2850 bytes .../Botania-Dragonstone/toolHeadHammer_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/toolHeadHoe.png | Bin 0 -> 2807 bytes .../Botania-Dragonstone/toolHeadHoe_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/toolHeadMallet.png | Bin 0 -> 2866 bytes .../Botania-Dragonstone/toolHeadMallet_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/toolHeadPickaxe.png | Bin 0 -> 2874 bytes .../toolHeadPickaxe_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/toolHeadPlow.png | Bin 0 -> 2902 bytes .../Botania-Dragonstone/toolHeadPlow_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/toolHeadSaw.png | Bin 0 -> 2878 bytes .../Botania-Dragonstone/toolHeadSaw_OVERLAY.png | Bin 0 -> 143 bytes .../Botania-Dragonstone/toolHeadScrewdriver.png | Bin 0 -> 2818 bytes .../toolHeadScrewdriver_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/toolHeadSense.png | Bin 0 -> 2842 bytes .../Botania-Dragonstone/toolHeadSense_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/toolHeadShovel.png | Bin 0 -> 2838 bytes .../Botania-Dragonstone/toolHeadShovel_OVERLAY.png | Bin 0 -> 143 bytes .../Botania-Dragonstone/toolHeadSoldering.png | Bin 0 -> 2854 bytes .../toolHeadSoldering_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/toolHeadSword.png | Bin 0 -> 2940 bytes .../Botania-Dragonstone/toolHeadSword_OVERLAY.png | Bin 0 -> 143 bytes .../Botania-Dragonstone/toolHeadUniversalSpade.png | Bin 0 -> 2850 bytes .../toolHeadUniversalSpade_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/toolHeadWrench.png | Bin 0 -> 2867 bytes .../Botania-Dragonstone/toolHeadWrench_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/turbineBlade.png | Bin 0 -> 2983 bytes .../Botania-Dragonstone/turbineBlade_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/void.png | Bin 0 -> 2695 bytes .../CUSTOM/Botania-Dragonstone/void_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Botania-Dragonstone/wireFine.png | Bin 0 -> 3043 bytes .../Botania-Dragonstone/wireFine_OVERLAY.png | Bin 0 -> 271 bytes .../CUSTOM/Dreamwood/TURBINE_BLADE.png | Bin 0 -> 1408 bytes .../CUSTOM/Dreamwood/TURBINE_BLADE_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/arrowGtPlastic.png | Bin 0 -> 1193 bytes .../CUSTOM/Dreamwood/arrowGtPlastic_OVERLAY.png | Bin 0 -> 283 bytes .../materialicons/CUSTOM/Dreamwood/arrowGtWood.png | Bin 0 -> 1193 bytes .../CUSTOM/Dreamwood/arrowGtWood_OVERLAY.png | Bin 0 -> 294 bytes .../items/materialicons/CUSTOM/Dreamwood/bolt.png | Bin 0 -> 1182 bytes .../CUSTOM/Dreamwood/bolt_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Dreamwood/casingSmall.png | Bin 0 -> 1563 bytes .../CUSTOM/Dreamwood/casingSmall_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/Dreamwood/cell.png | Bin 0 -> 1190 bytes .../materialicons/CUSTOM/Dreamwood/cellPlasma.png | Bin 0 -> 1190 bytes .../CUSTOM/Dreamwood/cellPlasma_OVERLAY.png | Bin 0 -> 290 bytes .../CUSTOM/Dreamwood/cell_OVERLAY.png | Bin 0 -> 309 bytes .../materialicons/CUSTOM/Dreamwood/crateGtDust.png | Bin 0 -> 1234 bytes .../CUSTOM/Dreamwood/crateGtDust_OVERLAY.png | Bin 0 -> 506 bytes .../materialicons/CUSTOM/Dreamwood/crateGtGem.png | Bin 0 -> 1231 bytes .../CUSTOM/Dreamwood/crateGtGem_OVERLAY.png | Bin 0 -> 526 bytes .../CUSTOM/Dreamwood/crateGtIngot.png | Bin 0 -> 1232 bytes .../CUSTOM/Dreamwood/crateGtIngot_OVERLAY.png | Bin 0 -> 517 bytes .../CUSTOM/Dreamwood/crateGtPlate.png | Bin 0 -> 1259 bytes .../CUSTOM/Dreamwood/crateGtPlate_OVERLAY.png | Bin 0 -> 449 bytes .../materialicons/CUSTOM/Dreamwood/crushed.png | Bin 0 -> 1551 bytes .../CUSTOM/Dreamwood/crushedCentrifuged.png | Bin 0 -> 1451 bytes .../Dreamwood/crushedCentrifuged_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/crushedPurified.png | Bin 0 -> 1609 bytes .../CUSTOM/Dreamwood/crushedPurified_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/crushed_OVERLAY.png | Bin 0 -> 480 bytes .../items/materialicons/CUSTOM/Dreamwood/dust.png | Bin 0 -> 1433 bytes .../materialicons/CUSTOM/Dreamwood/dustImpure.png | Bin 0 -> 1433 bytes .../CUSTOM/Dreamwood/dustImpure_OVERLAY.png | Bin 0 -> 430 bytes .../materialicons/CUSTOM/Dreamwood/dustPure.png | Bin 0 -> 1433 bytes .../CUSTOM/Dreamwood/dustPure_OVERLAY.png | Bin 0 -> 424 bytes .../materialicons/CUSTOM/Dreamwood/dustSmall.png | Bin 0 -> 1269 bytes .../CUSTOM/Dreamwood/dustSmall_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Dreamwood/dustTiny.png | Bin 0 -> 1206 bytes .../CUSTOM/Dreamwood/dustTiny_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/dust_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/Dreamwood/foil.png | Bin 0 -> 1535 bytes .../CUSTOM/Dreamwood/foil_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Dreamwood/gearGt.png | Bin 0 -> 1628 bytes .../materialicons/CUSTOM/Dreamwood/gearGtSmall.png | Bin 0 -> 1402 bytes .../CUSTOM/Dreamwood/gearGtSmall_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/gearGt_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/Dreamwood/gem.png | Bin 0 -> 1585 bytes .../materialicons/CUSTOM/Dreamwood/gemChipped.png | Bin 0 -> 1440 bytes .../CUSTOM/Dreamwood/gemChipped_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/gemExquisite.png | Bin 0 -> 1684 bytes .../CUSTOM/Dreamwood/gemExquisite_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Dreamwood/gemFlawed.png | Bin 0 -> 1473 bytes .../CUSTOM/Dreamwood/gemFlawed_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Dreamwood/gemFlawless.png | Bin 0 -> 1546 bytes .../CUSTOM/Dreamwood/gemFlawless_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Dreamwood/gem_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/handleMallet.png | Bin 0 -> 1315 bytes .../CUSTOM/Dreamwood/handleMallet_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/Dreamwood/ingot.png | Bin 0 -> 1583 bytes .../materialicons/CUSTOM/Dreamwood/ingotDouble.png | Bin 0 -> 1705 bytes .../CUSTOM/Dreamwood/ingotDouble_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Dreamwood/ingotHot.png | Bin 0 -> 1561 bytes .../CUSTOM/Dreamwood/ingotHot_OVERLAY.png | Bin 0 -> 309 bytes .../CUSTOM/Dreamwood/ingotQuadruple.png | Bin 0 -> 1825 bytes .../CUSTOM/Dreamwood/ingotQuadruple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/ingotQuintuple.png | Bin 0 -> 1824 bytes .../CUSTOM/Dreamwood/ingotQuintuple_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Dreamwood/ingotTriple.png | Bin 0 -> 1764 bytes .../CUSTOM/Dreamwood/ingotTriple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/ingot_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/Dreamwood/lens.png | Bin 0 -> 1468 bytes .../CUSTOM/Dreamwood/lens_OVERLAY.png | Bin 0 -> 567 bytes .../materialicons/CUSTOM/Dreamwood/nugget.png | Bin 0 -> 1250 bytes .../CUSTOM/Dreamwood/nugget_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/Dreamwood/plate.png | Bin 0 -> 1523 bytes .../materialicons/CUSTOM/Dreamwood/plateDense.png | Bin 0 -> 1547 bytes .../CUSTOM/Dreamwood/plateDense_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Dreamwood/plateDouble.png | Bin 0 -> 1568 bytes .../CUSTOM/Dreamwood/plateDouble_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/plateQuadruple.png | Bin 0 -> 1666 bytes .../CUSTOM/Dreamwood/plateQuadruple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/plateQuintuple.png | Bin 0 -> 1695 bytes .../CUSTOM/Dreamwood/plateQuintuple_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Dreamwood/plateTriple.png | Bin 0 -> 1609 bytes .../CUSTOM/Dreamwood/plateTriple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/plate_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/Dreamwood/ring.png | Bin 0 -> 1364 bytes .../CUSTOM/Dreamwood/ring_OVERLAY.png | Bin 0 -> 174 bytes .../items/materialicons/CUSTOM/Dreamwood/rotor.png | Bin 0 -> 1464 bytes .../CUSTOM/Dreamwood/rotor_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/Dreamwood/round.png | Bin 0 -> 1203 bytes .../CUSTOM/Dreamwood/round_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/Dreamwood/screw.png | Bin 0 -> 1211 bytes .../CUSTOM/Dreamwood/screw_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Dreamwood/spring.png | Bin 0 -> 1537 bytes .../materialicons/CUSTOM/Dreamwood/springSmall.png | Bin 0 -> 1308 bytes .../CUSTOM/Dreamwood/springSmall_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/spring_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/Dreamwood/stick.png | Bin 0 -> 1258 bytes .../materialicons/CUSTOM/Dreamwood/stickLong.png | Bin 0 -> 1207 bytes .../CUSTOM/Dreamwood/stickLong_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/stick_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/toolHeadArrow.png | Bin 0 -> 1297 bytes .../CUSTOM/Dreamwood/toolHeadArrow_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Dreamwood/toolHeadAxe.png | Bin 0 -> 1270 bytes .../CUSTOM/Dreamwood/toolHeadAxe_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/toolHeadBuzzSaw.png | Bin 0 -> 1625 bytes .../CUSTOM/Dreamwood/toolHeadBuzzSaw_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/toolHeadChainsaw.png | Bin 0 -> 1317 bytes .../CUSTOM/Dreamwood/toolHeadChainsaw_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/toolHeadDrill.png | Bin 0 -> 1306 bytes .../CUSTOM/Dreamwood/toolHeadDrill_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/toolHeadFile.png | Bin 0 -> 1329 bytes .../CUSTOM/Dreamwood/toolHeadFile_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/toolHeadHammer.png | Bin 0 -> 1271 bytes .../CUSTOM/Dreamwood/toolHeadHammer_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Dreamwood/toolHeadHoe.png | Bin 0 -> 1223 bytes .../CUSTOM/Dreamwood/toolHeadHoe_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/toolHeadMallet.png | Bin 0 -> 1275 bytes .../CUSTOM/Dreamwood/toolHeadMallet_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/toolHeadPickaxe.png | Bin 0 -> 1297 bytes .../CUSTOM/Dreamwood/toolHeadPickaxe_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/toolHeadPlow.png | Bin 0 -> 1303 bytes .../CUSTOM/Dreamwood/toolHeadPlow_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Dreamwood/toolHeadSaw.png | Bin 0 -> 1291 bytes .../CUSTOM/Dreamwood/toolHeadSaw_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/toolHeadScrewdriver.png | Bin 0 -> 1262 bytes .../Dreamwood/toolHeadScrewdriver_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/toolHeadSense.png | Bin 0 -> 1250 bytes .../CUSTOM/Dreamwood/toolHeadSense_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/toolHeadShovel.png | Bin 0 -> 1229 bytes .../CUSTOM/Dreamwood/toolHeadShovel_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/toolHeadSoldering.png | Bin 0 -> 1234 bytes .../CUSTOM/Dreamwood/toolHeadSoldering_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/toolHeadSword.png | Bin 0 -> 1361 bytes .../CUSTOM/Dreamwood/toolHeadSword_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/toolHeadUniversalSpade.png | Bin 0 -> 1242 bytes .../Dreamwood/toolHeadUniversalSpade_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/toolHeadWrench.png | Bin 0 -> 1276 bytes .../CUSTOM/Dreamwood/toolHeadWrench_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Dreamwood/turbineBlade.png | Bin 0 -> 1408 bytes .../CUSTOM/Dreamwood/turbineBlade_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/Dreamwood/void.png | Bin 0 -> 1095 bytes .../CUSTOM/Dreamwood/void_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Dreamwood/wireFine.png | Bin 0 -> 1461 bytes .../CUSTOM/Dreamwood/wireFine_OVERLAY.png | Bin 0 -> 271 bytes .../CUSTOM/GaiaSpirit/TURBINE_BLADE.png | Bin 0 -> 13931 bytes .../CUSTOM/GaiaSpirit/TURBINE_BLADE.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/TURBINE_BLADE_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/arrowGtPlastic.png | Bin 0 -> 4025 bytes .../CUSTOM/GaiaSpirit/arrowGtPlastic.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/arrowGtPlastic_OVERLAY.png | Bin 0 -> 283 bytes .../CUSTOM/GaiaSpirit/arrowGtWood.png | Bin 0 -> 4025 bytes .../CUSTOM/GaiaSpirit/arrowGtWood.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/arrowGtWood_OVERLAY.png | Bin 0 -> 294 bytes .../items/materialicons/CUSTOM/GaiaSpirit/bolt.png | Bin 0 -> 4313 bytes .../CUSTOM/GaiaSpirit/bolt.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/bolt_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/casingSmall.png | Bin 0 -> 11154 bytes .../CUSTOM/GaiaSpirit/casingSmall.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/casingSmall_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/GaiaSpirit/cell.png | Bin 0 -> 4413 bytes .../CUSTOM/GaiaSpirit/cell.png.mcmeta | 1 + .../materialicons/CUSTOM/GaiaSpirit/cellPlasma.png | Bin 0 -> 4413 bytes .../CUSTOM/GaiaSpirit/cellPlasma.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/cellPlasma_OVERLAY.png | Bin 0 -> 290 bytes .../CUSTOM/GaiaSpirit/cell_OVERLAY.png | Bin 0 -> 309 bytes .../CUSTOM/GaiaSpirit/crateGtDust.png | Bin 0 -> 6839 bytes .../CUSTOM/GaiaSpirit/crateGtDust.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/crateGtDust_OVERLAY.png | Bin 0 -> 506 bytes .../materialicons/CUSTOM/GaiaSpirit/crateGtGem.png | Bin 0 -> 6207 bytes .../CUSTOM/GaiaSpirit/crateGtGem.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/crateGtGem_OVERLAY.png | Bin 0 -> 526 bytes .../CUSTOM/GaiaSpirit/crateGtIngot.png | Bin 0 -> 6976 bytes .../CUSTOM/GaiaSpirit/crateGtIngot.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/crateGtIngot_OVERLAY.png | Bin 0 -> 517 bytes .../CUSTOM/GaiaSpirit/crateGtPlate.png | Bin 0 -> 7867 bytes .../CUSTOM/GaiaSpirit/crateGtPlate.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/crateGtPlate_OVERLAY.png | Bin 0 -> 449 bytes .../materialicons/CUSTOM/GaiaSpirit/crushed.png | Bin 0 -> 23929 bytes .../CUSTOM/GaiaSpirit/crushed.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/crushedCentrifuged.png | Bin 0 -> 14698 bytes .../GaiaSpirit/crushedCentrifuged.png.mcmeta | 1 + .../GaiaSpirit/crushedCentrifuged_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/crushedPurified.png | Bin 0 -> 29009 bytes .../CUSTOM/GaiaSpirit/crushedPurified.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/crushedPurified_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/crushed_OVERLAY.png | Bin 0 -> 480 bytes .../items/materialicons/CUSTOM/GaiaSpirit/dust.png | Bin 0 -> 9979 bytes .../CUSTOM/GaiaSpirit/dust.png.mcmeta | 1 + .../materialicons/CUSTOM/GaiaSpirit/dustImpure.png | Bin 0 -> 9979 bytes .../CUSTOM/GaiaSpirit/dustImpure.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/dustImpure_OVERLAY.png | Bin 0 -> 430 bytes .../materialicons/CUSTOM/GaiaSpirit/dustPure.png | Bin 0 -> 9979 bytes .../CUSTOM/GaiaSpirit/dustPure.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/dustPure_OVERLAY.png | Bin 0 -> 424 bytes .../materialicons/CUSTOM/GaiaSpirit/dustSmall.png | Bin 0 -> 5760 bytes .../CUSTOM/GaiaSpirit/dustSmall.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/dustSmall_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/GaiaSpirit/dustTiny.png | Bin 0 -> 4078 bytes .../CUSTOM/GaiaSpirit/dustTiny.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/dustTiny_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/dust_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/GaiaSpirit/foil.png | Bin 0 -> 20099 bytes .../CUSTOM/GaiaSpirit/foil.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/foil_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/GaiaSpirit/gearGt.png | Bin 0 -> 22424 bytes .../CUSTOM/GaiaSpirit/gearGt.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/gearGtSmall.png | Bin 0 -> 14073 bytes .../CUSTOM/GaiaSpirit/gearGtSmall.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/gearGtSmall_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/gearGt_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/GaiaSpirit/gem.png | Bin 0 -> 14510 bytes .../materialicons/CUSTOM/GaiaSpirit/gem.png.mcmeta | 1 + .../materialicons/CUSTOM/GaiaSpirit/gemChipped.png | Bin 0 -> 17287 bytes .../CUSTOM/GaiaSpirit/gemChipped.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/gemChipped_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/gemExquisite.png | Bin 0 -> 22584 bytes .../CUSTOM/GaiaSpirit/gemExquisite.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/gemExquisite_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/GaiaSpirit/gemFlawed.png | Bin 0 -> 18291 bytes .../CUSTOM/GaiaSpirit/gemFlawed.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/gemFlawed_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/gemFlawless.png | Bin 0 -> 19585 bytes .../CUSTOM/GaiaSpirit/gemFlawless.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/gemFlawless_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/gem_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/handleMallet.png | Bin 0 -> 9491 bytes .../CUSTOM/GaiaSpirit/handleMallet.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/handleMallet_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/GaiaSpirit/ingot.png | Bin 0 -> 11299 bytes .../CUSTOM/GaiaSpirit/ingot.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/ingotDouble.png | Bin 0 -> 15293 bytes .../CUSTOM/GaiaSpirit/ingotDouble.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/ingotDouble_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/GaiaSpirit/ingotHot.png | Bin 0 -> 10866 bytes .../CUSTOM/GaiaSpirit/ingotHot.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/ingotHot_OVERLAY.png | Bin 0 -> 309 bytes .../CUSTOM/GaiaSpirit/ingotQuadruple.png | Bin 0 -> 12471 bytes .../CUSTOM/GaiaSpirit/ingotQuadruple.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/ingotQuadruple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/ingotQuintuple.png | Bin 0 -> 11309 bytes .../CUSTOM/GaiaSpirit/ingotQuintuple.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/ingotQuintuple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/ingotTriple.png | Bin 0 -> 13323 bytes .../CUSTOM/GaiaSpirit/ingotTriple.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/ingotTriple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/ingot_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/GaiaSpirit/lens.png | Bin 0 -> 8721 bytes .../CUSTOM/GaiaSpirit/lens.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/lens_OVERLAY.png | Bin 0 -> 567 bytes .../materialicons/CUSTOM/GaiaSpirit/nugget.png | Bin 0 -> 6054 bytes .../CUSTOM/GaiaSpirit/nugget.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/nugget_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/GaiaSpirit/plate.png | Bin 0 -> 8701 bytes .../CUSTOM/GaiaSpirit/plate.png.mcmeta | 1 + .../materialicons/CUSTOM/GaiaSpirit/plateDense.png | Bin 0 -> 9432 bytes .../CUSTOM/GaiaSpirit/plateDense.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/plateDense_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/plateDouble.png | Bin 0 -> 10052 bytes .../CUSTOM/GaiaSpirit/plateDouble.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/plateDouble_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/plateQuadruple.png | Bin 0 -> 12331 bytes .../CUSTOM/GaiaSpirit/plateQuadruple.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/plateQuadruple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/plateQuintuple.png | Bin 0 -> 11943 bytes .../CUSTOM/GaiaSpirit/plateQuintuple.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/plateQuintuple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/plateTriple.png | Bin 0 -> 10996 bytes .../CUSTOM/GaiaSpirit/plateTriple.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/plateTriple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/plate_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/GaiaSpirit/ring.png | Bin 0 -> 14361 bytes .../CUSTOM/GaiaSpirit/ring.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/ring_OVERLAY.png | Bin 0 -> 174 bytes .../materialicons/CUSTOM/GaiaSpirit/rotor.png | Bin 0 -> 18183 bytes .../CUSTOM/GaiaSpirit/rotor.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/rotor_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/GaiaSpirit/round.png | Bin 0 -> 3298 bytes .../CUSTOM/GaiaSpirit/round.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/round_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/GaiaSpirit/screw.png | Bin 0 -> 5574 bytes .../CUSTOM/GaiaSpirit/screw.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/screw_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/GaiaSpirit/spring.png | Bin 0 -> 5717 bytes .../CUSTOM/GaiaSpirit/spring.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/springSmall.png | Bin 0 -> 5457 bytes .../CUSTOM/GaiaSpirit/springSmall.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/springSmall_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/spring_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/GaiaSpirit/stick.png | Bin 0 -> 4560 bytes .../CUSTOM/GaiaSpirit/stick.png.mcmeta | 1 + .../materialicons/CUSTOM/GaiaSpirit/stickLong.png | Bin 0 -> 4104 bytes .../CUSTOM/GaiaSpirit/stickLong.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/stickLong_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/stick_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/toolHeadArrow.png | Bin 0 -> 9541 bytes .../CUSTOM/GaiaSpirit/toolHeadArrow.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/toolHeadArrow_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/toolHeadAxe.png | Bin 0 -> 6712 bytes .../CUSTOM/GaiaSpirit/toolHeadAxe.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/toolHeadAxe_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/toolHeadBuzzSaw.png | Bin 0 -> 23417 bytes .../CUSTOM/GaiaSpirit/toolHeadBuzzSaw.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/toolHeadBuzzSaw_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/toolHeadChainsaw.png | Bin 0 -> 9980 bytes .../CUSTOM/GaiaSpirit/toolHeadChainsaw.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/toolHeadChainsaw_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/toolHeadDrill.png | Bin 0 -> 10500 bytes .../CUSTOM/GaiaSpirit/toolHeadDrill.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/toolHeadDrill_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/toolHeadFile.png | Bin 0 -> 8891 bytes .../CUSTOM/GaiaSpirit/toolHeadFile.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/toolHeadFile_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/toolHeadHammer.png | Bin 0 -> 6643 bytes .../CUSTOM/GaiaSpirit/toolHeadHammer.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/toolHeadHammer_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/toolHeadHoe.png | Bin 0 -> 5704 bytes .../CUSTOM/GaiaSpirit/toolHeadHoe.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/toolHeadHoe_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/toolHeadMallet.png | Bin 0 -> 6755 bytes .../CUSTOM/GaiaSpirit/toolHeadMallet.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/toolHeadMallet_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/toolHeadPickaxe.png | Bin 0 -> 6518 bytes .../CUSTOM/GaiaSpirit/toolHeadPickaxe.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/toolHeadPickaxe_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/toolHeadPlow.png | Bin 0 -> 8221 bytes .../CUSTOM/GaiaSpirit/toolHeadPlow.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/toolHeadPlow_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/toolHeadSaw.png | Bin 0 -> 10581 bytes .../CUSTOM/GaiaSpirit/toolHeadSaw.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/toolHeadSaw_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/toolHeadScrewdriver.png | Bin 0 -> 6608 bytes .../GaiaSpirit/toolHeadScrewdriver.png.mcmeta | 1 + .../GaiaSpirit/toolHeadScrewdriver_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/toolHeadSense.png | Bin 0 -> 7723 bytes .../CUSTOM/GaiaSpirit/toolHeadSense.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/toolHeadSense_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/toolHeadShovel.png | Bin 0 -> 5930 bytes .../CUSTOM/GaiaSpirit/toolHeadShovel.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/toolHeadShovel_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/toolHeadSoldering.png | Bin 0 -> 6759 bytes .../CUSTOM/GaiaSpirit/toolHeadSoldering.png.mcmeta | 1 + .../GaiaSpirit/toolHeadSoldering_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/toolHeadSword.png | Bin 0 -> 8208 bytes .../CUSTOM/GaiaSpirit/toolHeadSword.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/toolHeadSword_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/toolHeadUniversalSpade.png | Bin 0 -> 5592 bytes .../GaiaSpirit/toolHeadUniversalSpade.png.mcmeta | 1 + .../GaiaSpirit/toolHeadUniversalSpade_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/toolHeadWrench.png | Bin 0 -> 9160 bytes .../CUSTOM/GaiaSpirit/toolHeadWrench.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/toolHeadWrench_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/GaiaSpirit/turbineBlade.png | Bin 0 -> 13931 bytes .../CUSTOM/GaiaSpirit/turbineBlade.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/turbineBlade_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/GaiaSpirit/void.png | Bin 0 -> 263 bytes .../CUSTOM/GaiaSpirit/void.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/void_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/GaiaSpirit/wireFine.png | Bin 0 -> 17996 bytes .../CUSTOM/GaiaSpirit/wireFine.png.mcmeta | 1 + .../CUSTOM/GaiaSpirit/wireFine_OVERLAY.png | Bin 0 -> 271 bytes .../CUSTOM/Livingrock/TURBINE_BLADE.png | Bin 0 -> 381 bytes .../CUSTOM/Livingrock/TURBINE_BLADE_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/arrowGtPlastic.png | Bin 0 -> 172 bytes .../CUSTOM/Livingrock/arrowGtPlastic_OVERLAY.png | Bin 0 -> 283 bytes .../CUSTOM/Livingrock/arrowGtWood.png | Bin 0 -> 172 bytes .../CUSTOM/Livingrock/arrowGtWood_OVERLAY.png | Bin 0 -> 294 bytes .../items/materialicons/CUSTOM/Livingrock/bolt.png | Bin 0 -> 179 bytes .../CUSTOM/Livingrock/bolt_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/casingSmall.png | Bin 0 -> 558 bytes .../CUSTOM/Livingrock/casingSmall_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/Livingrock/cell.png | Bin 0 -> 169 bytes .../materialicons/CUSTOM/Livingrock/cellPlasma.png | Bin 0 -> 169 bytes .../CUSTOM/Livingrock/cellPlasma_OVERLAY.png | Bin 0 -> 290 bytes .../CUSTOM/Livingrock/cell_OVERLAY.png | Bin 0 -> 309 bytes .../CUSTOM/Livingrock/crateGtDust.png | Bin 0 -> 221 bytes .../CUSTOM/Livingrock/crateGtDust_OVERLAY.png | Bin 0 -> 506 bytes .../materialicons/CUSTOM/Livingrock/crateGtGem.png | Bin 0 -> 207 bytes .../CUSTOM/Livingrock/crateGtGem_OVERLAY.png | Bin 0 -> 526 bytes .../CUSTOM/Livingrock/crateGtIngot.png | Bin 0 -> 205 bytes .../CUSTOM/Livingrock/crateGtIngot_OVERLAY.png | Bin 0 -> 517 bytes .../CUSTOM/Livingrock/crateGtPlate.png | Bin 0 -> 235 bytes .../CUSTOM/Livingrock/crateGtPlate_OVERLAY.png | Bin 0 -> 449 bytes .../materialicons/CUSTOM/Livingrock/crushed.png | Bin 0 -> 542 bytes .../CUSTOM/Livingrock/crushedCentrifuged.png | Bin 0 -> 424 bytes .../Livingrock/crushedCentrifuged_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/crushedPurified.png | Bin 0 -> 581 bytes .../CUSTOM/Livingrock/crushedPurified_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/crushed_OVERLAY.png | Bin 0 -> 480 bytes .../items/materialicons/CUSTOM/Livingrock/dust.png | Bin 0 -> 427 bytes .../materialicons/CUSTOM/Livingrock/dustImpure.png | Bin 0 -> 427 bytes .../CUSTOM/Livingrock/dustImpure_OVERLAY.png | Bin 0 -> 430 bytes .../materialicons/CUSTOM/Livingrock/dustPure.png | Bin 0 -> 427 bytes .../CUSTOM/Livingrock/dustPure_OVERLAY.png | Bin 0 -> 424 bytes .../materialicons/CUSTOM/Livingrock/dustSmall.png | Bin 0 -> 264 bytes .../CUSTOM/Livingrock/dustSmall_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Livingrock/dustTiny.png | Bin 0 -> 192 bytes .../CUSTOM/Livingrock/dustTiny_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/dust_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/Livingrock/foil.png | Bin 0 -> 513 bytes .../CUSTOM/Livingrock/foil_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Livingrock/gearGt.png | Bin 0 -> 597 bytes .../CUSTOM/Livingrock/gearGtSmall.png | Bin 0 -> 371 bytes .../CUSTOM/Livingrock/gearGtSmall_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/gearGt_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/Livingrock/gem.png | Bin 0 -> 568 bytes .../materialicons/CUSTOM/Livingrock/gemChipped.png | Bin 0 -> 414 bytes .../CUSTOM/Livingrock/gemChipped_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/gemExquisite.png | Bin 0 -> 644 bytes .../CUSTOM/Livingrock/gemExquisite_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Livingrock/gemFlawed.png | Bin 0 -> 444 bytes .../CUSTOM/Livingrock/gemFlawed_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/gemFlawless.png | Bin 0 -> 501 bytes .../CUSTOM/Livingrock/gemFlawless_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/gem_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/handleMallet.png | Bin 0 -> 319 bytes .../CUSTOM/Livingrock/handleMallet_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Livingrock/ingot.png | Bin 0 -> 574 bytes .../CUSTOM/Livingrock/ingotDouble.png | Bin 0 -> 711 bytes .../CUSTOM/Livingrock/ingotDouble_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Livingrock/ingotHot.png | Bin 0 -> 550 bytes .../CUSTOM/Livingrock/ingotHot_OVERLAY.png | Bin 0 -> 309 bytes .../CUSTOM/Livingrock/ingotQuadruple.png | Bin 0 -> 805 bytes .../CUSTOM/Livingrock/ingotQuadruple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/ingotQuintuple.png | Bin 0 -> 814 bytes .../CUSTOM/Livingrock/ingotQuintuple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/ingotTriple.png | Bin 0 -> 749 bytes .../CUSTOM/Livingrock/ingotTriple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/ingot_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/Livingrock/lens.png | Bin 0 -> 464 bytes .../CUSTOM/Livingrock/lens_OVERLAY.png | Bin 0 -> 567 bytes .../materialicons/CUSTOM/Livingrock/nugget.png | Bin 0 -> 247 bytes .../CUSTOM/Livingrock/nugget_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Livingrock/plate.png | Bin 0 -> 508 bytes .../materialicons/CUSTOM/Livingrock/plateDense.png | Bin 0 -> 560 bytes .../CUSTOM/Livingrock/plateDense_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/plateDouble.png | Bin 0 -> 584 bytes .../CUSTOM/Livingrock/plateDouble_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/plateQuadruple.png | Bin 0 -> 706 bytes .../CUSTOM/Livingrock/plateQuadruple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/plateQuintuple.png | Bin 0 -> 720 bytes .../CUSTOM/Livingrock/plateQuintuple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/plateTriple.png | Bin 0 -> 639 bytes .../CUSTOM/Livingrock/plateTriple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/plate_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/Livingrock/ring.png | Bin 0 -> 335 bytes .../CUSTOM/Livingrock/ring_OVERLAY.png | Bin 0 -> 174 bytes .../materialicons/CUSTOM/Livingrock/rotor.png | Bin 0 -> 425 bytes .../CUSTOM/Livingrock/rotor_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Livingrock/round.png | Bin 0 -> 187 bytes .../CUSTOM/Livingrock/round_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Livingrock/screw.png | Bin 0 -> 207 bytes .../CUSTOM/Livingrock/screw_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Livingrock/spring.png | Bin 0 -> 496 bytes .../CUSTOM/Livingrock/springSmall.png | Bin 0 -> 263 bytes .../CUSTOM/Livingrock/springSmall_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/spring_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Livingrock/stick.png | Bin 0 -> 252 bytes .../materialicons/CUSTOM/Livingrock/stickLong.png | Bin 0 -> 223 bytes .../CUSTOM/Livingrock/stickLong_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/stick_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/toolHeadArrow.png | Bin 0 -> 279 bytes .../CUSTOM/Livingrock/toolHeadArrow_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/toolHeadAxe.png | Bin 0 -> 269 bytes .../CUSTOM/Livingrock/toolHeadAxe_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/toolHeadBuzzSaw.png | Bin 0 -> 602 bytes .../CUSTOM/Livingrock/toolHeadBuzzSaw_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/toolHeadChainsaw.png | Bin 0 -> 293 bytes .../CUSTOM/Livingrock/toolHeadChainsaw_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/toolHeadDrill.png | Bin 0 -> 288 bytes .../CUSTOM/Livingrock/toolHeadDrill_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/toolHeadFile.png | Bin 0 -> 316 bytes .../CUSTOM/Livingrock/toolHeadFile_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/toolHeadHammer.png | Bin 0 -> 263 bytes .../CUSTOM/Livingrock/toolHeadHammer_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/toolHeadHoe.png | Bin 0 -> 209 bytes .../CUSTOM/Livingrock/toolHeadHoe_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/toolHeadMallet.png | Bin 0 -> 272 bytes .../CUSTOM/Livingrock/toolHeadMallet_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/toolHeadPickaxe.png | Bin 0 -> 283 bytes .../CUSTOM/Livingrock/toolHeadPickaxe_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/toolHeadPlow.png | Bin 0 -> 292 bytes .../CUSTOM/Livingrock/toolHeadPlow_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/toolHeadSaw.png | Bin 0 -> 281 bytes .../CUSTOM/Livingrock/toolHeadSaw_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/toolHeadScrewdriver.png | Bin 0 -> 262 bytes .../Livingrock/toolHeadScrewdriver_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/toolHeadSense.png | Bin 0 -> 231 bytes .../CUSTOM/Livingrock/toolHeadSense_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/toolHeadShovel.png | Bin 0 -> 222 bytes .../CUSTOM/Livingrock/toolHeadShovel_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/toolHeadSoldering.png | Bin 0 -> 234 bytes .../Livingrock/toolHeadSoldering_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/toolHeadSword.png | Bin 0 -> 359 bytes .../CUSTOM/Livingrock/toolHeadSword_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/toolHeadUniversalSpade.png | Bin 0 -> 228 bytes .../Livingrock/toolHeadUniversalSpade_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/toolHeadWrench.png | Bin 0 -> 254 bytes .../CUSTOM/Livingrock/toolHeadWrench_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingrock/turbineBlade.png | Bin 0 -> 381 bytes .../CUSTOM/Livingrock/turbineBlade_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/Livingrock/void.png | Bin 0 -> 75 bytes .../CUSTOM/Livingrock/void_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Livingrock/wireFine.png | Bin 0 -> 431 bytes .../CUSTOM/Livingrock/wireFine_OVERLAY.png | Bin 0 -> 271 bytes .../CUSTOM/Livingwood/TURBINE_BLADE.png | Bin 0 -> 1397 bytes .../CUSTOM/Livingwood/TURBINE_BLADE_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingwood/arrowGtPlastic.png | Bin 0 -> 1202 bytes .../CUSTOM/Livingwood/arrowGtPlastic_OVERLAY.png | Bin 0 -> 283 bytes .../CUSTOM/Livingwood/arrowGtWood.png | Bin 0 -> 1202 bytes .../CUSTOM/Livingwood/arrowGtWood_OVERLAY.png | Bin 0 -> 294 bytes .../items/materialicons/CUSTOM/Livingwood/bolt.png | Bin 0 -> 1203 bytes .../CUSTOM/Livingwood/bolt_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingwood/casingSmall.png | Bin 0 -> 1533 bytes .../CUSTOM/Livingwood/casingSmall_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/Livingwood/cell.png | Bin 0 -> 1192 bytes .../materialicons/CUSTOM/Livingwood/cellPlasma.png | Bin 0 -> 1192 bytes .../CUSTOM/Livingwood/cellPlasma_OVERLAY.png | Bin 0 -> 290 bytes .../CUSTOM/Livingwood/cell_OVERLAY.png | Bin 0 -> 309 bytes .../CUSTOM/Livingwood/crateGtDust.png | Bin 0 -> 1231 bytes .../CUSTOM/Livingwood/crateGtDust_OVERLAY.png | Bin 0 -> 506 bytes .../materialicons/CUSTOM/Livingwood/crateGtGem.png | Bin 0 -> 1225 bytes .../CUSTOM/Livingwood/crateGtGem_OVERLAY.png | Bin 0 -> 526 bytes .../CUSTOM/Livingwood/crateGtIngot.png | Bin 0 -> 1227 bytes .../CUSTOM/Livingwood/crateGtIngot_OVERLAY.png | Bin 0 -> 517 bytes .../CUSTOM/Livingwood/crateGtPlate.png | Bin 0 -> 1249 bytes .../CUSTOM/Livingwood/crateGtPlate_OVERLAY.png | Bin 0 -> 449 bytes .../materialicons/CUSTOM/Livingwood/crushed.png | Bin 0 -> 1553 bytes .../CUSTOM/Livingwood/crushedCentrifuged.png | Bin 0 -> 1405 bytes .../Livingwood/crushedCentrifuged_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingwood/crushedPurified.png | Bin 0 -> 1576 bytes .../CUSTOM/Livingwood/crushedPurified_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingwood/crushed_OVERLAY.png | Bin 0 -> 480 bytes .../items/materialicons/CUSTOM/Livingwood/dust.png | Bin 0 -> 1408 bytes .../materialicons/CUSTOM/Livingwood/dustImpure.png | Bin 0 -> 1408 bytes .../CUSTOM/Livingwood/dustImpure_OVERLAY.png | Bin 0 -> 430 bytes .../materialicons/CUSTOM/Livingwood/dustPure.png | Bin 0 -> 1408 bytes .../CUSTOM/Livingwood/dustPure_OVERLAY.png | Bin 0 -> 424 bytes .../materialicons/CUSTOM/Livingwood/dustSmall.png | Bin 0 -> 1261 bytes .../CUSTOM/Livingwood/dustSmall_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Livingwood/dustTiny.png | Bin 0 -> 1202 bytes .../CUSTOM/Livingwood/dustTiny_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingwood/dust_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/Livingwood/foil.png | Bin 0 -> 1496 bytes .../CUSTOM/Livingwood/foil_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Livingwood/gearGt.png | Bin 0 -> 1574 bytes .../CUSTOM/Livingwood/gearGtSmall.png | Bin 0 -> 1368 bytes .../CUSTOM/Livingwood/gearGtSmall_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingwood/gearGt_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/Livingwood/gem.png | Bin 0 -> 1528 bytes .../materialicons/CUSTOM/Livingwood/gemChipped.png | Bin 0 -> 1406 bytes .../CUSTOM/Livingwood/gemChipped_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingwood/gemExquisite.png | Bin 0 -> 1599 bytes .../CUSTOM/Livingwood/gemExquisite_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Livingwood/gemFlawed.png | Bin 0 -> 1426 bytes .../CUSTOM/Livingwood/gemFlawed_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingwood/gemFlawless.png | Bin 0 -> 1484 bytes .../CUSTOM/Livingwood/gemFlawless_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingwood/gem_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingwood/handleMallet.png | Bin 0 -> 1321 bytes .../CUSTOM/Livingwood/handleMallet_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Livingwood/ingot.png | Bin 0 -> 1523 bytes .../CUSTOM/Livingwood/ingotDouble.png | Bin 0 -> 1634 bytes .../CUSTOM/Livingwood/ingotDouble_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Livingwood/ingotHot.png | Bin 0 -> 1511 bytes .../CUSTOM/Livingwood/ingotHot_OVERLAY.png | Bin 0 -> 309 bytes .../CUSTOM/Livingwood/ingotQuadruple.png | Bin 0 -> 1716 bytes .../CUSTOM/Livingwood/ingotQuadruple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingwood/ingotQuintuple.png | Bin 0 -> 1734 bytes .../CUSTOM/Livingwood/ingotQuintuple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingwood/ingotTriple.png | Bin 0 -> 1669 bytes .../CUSTOM/Livingwood/ingotTriple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingwood/ingot_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/Livingwood/lens.png | Bin 0 -> 1443 bytes .../CUSTOM/Livingwood/lens_OVERLAY.png | Bin 0 -> 567 bytes .../materialicons/CUSTOM/Livingwood/nugget.png | Bin 0 -> 1246 bytes .../CUSTOM/Livingwood/nugget_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Livingwood/plate.png | Bin 0 -> 1475 bytes .../materialicons/CUSTOM/Livingwood/plateDense.png | Bin 0 -> 1511 bytes .../CUSTOM/Livingwood/plateDense_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingwood/plateDouble.png | Bin 0 -> 1528 bytes .../CUSTOM/Livingwood/plateDouble_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingwood/plateQuadruple.png | Bin 0 -> 1612 bytes .../CUSTOM/Livingwood/plateQuadruple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingwood/plateQuintuple.png | Bin 0 -> 1631 bytes .../CUSTOM/Livingwood/plateQuintuple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingwood/plateTriple.png | Bin 0 -> 1583 bytes .../CUSTOM/Livingwood/plateTriple_OVERLAY.png | Bin 0 -> 143 bytes .../CUSTOM/Livingwood/plate_OVERLAY.png | Bin 0 -> 143 bytes .../items/materialicons/CUSTOM/Livingwood/ring.png | Bin 0 -> 1355 bytes .../CUSTOM/Livingwood/ring_OVERLAY.png | Bin 0 -> 174 bytes .../materialicons/CUSTOM/Livingwood/rotor.png | Bin 0 -> 1438 bytes .../CUSTOM/Livingwood/rotor_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Livingwood/round.png | Bin 0 -> 1201 bytes .../CUSTOM/Livingwood/round_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Livingwood/screw.png | Bin 0 -> 1218 bytes .../CUSTOM/Livingwood/screw_OVERLAY.png | Bin 0 -> 143 bytes .../materialicons/CUSTOM/Livingwood/spring.png | Bin 0 -> 1502 bytes .../CUSTOM/Livingwood/springSmall.png | Bin 0 -> 1278 bytes .../CUSTOM/Livingwood/springSmall_OVERLAY.png | Bi