Posted February 23, 20169 yr So, I was wondering if it was possible to create tanks or the like for Minecraft 1.8. I'm working on a tech mod, since there don't seem to be too many for Minecraft at the moment... At least, not on Curse. I'd like to make a steam generator that consumes coal and water, and produces power. Thanks!
February 23, 20169 yr make ur TileEntity implement IFluidTank. For more help google how to use IFluidTank, there is plenty of information
February 24, 20169 yr Example from my work in progress mod: https://github.com/Lomeli12/Augmented-Accessories/blob/f6cb6299dff374060ca0b3131c40db614be562b4/src/main/java/net/lomeli/augment/blocks/tiles/TileRingForge.java
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.