Started by
Connj
on
Topic category: Help with Minecraft modding (Java Edition)
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 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