Started by
BlockBit
on
Topic category: Help with Minecraft modding (Java Edition)
Hello... Is there a way to add a Minecraft block for example a... leaveblock. I would make a procedure and add it to the minecraft oak leave block. Is there away to add it. Can i creat a block with the same BlockID and add the procedure that this is add to the leave block.
Summery i would modify a Minecraft block.
Other Thing:
Can i create a procedure that when i right click a minecraft wheetplant that it drops a wheet but the wheetplant is still going a lvl back. i mean when i plant a seed this will be a wheetplant (this plant) ?
You can't modify Vanilla elements (other than loot tables and anything possible with a resource pack) in MCreator. And as for the wheat, I don't really get what you're asking.
Hello BlockBit. I have an idea of what you can do to make the wheat go one back. In the procedures template list, there is one called "Increase age of wheat crop". Then change the + block to a minus, and add a "Add [Number] [Item] to block and change it to wheat. Then you can change the global trigger to player tick and then when you stand on a wheat it will go back one age. You can figure out how to make it when you right-click.
Hope this helps!