back on that moon decoration grindset
This commit is contained in:
parent
d366f42302
commit
f0adb029c3
17 changed files with 396 additions and 106 deletions
|
|
@ -14,17 +14,22 @@
|
|||
}
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "WORLD_SURFACE"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:block_predicate_filter",
|
||||
"predicate": {
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": "minecraft:air"
|
||||
"type": "minecraft:matching_block_tag",
|
||||
"offset": [ 0, -1, 0 ],
|
||||
"tag": "ad_astra:moon_stone_replaceables"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"tries": 64,
|
||||
"xz_spread": 7,
|
||||
"tries": 36,
|
||||
"xz_spread": 15,
|
||||
"y_spread": 3
|
||||
}
|
||||
}
|
||||
|
|
@ -14,17 +14,22 @@
|
|||
}
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "WORLD_SURFACE"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:block_predicate_filter",
|
||||
"predicate": {
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": "minecraft:air"
|
||||
"type": "minecraft:matching_block_tag",
|
||||
"offset": [ 0, -1, 0 ],
|
||||
"tag": "ad_astra:moon_stone_replaceables"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"tries": 48,
|
||||
"xz_spread": 14,
|
||||
"tries": 36,
|
||||
"xz_spread": 16,
|
||||
"y_spread": 3
|
||||
}
|
||||
}
|
||||
|
|
@ -5,20 +5,37 @@
|
|||
"dirt_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "tfc:rock/gravel/basalt"
|
||||
"Name": "ad_astra:moon_sand"
|
||||
}
|
||||
},
|
||||
"foliage_placer": {
|
||||
"type": "minecraft:blob_foliage_placer",
|
||||
"height": 0,
|
||||
"offset": 1,
|
||||
"radius": 0
|
||||
"radius": 1
|
||||
},
|
||||
"foliage_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:air"
|
||||
}
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 50,
|
||||
"data": {
|
||||
"Name": "minecraft:pearlescent_froglight"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 30,
|
||||
"data": {
|
||||
"Name": "minecraft:verdant_froglight"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 20,
|
||||
"data": {
|
||||
"Name": "minecraft:ochre_froglight"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"force_dirt": false,
|
||||
"ignore_vines": true,
|
||||
|
|
@ -31,7 +48,7 @@
|
|||
"trunk_placer": {
|
||||
"type": "minecraft:straight_trunk_placer",
|
||||
"base_height": 5,
|
||||
"height_rand_a": 2,
|
||||
"height_rand_a": 10,
|
||||
"height_rand_b": 0
|
||||
},
|
||||
"trunk_provider": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue