mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2026-01-06 15:41:36 +00:00
Updated Dungeons
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,12 @@
|
||||
{
|
||||
"maxDepth": 1,
|
||||
"pieces": ["dungeon/skeleton"],
|
||||
"lockY": 3,
|
||||
"overrideYRange" :{
|
||||
"max": 20,
|
||||
"min": 7,
|
||||
"style" : {
|
||||
"style": "STATIC"
|
||||
}
|
||||
},
|
||||
"feature": {"entitySpawners": ["skeleton"]}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
{
|
||||
"maxDepth": 1,
|
||||
"pieces": ["dungeon/spider"],
|
||||
"lockY": 3,
|
||||
"overrideYRange" :{
|
||||
"max": 20,
|
||||
"min": 7,
|
||||
"style" : {
|
||||
"style": "STATIC"
|
||||
}
|
||||
},
|
||||
"feature": {"entitySpawners": ["cavespider"]}
|
||||
}
|
||||
|
||||
@@ -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"]}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
{
|
||||
"maxDepth": 10,
|
||||
"pieces": ["mineshaft/intersection"],
|
||||
"overrideYRange" :{
|
||||
"max": 45,
|
||||
"min": 7,
|
||||
"style" : {
|
||||
"style": "STATIC"
|
||||
}
|
||||
},
|
||||
"feature": {"entitySpawners": ["cavespider"]}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user