Started by
T_GMouse
on
Topic category: Advanced modding
So I'm making a Vanilla type mod, adding small changes. I was wondering if it's possible to add a liquid (water) into a block to use for crafting. Like the recipe would need 100mb of water to make a specific item?
Would really appreciate the help!
Not sure how you could display it visually, but if you enable TileEntity Inventory in the block (you can set the slots to 0 it you don't actually want to store anything in it), it can store NBT data. You could make an NBT variable that stores how much water is in the block.