Started by
Minecrafttiger0
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, please help me make my own door in MCreator so that the material is iron, so that I can open the door only using redstone and nothing else.
I am writing with a request for help, because when I tried to put the “Iron” material at the door, I saw that there was no such material
P.S:
I have already found the answer, I need to create a door of any material
then go to the block code (The block is called IronDoor123. IronDoor123Block.java) and at the end
replace "BlockSetType.STONE" with "BlockSetType.IRON"
Edited by Minecrafttiger0 on Fri, 07/19/2024 - 19:12