Jump to content

How to turn any custom block into a door?

Posted

Hello.

I have another question.

How to turn any custom block into a door?

For example, I would place a door that is Iron.

Pls help.

Featured Replies

The only way to change the door into a block (to my knowledge) is using the console, i dunno about the rest, though.

/blockprops global [id] door true
/blockprops level [id] door true

Global is for the global block list and level is only for that level. All of that ID will become a door. So make a clone of the block if you want to keep a version that isn't always a door.

  • Author
1 hour ago, Goodly said:

So make a clone of the block if you want to keep a version that isn't always a door.

How could I clone? I did the /clone but it was wrong. Thank you.

Archived

This topic is now archived and is closed to further replies.