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

Merge pull request #177 from StrangeOne101/master

Stronghold + Entity Patches
This commit is contained in:
Brian Neumann-Fopiano
2021-08-04 06:50:30 -07:00
committed by GitHub
26 changed files with 42 additions and 40 deletions

View File

@@ -86,11 +86,11 @@
},
{
"place": [
"structures/genericw",
"structures/genericc",
"structures/genericr",
"structures/genericu",
"structures/genericc"
"structures/shipgenericw",
"structures/shipgenericc",
"structures/shipgenericr",
"structures/shipgenericu",
"structures/shipgenericc"
],
"chance": 0.001,
"onwater": true,

View File

@@ -194,11 +194,11 @@
},
{
"place": [
"structures/genericw",
"structures/genericc",
"structures/genericr",
"structures/genericu",
"structures/genericc"
"structures/shipgenericw",
"structures/shipgenericc",
"structures/shipgenericr",
"structures/shipgenericu",
"structures/shipgenericc"
],
"chance": 0.005,
"onwater": true,

View File

@@ -160,11 +160,11 @@
},
{
"place": [
"structures/genericw",
"structures/genericc",
"structures/genericr",
"structures/genericu",
"structures/genericc"
"structures/shipgenericw",
"structures/shipgenericc",
"structures/shipgenericr",
"structures/shipgenericu",
"structures/shipgenericc"
],
"chance": 0.005,
"onwater": true,

View File

@@ -157,11 +157,11 @@
},
{
"place": [
"structures/genericw",
"structures/genericc",
"structures/genericr",
"structures/genericu",
"structures/genericc"
"structures/shipgenericw",
"structures/shipgenericc",
"structures/shipgenericr",
"structures/shipgenericu",
"structures/shipgenericc"
],
"chance": 0.003,
"onwater": true,

View File

@@ -117,11 +117,11 @@
},
{
"place": [
"structures/genericw",
"structures/genericc",
"structures/genericr",
"structures/genericu",
"structures/genericc"
"structures/shipgenericw",
"structures/shipgenericc",
"structures/shipgenericr",
"structures/shipgenericu",
"structures/shipgenericc"
],
"chance": 0.005,
"onwater": true,

View File

@@ -1 +1 @@
{"type": "CHICKEN"}
{"type": "CHICKEN", "surface": "ANIMAL"}

View File

@@ -1 +1 @@
{"type": "COW"}
{"type": "COW", "surface": "ANIMAL"}

View File

@@ -1,3 +1,4 @@
{
"type": "DOLPHIN"
"type": "DOLPHIN",
"surface": "WATER"
}

View File

@@ -1 +1 @@
{"type": "DONKEY"}
{"type": "DONKEY", "surface": "ANIMAL"}

View File

@@ -1 +1 @@
{"type": "HORSE"}
{"type": "HORSE", "surface": "ANIMAL"}

View File

@@ -1 +1 @@
{"type": "MULE"}
{"type": "MULE", "surface": "ANIMAL"}

View File

@@ -1 +1 @@
{"type": "OCELOT"}
{"type": "OCELOT", "surface": "ANIMAL"}

View File

@@ -1 +1 @@
{"type": "PIG"}
{"type": "PIG", "surface": "ANIMAL"}

View File

@@ -1 +1 @@
{"type": "SHEEP"}
{"type": "SHEEP", "surface": "ANIMAL"}

View File

@@ -1 +1 @@
{"type": "TURTLE"}
{"type": "TURTLE", "surface": "OVERWORLD"}

View File

@@ -1 +1 @@
{"type": "WOLF"}
{"type": "WOLF", "surface": "ANIMAL"}

View File

@@ -1,4 +1,5 @@
{
"type": "GLOW_SQUID",
"glowing": true
"glowing": true,
"surface": "WATER"
}

View File

@@ -8,7 +8,7 @@
"pools": ["stronghold/portalroom"],
"position": {
"x": 0,
"y": -55,
"y": -48,
"z": 5
},
"direction": "NORTH_NEGATIVE_Z"

View File

@@ -121,7 +121,7 @@
"pools": ["stronghold/from-portal"],
"position": {
"x": 0,
"y": -6,
"y": -11,
"z": 5
},
"direction": "SOUTH_POSITIVE_Z"

View File

@@ -3,7 +3,7 @@
"pieces": ["stronghold/portal/main"],
"terminate": true,
"feature": {
"blockRadius": 5,
"blockRadius": 25,
"entitySpawners": [
"silverfish"
]