#how to replace top block with feature
1 messages · Page 1 of 1 (latest)
i am doing this in the end
"format_version": "1.13.0",
"minecraft:single_block_feature": {
"description": {
"identifier": "season_one:end_moss_block_feature"
},
"places_block": "season_one:end_moss_block",
"enforce_survivability_rules": false,
"enforce_placement_rules": true,
"may_attach_to": {
"min_sides_must_attach": 1,
"top": [
"minecraft:air"
]
},
"may_replace": [
"minecraft:end_stone"
]
}
}```
"format_version": "1.13.0",
"minecraft:feature_rules": {
"description": {
"identifier": "season_one:end_moss_block_feature_rule",
"places_feature": "season_one:end_moss_block_feature"
},
"conditions": {
"placement_pass": "after_surface_pass",
"minecraft:biome_filter": {
"test": "has_biome_tag",
"operator": "==",
"value": "the_end"
}
},
"distribution": {
"iterations": 5000,
"x": {
"distribution": "uniform",
"extent": [
0,
16
]
},
"y": {
"distribution": "uniform",
"extent": [
0,
117
]
},
"z": {
"distribution": "uniform",
"extent": [
0,
16
]
}
}
}
}```
Not sure , but I think you should change the top array to bottom
I had a similar problem , but I don't remember what I did
I think smth like this
ok