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.
Hi,
I am trying to make a server transfer but when I try to start it I get some errors. Specifically there are 3:
- [main/ERROR] [mixin/]: Mixin config easybreeding.mixins.json does not specify “minVersion” property
- [main/ERROR] [mixin/]: Mixin config justhammers.mixins.json does not specify “minVersion” property
And the one that blocks me from starting:
- [main/FATAL] [mixin/]: Mixin prepare failed preparing CartographyTableScreenTabAdder in inventorytabs.mixins.json: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException Attempted to load class com/kqp/inventorytabs/mixin/CartographyTableScreenTabAdder for invalid dist DEDICATED_SERVER
Why am I getting CartographyTableScreenTabAdder error?
Thanks.
You need to create a custom recipe type that overrides IRecipe#getRemainingItems to return a copy of the axe with its durability reduced.
I've got a very similar recipe implementation here, there's code in other parts of the repository to handle things like registration and data generation.
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.