From 55847c3c3f757a44940927d2927960b25768d43d Mon Sep 17 00:00:00 2001 From: Raoul Van den Berge Date: Tue, 16 Aug 2016 23:01:40 +0200 Subject: [PATCH] Add models and textures for all the new blocks and items --- .../refinedstorage/proxy/ClientProxy.java | 37 ++++++++++++++++-- .../blockstates/fluid_interface.json | 25 ++++++++++++ .../blockstates/fluid_storage.json | 36 +++++++++++++++++ .../models/item/128k_fluid_storage_disk.json | 6 +++ .../models/item/128k_fluid_storage_part.json | 6 +++ .../models/item/256k_fluid_storage_disk.json | 6 +++ .../models/item/256k_fluid_storage_part.json | 6 +++ .../models/item/512k_fluid_storage_disk.json | 6 +++ .../models/item/512k_fluid_storage_part.json | 6 +++ .../models/item/64k_fluid_storage_disk.json | 6 +++ .../models/item/64k_fluid_storage_part.json | 6 +++ .../item/creative_fluid_storage_disk.json | 6 +++ .../blocks/128k_fluid_storage_block.png | Bin 0 -> 253 bytes .../blocks/256k_fluid_storage_block.png | Bin 0 -> 264 bytes .../blocks/512k_fluid_storage_block.png | Bin 0 -> 250 bytes .../blocks/64k_fluid_storage_block.png | Bin 0 -> 239 bytes .../blocks/creative_fluid_storage_block.png | Bin 0 -> 250 bytes .../blocks/fluid_interface_connected.png | Bin 0 -> 215 bytes .../blocks/fluid_interface_disconnected.png | Bin 0 -> 223 bytes .../items/128k_fluid_storage_disk.png | Bin 0 -> 253 bytes .../items/128k_fluid_storage_part.png | Bin 0 -> 253 bytes .../items/256k_fluid_storage_disk.png | Bin 0 -> 264 bytes .../items/256k_fluid_storage_part.png | Bin 0 -> 264 bytes .../items/512k_fluid_storage_disk.png | Bin 0 -> 250 bytes .../items/512k_fluid_storage_part.png | Bin 0 -> 250 bytes .../textures/items/64k_fluid_storage_disk.png | Bin 0 -> 239 bytes .../textures/items/64k_fluid_storage_part.png | Bin 0 -> 239 bytes .../items/creative_fluid_storage_disk.png | Bin 0 -> 250 bytes 28 files changed, 148 insertions(+), 4 deletions(-) create mode 100755 src/main/resources/assets/refinedstorage/blockstates/fluid_interface.json create mode 100755 src/main/resources/assets/refinedstorage/blockstates/fluid_storage.json create mode 100755 src/main/resources/assets/refinedstorage/models/item/128k_fluid_storage_disk.json create mode 100755 src/main/resources/assets/refinedstorage/models/item/128k_fluid_storage_part.json create mode 100755 src/main/resources/assets/refinedstorage/models/item/256k_fluid_storage_disk.json create mode 100755 src/main/resources/assets/refinedstorage/models/item/256k_fluid_storage_part.json create mode 100755 src/main/resources/assets/refinedstorage/models/item/512k_fluid_storage_disk.json create mode 100755 src/main/resources/assets/refinedstorage/models/item/512k_fluid_storage_part.json create mode 100755 src/main/resources/assets/refinedstorage/models/item/64k_fluid_storage_disk.json create mode 100755 src/main/resources/assets/refinedstorage/models/item/64k_fluid_storage_part.json create mode 100755 src/main/resources/assets/refinedstorage/models/item/creative_fluid_storage_disk.json create mode 100755 src/main/resources/assets/refinedstorage/textures/blocks/128k_fluid_storage_block.png create mode 100755 src/main/resources/assets/refinedstorage/textures/blocks/256k_fluid_storage_block.png create mode 100755 src/main/resources/assets/refinedstorage/textures/blocks/512k_fluid_storage_block.png create mode 100755 src/main/resources/assets/refinedstorage/textures/blocks/64k_fluid_storage_block.png create mode 100755 src/main/resources/assets/refinedstorage/textures/blocks/creative_fluid_storage_block.png create mode 100755 src/main/resources/assets/refinedstorage/textures/blocks/fluid_interface_connected.png create mode 100755 src/main/resources/assets/refinedstorage/textures/blocks/fluid_interface_disconnected.png create mode 100755 src/main/resources/assets/refinedstorage/textures/items/128k_fluid_storage_disk.png create mode 100755 src/main/resources/assets/refinedstorage/textures/items/128k_fluid_storage_part.png create mode 100755 src/main/resources/assets/refinedstorage/textures/items/256k_fluid_storage_disk.png create mode 100755 src/main/resources/assets/refinedstorage/textures/items/256k_fluid_storage_part.png create mode 100755 src/main/resources/assets/refinedstorage/textures/items/512k_fluid_storage_disk.png create mode 100755 src/main/resources/assets/refinedstorage/textures/items/512k_fluid_storage_part.png create mode 100755 src/main/resources/assets/refinedstorage/textures/items/64k_fluid_storage_disk.png create mode 100755 src/main/resources/assets/refinedstorage/textures/items/64k_fluid_storage_part.png create mode 100755 src/main/resources/assets/refinedstorage/textures/items/creative_fluid_storage_disk.png diff --git a/src/main/java/refinedstorage/proxy/ClientProxy.java b/src/main/java/refinedstorage/proxy/ClientProxy.java index d5695a78e..47e87b205 100755 --- a/src/main/java/refinedstorage/proxy/ClientProxy.java +++ b/src/main/java/refinedstorage/proxy/ClientProxy.java @@ -27,10 +27,7 @@ import org.lwjgl.opengl.GL11; import refinedstorage.RefinedStorage; import refinedstorage.RefinedStorageBlocks; import refinedstorage.RefinedStorageItems; -import refinedstorage.block.BlockCable; -import refinedstorage.block.EnumControllerType; -import refinedstorage.block.EnumGridType; -import refinedstorage.block.EnumItemStorageType; +import refinedstorage.block.*; import refinedstorage.item.*; import java.util.List; @@ -160,6 +157,21 @@ public class ClientProxy extends CommonProxy { new ResourceLocation("refinedstorage:64k_storage_part") ); + ModelBakery.registerItemVariants(RefinedStorageItems.FLUID_STORAGE_DISK, + new ResourceLocation("refinedstorage:64k_fluid_storage_disk"), + new ResourceLocation("refinedstorage:128k_fluid_storage_disk"), + new ResourceLocation("refinedstorage:256k_fluid_storage_disk"), + new ResourceLocation("refinedstorage:512k_fluid_storage_disk"), + new ResourceLocation("refinedstorage:creative_fluid_storage_disk") + ); + + ModelBakery.registerItemVariants(RefinedStorageItems.FLUID_STORAGE_PART, + new ResourceLocation("refinedstorage:64k_fluid_storage_part"), + new ResourceLocation("refinedstorage:128k_fluid_storage_part"), + new ResourceLocation("refinedstorage:256k_fluid_storage_part"), + new ResourceLocation("refinedstorage:512k_fluid_storage_part") + ); + ModelBakery.registerItemVariants(RefinedStorageItems.PROCESSOR, new ResourceLocation("refinedstorage:basic_printed_processor"), new ResourceLocation("refinedstorage:improved_printed_processor"), @@ -195,6 +207,17 @@ public class ClientProxy extends CommonProxy { ModelLoader.setCustomModelResourceLocation(RefinedStorageItems.STORAGE_PART, ItemStoragePart.TYPE_16K, new ModelResourceLocation("refinedstorage:16k_storage_part", "inventory")); ModelLoader.setCustomModelResourceLocation(RefinedStorageItems.STORAGE_PART, ItemStoragePart.TYPE_64K, new ModelResourceLocation("refinedstorage:64k_storage_part", "inventory")); + ModelLoader.setCustomModelResourceLocation(RefinedStorageItems.FLUID_STORAGE_DISK, ItemFluidStorageDisk.TYPE_64K, new ModelResourceLocation("refinedstorage:64k_fluid_storage_disk", "inventory")); + ModelLoader.setCustomModelResourceLocation(RefinedStorageItems.FLUID_STORAGE_DISK, ItemFluidStorageDisk.TYPE_128K, new ModelResourceLocation("refinedstorage:128k_fluid_storage_disk", "inventory")); + ModelLoader.setCustomModelResourceLocation(RefinedStorageItems.FLUID_STORAGE_DISK, ItemFluidStorageDisk.TYPE_256K, new ModelResourceLocation("refinedstorage:256k_fluid_storage_disk", "inventory")); + ModelLoader.setCustomModelResourceLocation(RefinedStorageItems.FLUID_STORAGE_DISK, ItemFluidStorageDisk.TYPE_512K, new ModelResourceLocation("refinedstorage:512k_fluid_storage_disk", "inventory")); + ModelLoader.setCustomModelResourceLocation(RefinedStorageItems.FLUID_STORAGE_DISK, ItemFluidStorageDisk.TYPE_CREATIVE, new ModelResourceLocation("refinedstorage:creative_fluid_storage_disk", "inventory")); + + ModelLoader.setCustomModelResourceLocation(RefinedStorageItems.FLUID_STORAGE_PART, ItemFluidStoragePart.TYPE_64K, new ModelResourceLocation("refinedstorage:64k_fluid_storage_part", "inventory")); + ModelLoader.setCustomModelResourceLocation(RefinedStorageItems.FLUID_STORAGE_PART, ItemFluidStoragePart.TYPE_128K, new ModelResourceLocation("refinedstorage:128k_fluid_storage_part", "inventory")); + ModelLoader.setCustomModelResourceLocation(RefinedStorageItems.FLUID_STORAGE_PART, ItemFluidStoragePart.TYPE_256K, new ModelResourceLocation("refinedstorage:256k_fluid_storage_part", "inventory")); + ModelLoader.setCustomModelResourceLocation(RefinedStorageItems.FLUID_STORAGE_PART, ItemFluidStoragePart.TYPE_512K, new ModelResourceLocation("refinedstorage:512k_fluid_storage_part", "inventory")); + ModelLoader.setCustomModelResourceLocation(RefinedStorageItems.PROCESSOR, ItemProcessor.TYPE_PRINTED_BASIC, new ModelResourceLocation("refinedstorage:basic_printed_processor", "inventory")); ModelLoader.setCustomModelResourceLocation(RefinedStorageItems.PROCESSOR, ItemProcessor.TYPE_PRINTED_IMPROVED, new ModelResourceLocation("refinedstorage:improved_printed_processor", "inventory")); ModelLoader.setCustomModelResourceLocation(RefinedStorageItems.PROCESSOR, ItemProcessor.TYPE_PRINTED_ADVANCED, new ModelResourceLocation("refinedstorage:advanced_printed_processor", "inventory")); @@ -246,6 +269,7 @@ public class ClientProxy extends CommonProxy { ModelLoader.setCustomModelResourceLocation(Item.getItemFromBlock(RefinedStorageBlocks.DETECTOR), 0, new ModelResourceLocation("refinedstorage:detector", "inventory")); ModelLoader.setCustomModelResourceLocation(Item.getItemFromBlock(RefinedStorageBlocks.RELAY), 0, new ModelResourceLocation("refinedstorage:relay", "inventory")); ModelLoader.setCustomModelResourceLocation(Item.getItemFromBlock(RefinedStorageBlocks.INTERFACE), 0, new ModelResourceLocation("refinedstorage:interface", "inventory")); + ModelLoader.setCustomModelResourceLocation(Item.getItemFromBlock(RefinedStorageBlocks.FLUID_INTERFACE), 0, new ModelResourceLocation("refinedstorage:fluid_interface", "inventory")); ModelLoader.setCustomModelResourceLocation(Item.getItemFromBlock(RefinedStorageBlocks.WIRELESS_TRANSMITTER), 0, new ModelResourceLocation("refinedstorage:wireless_transmitter", "inventory")); ModelLoader.setCustomModelResourceLocation(Item.getItemFromBlock(RefinedStorageBlocks.CRAFTING_MONITOR), 0, new ModelResourceLocation("refinedstorage:crafting_monitor", "inventory")); ModelLoader.setCustomModelResourceLocation(Item.getItemFromBlock(RefinedStorageBlocks.CRAFTER), 0, new ModelResourceLocation("refinedstorage:crafter", "inventory")); @@ -257,5 +281,10 @@ public class ClientProxy extends CommonProxy { ModelLoader.setCustomModelResourceLocation(Item.getItemFromBlock(RefinedStorageBlocks.STORAGE), EnumItemStorageType.TYPE_16K.getId(), new ModelResourceLocation("refinedstorage:storage", "type=16k")); ModelLoader.setCustomModelResourceLocation(Item.getItemFromBlock(RefinedStorageBlocks.STORAGE), EnumItemStorageType.TYPE_64K.getId(), new ModelResourceLocation("refinedstorage:storage", "type=64k")); ModelLoader.setCustomModelResourceLocation(Item.getItemFromBlock(RefinedStorageBlocks.STORAGE), EnumItemStorageType.TYPE_CREATIVE.getId(), new ModelResourceLocation("refinedstorage:storage", "type=creative")); + ModelLoader.setCustomModelResourceLocation(Item.getItemFromBlock(RefinedStorageBlocks.FLUID_STORAGE), EnumFluidStorageType.TYPE_64K.getId(), new ModelResourceLocation("refinedstorage:fluid_storage", "type=64k")); + ModelLoader.setCustomModelResourceLocation(Item.getItemFromBlock(RefinedStorageBlocks.FLUID_STORAGE), EnumFluidStorageType.TYPE_128K.getId(), new ModelResourceLocation("refinedstorage:fluid_storage", "type=128k")); + ModelLoader.setCustomModelResourceLocation(Item.getItemFromBlock(RefinedStorageBlocks.FLUID_STORAGE), EnumFluidStorageType.TYPE_256K.getId(), new ModelResourceLocation("refinedstorage:fluid_storage", "type=256k")); + ModelLoader.setCustomModelResourceLocation(Item.getItemFromBlock(RefinedStorageBlocks.FLUID_STORAGE), EnumFluidStorageType.TYPE_512K.getId(), new ModelResourceLocation("refinedstorage:fluid_storage", "type=512k")); + ModelLoader.setCustomModelResourceLocation(Item.getItemFromBlock(RefinedStorageBlocks.FLUID_STORAGE), EnumFluidStorageType.TYPE_CREATIVE.getId(), new ModelResourceLocation("refinedstorage:fluid_storage", "type=creative")); } } diff --git a/src/main/resources/assets/refinedstorage/blockstates/fluid_interface.json b/src/main/resources/assets/refinedstorage/blockstates/fluid_interface.json new file mode 100755 index 000000000..e51a496b8 --- /dev/null +++ b/src/main/resources/assets/refinedstorage/blockstates/fluid_interface.json @@ -0,0 +1,25 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "cube_all", + "textures": { + "all": "refinedstorage:blocks/fluid_interface_disconnected" + } + }, + "variants": { + "inventory": [ + { + "transform": "forge:default-block" + } + ], + "connected": { + "true": { + "textures": { + "all": "refinedstorage:blocks/fluid_interface_connected" + } + }, + "false": { + } + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/refinedstorage/blockstates/fluid_storage.json b/src/main/resources/assets/refinedstorage/blockstates/fluid_storage.json new file mode 100755 index 000000000..a6dfa7feb --- /dev/null +++ b/src/main/resources/assets/refinedstorage/blockstates/fluid_storage.json @@ -0,0 +1,36 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "cube_all", + "transform": "forge:default-block" + }, + "variants": { + "type": { + "64k": { + "textures": { + "all": "refinedstorage:blocks/64k_fluid_storage_block" + } + }, + "128k": { + "textures": { + "all": "refinedstorage:blocks/128k_fluid_storage_block" + } + }, + "256k": { + "textures": { + "all": "refinedstorage:blocks/256k_fluid_storage_block" + } + }, + "512k": { + "textures": { + "all": "refinedstorage:blocks/512k_fluid_storage_block" + } + }, + "creative": { + "textures": { + "all": "refinedstorage:blocks/creative_fluid_storage_block" + } + } + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/refinedstorage/models/item/128k_fluid_storage_disk.json b/src/main/resources/assets/refinedstorage/models/item/128k_fluid_storage_disk.json new file mode 100755 index 000000000..8503c025d --- /dev/null +++ b/src/main/resources/assets/refinedstorage/models/item/128k_fluid_storage_disk.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "refinedstorage:items/128k_fluid_storage_disk" + } +} diff --git a/src/main/resources/assets/refinedstorage/models/item/128k_fluid_storage_part.json b/src/main/resources/assets/refinedstorage/models/item/128k_fluid_storage_part.json new file mode 100755 index 000000000..6a0f26529 --- /dev/null +++ b/src/main/resources/assets/refinedstorage/models/item/128k_fluid_storage_part.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "refinedstorage:items/128k_fluid_storage_part" + } +} diff --git a/src/main/resources/assets/refinedstorage/models/item/256k_fluid_storage_disk.json b/src/main/resources/assets/refinedstorage/models/item/256k_fluid_storage_disk.json new file mode 100755 index 000000000..b01ab7929 --- /dev/null +++ b/src/main/resources/assets/refinedstorage/models/item/256k_fluid_storage_disk.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "refinedstorage:items/256k_fluid_storage_disk" + } +} diff --git a/src/main/resources/assets/refinedstorage/models/item/256k_fluid_storage_part.json b/src/main/resources/assets/refinedstorage/models/item/256k_fluid_storage_part.json new file mode 100755 index 000000000..c15cbf508 --- /dev/null +++ b/src/main/resources/assets/refinedstorage/models/item/256k_fluid_storage_part.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "refinedstorage:items/256k_fluid_storage_part" + } +} diff --git a/src/main/resources/assets/refinedstorage/models/item/512k_fluid_storage_disk.json b/src/main/resources/assets/refinedstorage/models/item/512k_fluid_storage_disk.json new file mode 100755 index 000000000..c915ab76b --- /dev/null +++ b/src/main/resources/assets/refinedstorage/models/item/512k_fluid_storage_disk.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "refinedstorage:items/512k_fluid_storage_disk" + } +} diff --git a/src/main/resources/assets/refinedstorage/models/item/512k_fluid_storage_part.json b/src/main/resources/assets/refinedstorage/models/item/512k_fluid_storage_part.json new file mode 100755 index 000000000..04771a814 --- /dev/null +++ b/src/main/resources/assets/refinedstorage/models/item/512k_fluid_storage_part.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "refinedstorage:items/512k_fluid_storage_part" + } +} diff --git a/src/main/resources/assets/refinedstorage/models/item/64k_fluid_storage_disk.json b/src/main/resources/assets/refinedstorage/models/item/64k_fluid_storage_disk.json new file mode 100755 index 000000000..7d84a85f7 --- /dev/null +++ b/src/main/resources/assets/refinedstorage/models/item/64k_fluid_storage_disk.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "refinedstorage:items/64k_fluid_storage_disk" + } +} diff --git a/src/main/resources/assets/refinedstorage/models/item/64k_fluid_storage_part.json b/src/main/resources/assets/refinedstorage/models/item/64k_fluid_storage_part.json new file mode 100755 index 000000000..1e8e6fc0b --- /dev/null +++ b/src/main/resources/assets/refinedstorage/models/item/64k_fluid_storage_part.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "refinedstorage:items/64k_fluid_storage_part" + } +} diff --git a/src/main/resources/assets/refinedstorage/models/item/creative_fluid_storage_disk.json b/src/main/resources/assets/refinedstorage/models/item/creative_fluid_storage_disk.json new file mode 100755 index 000000000..90d5cf800 --- /dev/null +++ b/src/main/resources/assets/refinedstorage/models/item/creative_fluid_storage_disk.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "refinedstorage:items/creative_fluid_storage_disk" + } +} diff --git a/src/main/resources/assets/refinedstorage/textures/blocks/128k_fluid_storage_block.png b/src/main/resources/assets/refinedstorage/textures/blocks/128k_fluid_storage_block.png new file mode 100755 index 0000000000000000000000000000000000000000..4bf722d41620cecfe1923d82e49996b45923d7d7 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucLCF%=h?3y^w370~qEv>0#LT=By}Z;C1rt33 zJwt=FTwDi$igG<&978Ppr}jiMH7Ibf?EJqpx41KWg{l08hQ&SeS11&*hqUp&j9rrw zCvty7A=}4e3^glrwG}F^l?h242y*ECz_KdgdAWjT$M)1~-#BCr))Wg#c&XiC@RwiN r^jEyT*Ce_)Y8ul8%gfwh+Q~85$$IZpp2hqETFl_->gTe~DWM4f;}=qC literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/refinedstorage/textures/blocks/256k_fluid_storage_block.png b/src/main/resources/assets/refinedstorage/textures/blocks/256k_fluid_storage_block.png new file mode 100755 index 0000000000000000000000000000000000000000..93ab532fb4e46ac91ead74f2673a55f76e776deb GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucLCF%=h?3y^w370~qEv>0#LT=By}Z;C1rt33 zJwt=FTwDi$iYh!^978PpTYCb97z|mQtN(jPA6X)@`MvYx337s#$J5*<%Qa~*xNw#D zP2pHylylinH1Bj%xyX}sA2hx>YcWK$R&{iQpAuJlp(r=w_g?4bqs+y3B-ZD9Zc}?; zY$Nqk^UJ5G3!DOzo(T(vUUT|!Ea1Q$t766OrW5Q7ZW_M!-O&$nJ%gvKpUXO@geCw| C|5$ne literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/refinedstorage/textures/blocks/512k_fluid_storage_block.png b/src/main/resources/assets/refinedstorage/textures/blocks/512k_fluid_storage_block.png new file mode 100755 index 0000000000000000000000000000000000000000..d759dc3e1cf0e55a615444b4716473e3b2af3e36 GIT binary patch literal 250 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucLCF%=h?3y^w370~qEv>0#LT=By}Z;C1rt33 zJwt=FTwDi$in2Ui978Pp*Y*VR9Z=wK-ur*4Y|sh=*^4RfnKLtU|4xd`c)P;JN$Bpf z?fXO(IAqSoi&=PvGT4hU=se68ztm{1b5U{UTTVZniLTaxN$l^NHnb_Zvz{uEIAnOb oF*$fH*WbhhA^(Ftr!M_wKEEaOxV&xUO`xp|p00i_>zopr0Fo0#LT=By}Z;C1rt33 zJwt=FTwDi$isC(8978Pp&-OU-H7M|~{QSQ>`|P8DTWv1>=NixGJlZh5rq)2t!}ICB zj`>!GkM&A+uQmLran}Bo=0WvLFTF5jruDzGj&v@*F=>Lun>oQ84>`S#&Fq@?#bJ)z emOt+rZ?e{Gbi1Z^`K%hyDh5wiKbLh*2~7a;zEgz& literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/refinedstorage/textures/blocks/creative_fluid_storage_block.png b/src/main/resources/assets/refinedstorage/textures/blocks/creative_fluid_storage_block.png new file mode 100755 index 0000000000000000000000000000000000000000..87e71fcc04614b719e1a8e9f51a0d12470ed1c16 GIT binary patch literal 250 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucLCF%=h?3y^w370~qEv>0#LT=By}Z;C1rt33 zJwt=FTwDi$in2Ui978Ppr*?ab9WdZvD*o@i+)X3&bM;)&1($#MYnZ5~35Y+t)cbzg z;fkP7a}(I31bQZKST`dg?o0#LT=By}Z;C1rt33 zJwt=FTwDi$irhV2978PplYjUtEtto~W-7wM9>AM%$$^FaM2><(#sSuXtOHBgce5!R zSjBi*;gHmY0}HM(utY53%sSwb!Qjel*l0#LT=By}Z;C1rt33 zJwt=FTwDi$iu^rY978Pp@18N_V^H8=cKHAQrPmS#PTs}M+c}&f8Nw3Z_Ar_qjDESU zD$!>04`~;Lm;QF`*E6{!Y~O|du;c3ZC}1$3#p+y>#m(ufGSwKQSyq)Tn>0t{1JGy& MPgg&ebxsLQ08-aPE&u=k literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/refinedstorage/textures/items/128k_fluid_storage_disk.png b/src/main/resources/assets/refinedstorage/textures/items/128k_fluid_storage_disk.png new file mode 100755 index 0000000000000000000000000000000000000000..4bf722d41620cecfe1923d82e49996b45923d7d7 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucLCF%=h?3y^w370~qEv>0#LT=By}Z;C1rt33 zJwt=FTwDi$igG<&978Ppr}jiMH7Ibf?EJqpx41KWg{l08hQ&SeS11&*hqUp&j9rrw zCvty7A=}4e3^glrwG}F^l?h242y*ECz_KdgdAWjT$M)1~-#BCr))Wg#c&XiC@RwiN r^jEyT*Ce_)Y8ul8%gfwh+Q~85$$IZpp2hqETFl_->gTe~DWM4f;}=qC literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/refinedstorage/textures/items/128k_fluid_storage_part.png b/src/main/resources/assets/refinedstorage/textures/items/128k_fluid_storage_part.png new file mode 100755 index 0000000000000000000000000000000000000000..4bf722d41620cecfe1923d82e49996b45923d7d7 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucLCF%=h?3y^w370~qEv>0#LT=By}Z;C1rt33 zJwt=FTwDi$igG<&978Ppr}jiMH7Ibf?EJqpx41KWg{l08hQ&SeS11&*hqUp&j9rrw zCvty7A=}4e3^glrwG}F^l?h242y*ECz_KdgdAWjT$M)1~-#BCr))Wg#c&XiC@RwiN r^jEyT*Ce_)Y8ul8%gfwh+Q~85$$IZpp2hqETFl_->gTe~DWM4f;}=qC literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/refinedstorage/textures/items/256k_fluid_storage_disk.png b/src/main/resources/assets/refinedstorage/textures/items/256k_fluid_storage_disk.png new file mode 100755 index 0000000000000000000000000000000000000000..93ab532fb4e46ac91ead74f2673a55f76e776deb GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucLCF%=h?3y^w370~qEv>0#LT=By}Z;C1rt33 zJwt=FTwDi$iYh!^978PpTYCb97z|mQtN(jPA6X)@`MvYx337s#$J5*<%Qa~*xNw#D zP2pHylylinH1Bj%xyX}sA2hx>YcWK$R&{iQpAuJlp(r=w_g?4bqs+y3B-ZD9Zc}?; zY$Nqk^UJ5G3!DOzo(T(vUUT|!Ea1Q$t766OrW5Q7ZW_M!-O&$nJ%gvKpUXO@geCw| C|5$ne literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/refinedstorage/textures/items/256k_fluid_storage_part.png b/src/main/resources/assets/refinedstorage/textures/items/256k_fluid_storage_part.png new file mode 100755 index 0000000000000000000000000000000000000000..93ab532fb4e46ac91ead74f2673a55f76e776deb GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucLCF%=h?3y^w370~qEv>0#LT=By}Z;C1rt33 zJwt=FTwDi$iYh!^978PpTYCb97z|mQtN(jPA6X)@`MvYx337s#$J5*<%Qa~*xNw#D zP2pHylylinH1Bj%xyX}sA2hx>YcWK$R&{iQpAuJlp(r=w_g?4bqs+y3B-ZD9Zc}?; zY$Nqk^UJ5G3!DOzo(T(vUUT|!Ea1Q$t766OrW5Q7ZW_M!-O&$nJ%gvKpUXO@geCw| C|5$ne literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/refinedstorage/textures/items/512k_fluid_storage_disk.png b/src/main/resources/assets/refinedstorage/textures/items/512k_fluid_storage_disk.png new file mode 100755 index 0000000000000000000000000000000000000000..d759dc3e1cf0e55a615444b4716473e3b2af3e36 GIT binary patch literal 250 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucLCF%=h?3y^w370~qEv>0#LT=By}Z;C1rt33 zJwt=FTwDi$in2Ui978Pp*Y*VR9Z=wK-ur*4Y|sh=*^4RfnKLtU|4xd`c)P;JN$Bpf z?fXO(IAqSoi&=PvGT4hU=se68ztm{1b5U{UTTVZniLTaxN$l^NHnb_Zvz{uEIAnOb oF*$fH*WbhhA^(Ftr!M_wKEEaOxV&xUO`xp|p00i_>zopr0Fo0#LT=By}Z;C1rt33 zJwt=FTwDi$in2Ui978Pp*Y*VR9Z=wK-ur*4Y|sh=*^4RfnKLtU|4xd`c)P;JN$Bpf z?fXO(IAqSoi&=PvGT4hU=se68ztm{1b5U{UTTVZniLTaxN$l^NHnb_Zvz{uEIAnOb oF*$fH*WbhhA^(Ftr!M_wKEEaOxV&xUO`xp|p00i_>zopr0Fo0#LT=By}Z;C1rt33 zJwt=FTwDi$isC(8978Pp&-OU-H7M|~{QSQ>`|P8DTWv1>=NixGJlZh5rq)2t!}ICB zj`>!GkM&A+uQmLran}Bo=0WvLFTF5jruDzGj&v@*F=>Lun>oQ84>`S#&Fq@?#bJ)z emOt+rZ?e{Gbi1Z^`K%hyDh5wiKbLh*2~7a;zEgz& literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/refinedstorage/textures/items/64k_fluid_storage_part.png b/src/main/resources/assets/refinedstorage/textures/items/64k_fluid_storage_part.png new file mode 100755 index 0000000000000000000000000000000000000000..bc7093ac4c855562d2e97cfde53b55e1375eb514 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucLCF%=h?3y^w370~qEv>0#LT=By}Z;C1rt33 zJwt=FTwDi$isC(8978Pp&-OU-H7M|~{QSQ>`|P8DTWv1>=NixGJlZh5rq)2t!}ICB zj`>!GkM&A+uQmLran}Bo=0WvLFTF5jruDzGj&v@*F=>Lun>oQ84>`S#&Fq@?#bJ)z emOt+rZ?e{Gbi1Z^`K%hyDh5wiKbLh*2~7a;zEgz& literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/refinedstorage/textures/items/creative_fluid_storage_disk.png b/src/main/resources/assets/refinedstorage/textures/items/creative_fluid_storage_disk.png new file mode 100755 index 0000000000000000000000000000000000000000..87e71fcc04614b719e1a8e9f51a0d12470ed1c16 GIT binary patch literal 250 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucLCF%=h?3y^w370~qEv>0#LT=By}Z;C1rt33 zJwt=FTwDi$in2Ui978Ppr*?ab9WdZvD*o@i+)X3&bM;)&1($#MYnZ5~35Y+t)cbzg z;fkP7a}(I31bQZKST`dg?o