Posted July 15, 20214 yr I'm trying to add an autosmelt function to the ruby pickaxe. I've tried looking at how other mods did it and I thought I've implemented it correctly but it doesn't seem to work... I'm guessing the LootModifier class isn't being used correctly but I wouldn't know what to do to fix this. AutoSmeltHandler.java: https://github.com/Leronus/mOres/blob/1.16.5/src/main/java/mod/mores/helper/AutoSmeltHandler.java ItemPickaxe.java: https://github.com/Leronus/mOres/blob/1.16.5/src/main/java/mod/mores/objects/ItemPickaxe.java MoresLootModifiers.java: https://github.com/Leronus/mOres/blob/1.16.5/src/main/java/mod/mores/helper/MoresLootModifiers.java Thanks in advance for any tips!
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.