2

Surface rules 1.18 (Custom worldgen)

Comradeee 12/27/21 7:07 am
705
12/30/2021 12:00 pm
I need help with the surface rule. Which one to choose so that all the blocks, on top of which there is air, become grass during generation?
Posted by
Comradeee
Level 39 : Artisan System
26

  Have something to say?

JoinSign in

2

ZuinSnowFox
12/30/2021 10:55 am
Level 43 : Master Artist
history
Im not sure if this is what you need but this rule does something similar:
{
"type": "minecraft:condition",
"if_true": {
"offset": 0,"add_surface_depth": false,"add_surface_secondary_depth": false,"surface_type": "floor","type": "minecraft:stone_depth"},"then_run": {"type": "minecraft:block","result_state": {"Properties": {
"snowy": "false"},
"Name": "minecraft:grass_block"}
}
}
1
Comradeee
12/30/2021 12:00 pm
Level 39 : Artisan System
Oh thanks, I'm already figured out, u r late
1

Welcome