mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 11:49:07 +00:00
101 lines
2.2 KiB
JSON
101 lines
2.2 KiB
JSON
{
|
|
"name": "Beach",
|
|
"loot": {
|
|
"tables": [
|
|
"beach-clutter"
|
|
]
|
|
},
|
|
"layers": [
|
|
{
|
|
"minHeight": 3,
|
|
"maxHeight": 6,
|
|
"palette": [
|
|
"SAND"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 3,
|
|
"palette": [
|
|
"DIRT"
|
|
]
|
|
}
|
|
],
|
|
"slab": {
|
|
"style": {
|
|
"style": "STATIC"
|
|
},
|
|
"palette": [
|
|
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
|
|
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
|
|
"AIR",
|
|
"AIR"
|
|
]
|
|
},
|
|
"objects": [
|
|
{
|
|
"chance": 0.0025,
|
|
"rotation": {
|
|
"yAxis": {
|
|
"min": 0,
|
|
"max": 0,
|
|
"interval": 90,
|
|
"enabled": true
|
|
},
|
|
"enabled": true
|
|
},
|
|
"mode": "PAINT",
|
|
"place": [
|
|
"camp/barrel-bin"
|
|
],
|
|
"translate": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0
|
|
}
|
|
}
|
|
],
|
|
"decorators": [
|
|
{
|
|
"zoom": 0.3,
|
|
"chance": 0.003,
|
|
"palette": [
|
|
"minecraft:stone_button[face=floor,facing=east,powered=false]",
|
|
"AIR",
|
|
"minecraft:stone_button[face=floor,facing=south,powered=false]"
|
|
],
|
|
"style": {
|
|
"style": "STATIC"
|
|
},
|
|
"variance": {
|
|
"style": "STATIC"
|
|
}
|
|
},
|
|
{
|
|
"zoom": 5,
|
|
"chance": 0.09,
|
|
"stackMax": 2,
|
|
"partOf": "SHORE_LINE",
|
|
"palette": [
|
|
"SUGAR_CANE"
|
|
],
|
|
"heightVariance": {
|
|
"style": "STATIC"
|
|
},
|
|
"style": {
|
|
"style": "STATIC"
|
|
},
|
|
"variance": {
|
|
"style": "STATIC"
|
|
}
|
|
}
|
|
],
|
|
"generators": [
|
|
{
|
|
"generator": "plain",
|
|
"min": -1,
|
|
"max": 1
|
|
}
|
|
],
|
|
"derivative": "BEACH"
|
|
} |