9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-06 15:41:36 +00:00

Updated Dungeons

This commit is contained in:
Brian Neumann-Fopiano
2022-11-30 09:02:37 -08:00
parent df82e2c0ae
commit e08e6043ab
7 changed files with 139 additions and 22 deletions

View File

@@ -1,11 +1,42 @@
{
"object": "jigsaw/dungeon/skeleton",
"placementOptions": {
"loot": ["structures/dungeon"],
"edit": [{
"find": [{"block": "minecraft:glass"}],
"replace": {"palette": [{"block": "minecraft:air"}]}
}],
"loot": [
"structures/dungeon"
],
"edit": [
{
"find": [
{
"block": "minecraft:glass"
}
],
"replace": {
"palette": [
{
"block": "minecraft:air"
}
]
}
},
{
"find": [
{
"block": "minecraft:spawner"
}
],
"replace": {
"palette": [
{
"block": "minecraft:spawner",
"data": {
"entitySpawn": "minecraft:skeleton"
}
}
]
}
}
],
"bore": true
}
}
}

View File

@@ -1,11 +1,42 @@
{
"object": "jigsaw/dungeon/spider",
"placementOptions": {
"loot": ["structures/dungeon"],
"edit": [{
"find": [{"block": "minecraft:glass"}],
"replace": {"palette": [{"block": "minecraft:air"}]}
}],
"loot": [
"structures/dungeon"
],
"edit": [
{
"find": [
{
"block": "minecraft:glass"
}
],
"replace": {
"palette": [
{
"block": "minecraft:air"
}
]
}
},
{
"find": [
{
"block": "minecraft:spawner"
}
],
"replace": {
"palette": [
{
"block": "minecraft:spawner",
"data": {
"entitySpawn": "minecraft:spider"
}
}
]
}
}
],
"bore": true
}
}
}

View File

@@ -1,11 +1,42 @@
{
"object": "jigsaw/dungeon/zombie",
"placementOptions": {
"loot": ["structures/dungeon"],
"edit": [{
"find": [{"block": "minecraft:glass"}],
"replace": {"palette": [{"block": "minecraft:air"}]}
}],
"loot": [
"structures/dungeon"
],
"edit": [
{
"find": [
{
"block": "minecraft:glass"
}
],
"replace": {
"palette": [
{
"block": "minecraft:air"
}
]
}
},
{
"find": [
{
"block": "minecraft:spawner"
}
],
"replace": {
"palette": [
{
"block": "minecraft:spawner",
"data": {
"entitySpawn": "minecraft:zombie"
}
}
]
}
}
],
"bore": true
}
}
}

View File

@@ -1,6 +1,12 @@
{
"maxDepth": 1,
"pieces": ["dungeon/skeleton"],
"lockY": 3,
"overrideYRange" :{
"max": 20,
"min": 7,
"style" : {
"style": "STATIC"
}
},
"feature": {"entitySpawners": ["skeleton"]}
}

View File

@@ -1,6 +1,12 @@
{
"maxDepth": 1,
"pieces": ["dungeon/spider"],
"lockY": 3,
"overrideYRange" :{
"max": 20,
"min": 7,
"style" : {
"style": "STATIC"
}
},
"feature": {"entitySpawners": ["cavespider"]}
}

View File

@@ -1,6 +1,11 @@
{
"maxDepth": 1,
"pieces": ["dungeon/zombie"],
"lockY": 3,
"feature": {"entitySpawners": ["zombie"]}
"overrideYRange" :{
"max": 20,
"min": 7,
"style" : {
"style": "STATIC"
}
}, "feature": {"entitySpawners": ["zombie"]}
}

View File

@@ -1,5 +1,12 @@
{
"maxDepth": 10,
"pieces": ["mineshaft/intersection"],
"overrideYRange" :{
"max": 45,
"min": 7,
"style" : {
"style": "STATIC"
}
},
"feature": {"entitySpawners": ["cavespider"]}
}