how do i make a block generate on top of a specific block (solved)

Started by bananarang_mods on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do i make a block generate on top of a specific block (solved)
Tue, 01/19/2021 - 23:24 (edited)

hi i want to know how to make a block spawn on top of a block rather than replacing a block for a mod pls help (SOLVED)

Edited by bananarang_mods on Tue, 01/19/2021 - 23:24
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
in the triggers tab for the…
Wed, 09/16/2020 - 23:14

in the triggers tab for the block, in update tick make it search the block on top and see if its air, if its air place your block, if you want to do it to a vanilla block idk how