Started by
DjStarters
on
Topic category: Help with Minecraft modding (Java Edition)
Basically I have an ingot. And when you click on a vanilla anvil while holding 2 of the ingots, I want it to remove the ingots and add a tool. The problem is I don't know how to add a right click on block procedure for vanilla blocks. I know you can do it for blocks in your mod, but what about vanilla blocks, how would I make a procedure for that?
Edited by DjStarters on Fri, 11/16/2018 - 03:22
Currently I think mcreator is not able to edit any vanilla stuff in the game.
Only thing I can think of is to make an exact copy of the vanilla anvil that functions the same way, then add the procedure.