9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 03:39:15 +00:00

New stuff

This commit is contained in:
Daniel Mills
2020-10-12 02:50:14 -04:00
parent ea419eb136
commit f8a99f535f
3 changed files with 153 additions and 0 deletions

View File

@@ -0,0 +1,150 @@
{
"effects": [
{
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1,
"particleEffect": "SMOKE_LARGE",
"particleOffset": 0,
"interval": 550,
"particleCount": 0
}
],
"decorators": [
{
"chance": 0.01,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "jungle_button"
},
{
"block": "air"
},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "jungle_button"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
{
"chance": 1,
"edit": [
{
"find": [
{"block": "player_wall_head"}
],
"replace": {
"palette": [
{
"block": "air"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"palm/palm1",
"palm/palm2",
"palm/palm3",
"palm/palm-4",
"palm/palm-5",
"palm/palm-6",
"palm/palm-7",
"palm/palm-8"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"name": "Tropical Charred Beach",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
{
"block": "black_concrete_powder"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
}
]
}
],
"generators": [
{
"min": -1,
"max": 1,
"generator": "plain"
}
],
"loot": {
"tables": [
"beach-clutter"
]
},
"derivative": "DESERT_LAKES",
"wall": {
"palette": [
{
"block": "smooth_sandstone"
}
]
},
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "blackstone_slab"
},
{
"weight": 1,
"block": "air"
}
]
},
"rarity": 7
}

3
entities/drowned.json Normal file
View File

@@ -0,0 +1,3 @@
{
"type": "DROWNED"
}

Binary file not shown.