lantern hanging

Started by unlike pluto on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 years ago
Joined Jul 2020
Points:
608

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
lantern hanging

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.

Active 4 years ago
Joined Sep 2019
Points:
976

User statistics:

  • Modifications: 1
  • Forum topics: 14
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 507
You can use procedures. For…
Tue, 07/07/2020 - 18:22

You can use procedures.

For instance,

if (Get block state at [x] [y+1] [z])

place YourHangingBlock

Active 4 years ago
Joined Sep 2019
Points:
976

User statistics:

  • Modifications: 1
  • Forum topics: 14
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 507
Sorry, use; if>not>[is air…
Tue, 07/07/2020 - 18:22

Sorry, use;

if>not>[is air at [x] [y+1] [z]]