mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
143 lines
3.4 KiB
JSON
143 lines
3.4 KiB
JSON
{
|
|
"decorators": [
|
|
{
|
|
"chance": 0.003,
|
|
"variance": {
|
|
"style": "STATIC"
|
|
},
|
|
"zoom": 0.3,
|
|
"palette": [
|
|
{
|
|
"data": {
|
|
"face": "floor",
|
|
"powered": false,
|
|
"facing": "east"
|
|
},
|
|
"block": "stone_button"
|
|
},
|
|
{
|
|
"block": "air"
|
|
},
|
|
{
|
|
"data": {
|
|
"face": "floor",
|
|
"powered": false,
|
|
"facing": "south"
|
|
},
|
|
"block": "stone_button"
|
|
}
|
|
],
|
|
"style": {
|
|
"style": "STATIC"
|
|
}
|
|
},
|
|
{
|
|
"partOf": "SHORE_LINE",
|
|
"chance": 0.09,
|
|
"variance": {
|
|
"style": "STATIC"
|
|
},
|
|
"stackMax": 2,
|
|
"zoom": 5,
|
|
"palette": [
|
|
{
|
|
"block": "sugar_cane"
|
|
}
|
|
],
|
|
"style": {
|
|
"style": "STATIC"
|
|
},
|
|
"heightVariance": {
|
|
"style": "STATIC"
|
|
}
|
|
}
|
|
],
|
|
"entityInitialSpawns": [
|
|
{"entity": "cow", "maxSpawns": 1, "minSpawns": 1, "rarity": 7},
|
|
{"entity": "pig", "maxSpawns": 1, "minSpawns": 1, "rarity": 7},
|
|
{"entity": "chicken", "maxSpawns": 1, "minSpawns": 1, "rarity": 7},
|
|
{"entity": "sheep", "maxSpawns": 1, "minSpawns": 1, "rarity": 7}
|
|
],
|
|
"objects": [
|
|
{
|
|
"mode": "PAINT",
|
|
"chance": 0.0025,
|
|
"rotation": {
|
|
"yAxis": {
|
|
"min": 0,
|
|
"max": 0,
|
|
"interval": 90,
|
|
"enabled": true
|
|
},
|
|
"enabled": true
|
|
},
|
|
"place": [
|
|
"camp/barrel-bin"
|
|
],
|
|
"translate": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0
|
|
}
|
|
}
|
|
],
|
|
"name": "Beach",
|
|
"layers": [
|
|
{
|
|
"minHeight": 3,
|
|
"maxHeight": 6,
|
|
"palette": [
|
|
{
|
|
"block": "sand"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 3,
|
|
"palette": [
|
|
{
|
|
"block": "dirt"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"generators": [
|
|
{
|
|
"min": -1,
|
|
"max": 1,
|
|
"generator": "plain"
|
|
}
|
|
],
|
|
"loot": {
|
|
"tables": [
|
|
"beach-clutter"
|
|
]
|
|
},
|
|
"derivative": "BEACH",
|
|
"slab": {
|
|
"style": {
|
|
"style": "STATIC"
|
|
},
|
|
"palette": [
|
|
{
|
|
"data": {
|
|
"waterlogged": false,
|
|
"type": "bottom"
|
|
},
|
|
"block": "sandstone_slab"
|
|
},
|
|
{
|
|
"data": {
|
|
"waterlogged": false,
|
|
"type": "bottom"
|
|
},
|
|
"block": "smooth_sandstone_slab"
|
|
},
|
|
{
|
|
"weight": 2,
|
|
"block": "air"
|
|
}
|
|
]
|
|
}
|
|
} |