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:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"type": "CHICKEN"}
|
||||
{"type": "CHICKEN", "surface": "ANIMAL"}
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"type": "COW"}
|
||||
{"type": "COW", "surface": "ANIMAL"}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"type": "DOLPHIN"
|
||||
"type": "DOLPHIN",
|
||||
"surface": "WATER"
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
{"type": "DONKEY"}
|
||||
{"type": "DONKEY", "surface": "ANIMAL"}
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"type": "HORSE"}
|
||||
{"type": "HORSE", "surface": "ANIMAL"}
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"type": "MULE"}
|
||||
{"type": "MULE", "surface": "ANIMAL"}
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"type": "OCELOT"}
|
||||
{"type": "OCELOT", "surface": "ANIMAL"}
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"type": "PIG"}
|
||||
{"type": "PIG", "surface": "ANIMAL"}
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"type": "SHEEP"}
|
||||
{"type": "SHEEP", "surface": "ANIMAL"}
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"type": "TURTLE"}
|
||||
{"type": "TURTLE", "surface": "OVERWORLD"}
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"type": "WOLF"}
|
||||
{"type": "WOLF", "surface": "ANIMAL"}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"type": "GLOW_SQUID",
|
||||
"glowing": true
|
||||
"glowing": true,
|
||||
"surface": "WATER"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"pools": ["stronghold/portalroom"],
|
||||
"position": {
|
||||
"x": 0,
|
||||
"y": -55,
|
||||
"y": -48,
|
||||
"z": 5
|
||||
},
|
||||
"direction": "NORTH_NEGATIVE_Z"
|
||||
|
||||
@@ -121,7 +121,7 @@
|
||||
"pools": ["stronghold/from-portal"],
|
||||
"position": {
|
||||
"x": 0,
|
||||
"y": -6,
|
||||
"y": -11,
|
||||
"z": 5
|
||||
},
|
||||
"direction": "SOUTH_POSITIVE_Z"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"pieces": ["stronghold/portal/main"],
|
||||
"terminate": true,
|
||||
"feature": {
|
||||
"blockRadius": 5,
|
||||
"blockRadius": 25,
|
||||
"entitySpawners": [
|
||||
"silverfish"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user