You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I develop mod with non-direct integration to Lumberjack (so i can't directly use your classes as API) and i need to register ItemLumberAxe instances through Reflection API, but there is a problem, ItemLumberAxe init constructor can't accept interface net.minecraft.world.item.Tier parameter and allows only enum net.minecraft.world.item.Tiers. Can you please update it to match net.minecraft.world.item.Tier to make it much easier to integrate to your mod? Or can you advise me, how can I use my net.minecraft.world.item.Tier implementation with your item-class?
The text was updated successfully, but these errors were encountered:
Yeah I can make some changes for you to register your own.
I've been meaning to rewrite this mod for 1.13+ and how the new tools work + some extra stuff but just never got around to it as it relies on another mod I would like to make. Thus it's just been ported with the bare minimum "it works" requirement.
I'll take a look at it here in the next couple days. Any versions you are targeting specifically?
Hi, I develop mod with non-direct integration to Lumberjack (so i can't directly use your classes as API) and i need to register ItemLumberAxe instances through Reflection API, but there is a problem, ItemLumberAxe init constructor can't accept interface
net.minecraft.world.item.Tier
parameter and allows only enumnet.minecraft.world.item.Tiers
. Can you please update it to matchnet.minecraft.world.item.Tier
to make it much easier to integrate to your mod? Or can you advise me, how can I use mynet.minecraft.world.item.Tier
implementation with your item-class?The text was updated successfully, but these errors were encountered: