Blocks spawn from vanilla blocks

Started by Connj on

Topic category: Help with modding (Java Edition)

Last seen on 15:05, 13. Nov 2020
Joined Sep 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Blocks spawn from vanilla blocks

Is it possible to have a custom mod block to spawn from a snow block? Is it possible to have blocks spawn on the surface of the world if it's snowing? Thanks!

Yes, you can create a…
Sat, 03/16/2019 - 18:07

Yes, you can create a procedure in event "Update tick", and with this in your procedure.

If is raining in the provided world AND is biome at x y z type : nameOfTheBiome OR nameofTheBiome OR etc. etc.

Do If Random (0,1) < 0.7 (so 70%, you can change this percentage)

Do Place BLOCK at x y z

https://imgur.com/W0TdINn