Sign in to follow this
Followers
0
[1.13.2] Tile Entity not opening
By
MyRedAlien43, in Modder Support
-
Recently Browsing
No registered users viewing this page.
-
Posts
-
That hasn't worked for me, I still get the model registering error even when adding the code to my build.gradle
-
Thank you for your quick and direct response. After making the changes directed, I now receive the following error: Execution failed for task ':runClient'. > Process 'command 'C:\Program Files\Java\jdk1.8.0_231\bin\java.exe'' finished with non-zero exit value 1 No new debug.log was generated in run/logs. 😕
-
In your item class you should have something like... @Override public boolean getIsRepairable(ItemStack toRepair, ItemStack repair) { if (toRepair.getItem().equals("YOUR ITEM") && repair.getItem().equals("WHAT REPAIRS IT")) { return true; } else { return false; } }
-
By Electrodynamite12 · Posted
I made the ToolMaterial, and i add the .setRepairItem method, announced the ItemStack, where indicated the target item. Maybe i made something wrong? public static Item.ToolMaterial HLOMINITE = EnumHelper.addToolMaterial("another_test:hlominite", 5, 1000, 50.0F, 16.0F, 76).setRepairItem(new ItemStack(ItemsRegister.HLOMINGOT));
-
-
Topics
-
Who's Online (See full list)