updated moon worldgen with new rock stuff!
This commit is contained in:
parent
be356a5d9b
commit
d8b995ba60
18 changed files with 64 additions and 28 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"type": "minecraft:delta_feature",
|
||||
"config": {
|
||||
"contents": {
|
||||
"Name": "tfc:rock/cobble/basalt_slab"
|
||||
"Name": "tfg:rock/cobble_moon_deepslate_slab"
|
||||
},
|
||||
"rim": {
|
||||
"Name": "tfg:rock/hardened_moon_deepslate"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 35,
|
||||
"weight": 10,
|
||||
"data": {
|
||||
"Name": "tfg:rock/hardened_glacio_stone"
|
||||
}
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"weight": 20,
|
||||
"weight": 5,
|
||||
"data": {
|
||||
"Name": "ad_astra:glacio_stone_slab"
|
||||
}
|
||||
|
|
@ -27,6 +27,18 @@
|
|||
"data": {
|
||||
"Name": "ad_astra:glacio_cobblestone_slab"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"data": {
|
||||
"Name": "tfg:rock/mossy_cobble_glacio"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 10,
|
||||
"data": {
|
||||
"Name": "tfg:rock/mossy_cobble_glacio_slab"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 35,
|
||||
"weight": 10,
|
||||
"data": {
|
||||
"Name": "tfg:rock/hardened_moon_deepslate"
|
||||
}
|
||||
|
|
@ -13,19 +13,31 @@
|
|||
{
|
||||
"weight": 25,
|
||||
"data": {
|
||||
"Name": "ad_astra:moon_deepslate"
|
||||
"Name": "tfg:rock/cobble_moon_deepslate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 5,
|
||||
"data": {
|
||||
"Name": "tfg:rock/moon_deepslate_slab"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 10,
|
||||
"data": {
|
||||
"Name": "ad_astra:moon_cobblestone"
|
||||
"Name": "tfg:rock/cobble_moon_deepslate_slab"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"data": {
|
||||
"Name": "tfg:rock/mossy_cobble_moon_deepslate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 10,
|
||||
"data": {
|
||||
"Name": "ad_astra:moon_cobblestone_slab"
|
||||
"Name": "tfg:rock/mossy_cobble_moon_deepslate_slab"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 35,
|
||||
"weight": 10,
|
||||
"data": {
|
||||
"Name": "tfg:rock/hardened_moon_stone"
|
||||
}
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"weight": 20,
|
||||
"weight": 5,
|
||||
"data": {
|
||||
"Name": "ad_astra:moon_stone_slab"
|
||||
}
|
||||
|
|
@ -27,6 +27,18 @@
|
|||
"data": {
|
||||
"Name": "ad_astra:moon_cobblestone_slab"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"data": {
|
||||
"Name": "tfg:rock/mossy_cobble_moon"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 10,
|
||||
"data": {
|
||||
"Name": "tfg:rock/mossy_cobble_moon_slab"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue