added those cobble slab deltas to mars

This commit is contained in:
Pyritie 2025-09-02 02:19:10 +01:00
parent f54777f7e0
commit 85bb5ffa1d
9 changed files with 172 additions and 2 deletions

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:delta_feature",
"config": {
"contents": {
"Name": "tfc:rock/cobble/basalt_slab"
},
"rim": {
"Name": "tfc:rock/hardened/basalt"
},
"rim_size": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 3,
"min_inclusive": 1
}
},
"size": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 7,
"min_inclusive": 3
}
}
}
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:delta_feature",
"config": {
"contents": {
"Name": "tfc:rock/cobble/gabbro_slab"
},
"rim": {
"Name": "tfc:rock/hardened/gabbro"
},
"rim_size": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 3,
"min_inclusive": 1
}
},
"size": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 7,
"min_inclusive": 3
}
}
}
}

View file

@ -30,6 +30,15 @@
"predicate_type": "minecraft:tag_match",
"tag": "tfc:dirt"
}
},
{
"state": {
"Name": "create:ochrum"
},
"target": {
"predicate_type": "minecraft:block_match",
"block": "ad_astra:venus_sand"
}
}
]
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:delta_feature",
"config": {
"contents": {
"Name": "gtceu:red_granite_cobblestone"
},
"rim": {
"Name": "tfg:rock/hardened_red_granite"
},
"rim_size": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 3,
"min_inclusive": 1
}
},
"size": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 7,
"min_inclusive": 3
}
}
}
}