Started by
unlike pluto
on
Topic category: Help with Minecraft modding (Java Edition)
I need some help i'm making the 1.14.4 lantern. I need to know how u make the lantern hang when it is placed on the bottom of a block.
Topic category: Help with Minecraft modding (Java Edition)
I need some help i'm making the 1.14.4 lantern. I need to know how u make the lantern hang when it is placed on the bottom of a block.
You can use procedures.
For instance,
if (Get block state at [x] [y+1] [z])
place YourHangingBlock
Sorry, use;
if>not>[is air at [x] [y+1] [z]]