-
Recently Browsing
No registered users viewing this page.
-
Posts
-
By SapphireSky · Posted
No, but I imported the project to set up the mod basics before attempting to add Baubles integration. Is refreshing dependencies and refreshing Eclipse's workspace not enough? Do I have to delete and re-import the project? -
By diesieben07 · Posted
That should work. Do you receive any errors during import of the project into your IDE? -
By diesieben07 · Posted
Your getNextSlot function is pointless. Simply keep calling insertItem until it manages to insert something and keep increasing the slot number. You must not modify the ItemStack after you have given it to the IItemHandler, otherwise you will modify it inside the item handler. The IItemHandler takes care of any stack math and stack merging, it will simply give you the result back (whatever could not be inserted). Simply give that back to the player. -
Update: I'm trying to adapt my TileEntity, I used the CampfireTileEntity as an example because it actually works the same way
-
-
Topics
-
Who's Online (See full list)
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.