Plant spawn

Started by Sasukeey on

Topic category: Help with MCreator software

Last seen on 17:02, 29. May 2021
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Plant spawn

I want to decrease the cluster and the spawnrate of my plants but even 1 in the settings is too high.Is there a way or a code to decrease the chance of plants to spawn in a chunk

(They should be kind of rare)

Last seen on 17:59, 7. Jan 2024
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
custom spawn condition if …
Thu, 05/20/2021 - 20:41

custom spawn condition

if [random 0,1] > 0.9
  return true
return false