Posted June 25, 20187 yr Just put an hopper under my machine and it extracts from every slot. I've googled a bit but just got more and more confused on how I should do to make the hopper work only for the output slot Container: https://github.com/Insane-96/Smasher/blob/master/common/net/insane96mcp/smasher/tileentity/ContainerSmasher.java Tile Entity: https://github.com/Insane-96/Smasher/blob/master/common/net/insane96mcp/smasher/tileentity/TileEntitySmasher.java Edited June 25, 20187 yr by Insane96MCP
June 25, 20187 yr You're using the old version of creating an inventory, you should be using the capability system aka ItemHandler or a custom implementation of IItemHandler along with CapabilityItemHandler.ITEM_HANDLER_CAPABILITY. You can read more about capabilities on the forge docs. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
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.