peat discs

This commit is contained in:
Pyritie 2025-08-26 01:37:45 +01:00
parent 669e0f7cac
commit c0bcf9ba18
13 changed files with 142 additions and 12 deletions

View file

@ -0,0 +1,51 @@
{
"type": "minecraft:random_patch",
"config": {
"feature": {
"feature": {
"type": "minecraft:simple_block",
"config": {
"to_place": {
"type": "minecraft:weighted_state_provider",
"entries": [
{
"data": {
"Name": "tfc:groundcover/bone"
},
"weight": 20
},
{
"data": {
"Name": "tfc:groundcover/rotten_flesh"
},
"weight": 80
}
]
}
}
},
"placement": [
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:all_of",
"predicates": [
{
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
{
"type": "minecraft:matching_block_tag",
"offset": [ 0, -1, 0 ],
"tag": "tfg:mars_soil"
}
]
}
}
]
},
"tries": 8,
"xz_spread": 4,
"y_spread": 2
}
}