Insane96MCP Posted June 25, 2018 Share Posted June 25, 2018 (edited) 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, 2018 by Insane96MCP Quote Link to comment Share on other sites More sharing options...
Animefan8888 Posted June 25, 2018 Share Posted June 25, 2018 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. Quote 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. Link to comment Share on other sites More sharing options...
Insane96MCP Posted July 24, 2018 Author Share Posted July 24, 2018 (edited) Ignore me, wrong post Edited July 24, 2018 by Insane96MCP Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.