Started by
kur35k
on
Topic category: Advanced modding
I'm looking for a way to change vanilla tool crafting and block properties. Maybe this can be implemented through a custom element?
Topic category: Advanced modding
I'm looking for a way to change vanilla tool crafting and block properties. Maybe this can be implemented through a custom element?
The closest you may come to this is to open custom GUI on right click of block and check if this block is crafting table
What do you mean?
Use global trigger "on block right clicked" and check if block at event location is crafting table, and if yes, open your custom GUI
I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
That is, create your own GUI that will have all the crafts of vanilla Minecraft except for some modified ones?
You have asked how to completely change it and this is how you completely change it
This is not what you said in OP, but this can be done with custom recipes that override vanilla recipe names in minecraft namespace
That is, in the recipe namespace line I need to put minecraft, and in the recipe registry name line I write the vanilla name Id of the item whose craft I want to change?
Exactly
I did that, but it doesn't work.