Started by
Japo
on
Topic category: Help with Minecraft modding (Java Edition)
I have a problem, i'm creating an pickaxe that when you breake a ore the ore gives you the material already melted, for that i wanted to do a procedure for the ores, something like when you breake the ore with the special pickaxe it gives you the ingot but i need to put that procedure to the vanilla minecraft blocks like the iron ore, but i dont have the option to do it, at least to do that i have to create the blocks (iron ore, gold ore etc) and i have to replace the vanilla ones because this new ones have the procedures, but i dont know how can i do that.
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
Thank you, i found what i need.
You are welcome!
Just one thing more, i want to ask you something, the mod that i'm creating have a lot of things and one of them is a kind a backpack but i dont know how can i made a procedure, because i made the GUI, the item i put the GUI in the item and i made the procedure but in the game i right click on air with the item it opens the GUI, i put items in there, but when i close the "item" the items fall off to the floor and they stay bug in the floor. Is there anyway to made that the GUI keep the items and dont fall off when you close the GUI? (its an item not a block)
Backpack like items with inventory in item are not supported yet, but planned. Check the issue tracker for more info.