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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -395,7 +395,7 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"result_state": {
|
||||
"Name": "tfc:sand/black"
|
||||
"Name": "tfg:rock/gravel_moon_deepslate"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
@ -511,7 +511,7 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"result_state": {
|
||||
"Name": "ad_astra:moon_sand"
|
||||
"Name": "tfg:rock/gravel_moon"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
"min_forest": "edge"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 2
|
||||
"type": "minecraft:count",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
"min_forest": "edge"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 2
|
||||
"type": "minecraft:count",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
"min_forest": "edge"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 2
|
||||
"type": "minecraft:count",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
"min_forest": "edge"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 2
|
||||
"type": "minecraft:count",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"blocks": [
|
||||
"ad_astra:glacio_stone",
|
||||
"tfg:rock/hardened_glacio_stone",
|
||||
"ad_astra:glacio_cobblestone"
|
||||
"tfg:rock/gravel_glacio"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"blocks": [
|
||||
"ad_astra:moon_deepslate",
|
||||
"tfg:rock/hardened_moon_deepslate",
|
||||
"tfc:sand/black"
|
||||
"tfg:rock/gravel_moon_deepslate"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"blocks": [
|
||||
"ad_astra:moon_stone",
|
||||
"tfg:rock/hardened_moon_stone",
|
||||
"ad_astra:moon_sand"
|
||||
"tfg:rock/gravel_moon"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"blocks": [
|
||||
"ad_astra:glacio_stone",
|
||||
"tfg:rock/hardened_glacio_stone",
|
||||
"ad_astra:glacio_cobblestone"
|
||||
"tfg:rock/gravel_glacio"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"blocks": [
|
||||
"ad_astra:moon_deepslate",
|
||||
"tfg:rock/hardened_moon_deepslate",
|
||||
"tfc:sand/black"
|
||||
"tfg:rock/gravel_moon_deepslate"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"blocks": [
|
||||
"ad_astra:moon_stone",
|
||||
"tfg:rock/hardened_moon_stone",
|
||||
"ad_astra:moon_sand"
|
||||
"tfg:rock/gravel_moon"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"blocks": [
|
||||
"ad_astra:glacio_stone",
|
||||
"tfg:rock/hardened_glacio_stone",
|
||||
"ad_astra:glacio_cobblestone"
|
||||
"tfg:rock/gravel_glacio"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"blocks": [
|
||||
"ad_astra:moon_deepslate",
|
||||
"tfg:rock/hardened_moon_deepslate",
|
||||
"tfc:sand/black"
|
||||
"tfg:rock/gravel_moon_deepslate"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"blocks": [
|
||||
"ad_astra:moon_stone",
|
||||
"tfg:rock/hardened_moon_stone",
|
||||
"ad_astra:moon_sand"
|
||||
"tfg:rock/gravel_moon"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue