9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-19 14:59:24 +00:00
This commit is contained in:
Brian Fopiano
2021-09-15 18:34:28 -07:00
parent 2ceb4d7ab5
commit dfe9e968f1
9 changed files with 80 additions and 1 deletions

View File

@@ -93,6 +93,17 @@
"structures/shipgenericc"
],
"chance": 0.001,
"markers": [
{
"mark": [
{
"block": "minecraft:spruce_planks"
}
],
"maximumMarkers": 5,
"marker": "skelepirate"
}
],
"onwater": true,
"translate": {"y": -1},
"waterloggable": true

View File

@@ -200,6 +200,17 @@
"structures/shipgenericu",
"structures/shipgenericc"
],
"markers": [
{
"mark": [
{
"block": "minecraft:spruce_planks"
}
],
"maximumMarkers": 5,
"marker": "skelepirate"
}
],
"chance": 0.005,
"onwater": true,
"translate": {"y": -1},

View File

@@ -166,6 +166,17 @@
"structures/shipgenericu",
"structures/shipgenericc"
],
"markers": [
{
"mark": [
{
"block": "minecraft:spruce_planks"
}
],
"maximumMarkers": 5,
"marker": "skelepirate"
}
],
"chance": 0.005,
"onwater": true,
"translate": {"y": -1},

View File

@@ -179,6 +179,17 @@
"structures/shipgenericu",
"structures/shipgenericc"
],
"markers": [
{
"mark": [
{
"block": "minecraft:spruce_planks"
}
],
"maximumMarkers": 5,
"marker": "skelepirate"
}
],
"chance": 0.003,
"onwater": true,
"translate": {"y": -1},

View File

@@ -138,10 +138,20 @@
"structures/shipgenericr",
"structures/shipgenericu",
"structures/shipgenericc"
],"markers": [
{
"mark": [
{
"block": "minecraft:spruce_planks"
}
],
"maximumMarkers": 5,
"marker": "skelepirate"
}
],
"chance": 0.005,
"onwater": true,
"translate": {"y": -2},
"translate": {"y": -1},
"waterloggable": true
}
]

View File

@@ -0,0 +1,10 @@
{
"type": "SKELETON",
"customName": "Undead Pirate",
"mainHand": {"type": "iron_sword"},
"helmet": {"type": "golden_helmet"},
"passengers": [{
"baby": true,
"type": "PARROT"
}]
}

4
markers/pillager.json Normal file
View File

@@ -0,0 +1,4 @@
{
"removeOnChange": true,
"spawners": ["pillager"]
}

4
markers/skelepirate.json Normal file
View File

@@ -0,0 +1,4 @@
{
"removeOnChange": true,
"spawners": ["skelepirate"]
}

View File

@@ -0,0 +1,7 @@
{
"initialSpawns": [{
"entity": "unique/skelepirate",
"rarity": 1,
"maxSpawns": 2,
"minSpawns": 1
}]}