#Custom workbench?
9 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
I think smithimg table would be cooler
yah so here’s a crafting table example. https://discord.com/channels/303440391124942858/1323670232316903444
you’ll need the simple menu, but instead of crafting menu you can replace it with
declaration: package: net.minecraft.world.inventory, class: SmithingMenu
@night warren
can i make it so that theres recipes that only work in that custom menu
and not in the normal smithing table
that i honestly have no idea how or if even possible with kubejs, though it doesn’t seem like you can. if only i was an actual mod developer i might’ve then known, but my knowledge is limited to javadocs. i want to say impossible due to the fact you would likely need to inherit that class in order to access protected stuff, and register it as a new crafting type for recipes, so i would say it’s not possible with kubejs.