9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00

Merge pull request #291 from IrisDimensions/Development

updates!
This commit is contained in:
Brian Fopiano
2022-09-15 23:51:09 -07:00
committed by GitHub
18 changed files with 407 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
{
"type": "EVOKER",
"spawnEffectRiseOutOfGround": true,
}

View File

@@ -0,0 +1,4 @@
{
"type": "VINDICATOR",
"spawnEffectRiseOutOfGround": true,
}

View File

@@ -0,0 +1 @@
{"type": "ALLAY"}

View File

@@ -0,0 +1,5 @@
{
"object": "jigsaw/ancient_city/ancient_city",
"connectors": [],
"preprocessors": []
}

View File

@@ -0,0 +1,5 @@
{
"object": "jigsaw/mansion/mansion",
"connectors": [],
"preprocessors": []
}

View File

@@ -0,0 +1,3 @@
{"pieces": [
"ancient_city/ancient_city"
]}

View File

@@ -0,0 +1,3 @@
{"pieces": [
"mansion/mansion"
]}

View File

@@ -0,0 +1,7 @@
{
"maxDepth": 1,
"pieces": ["ancient_city/ancient_city"],
"lockY": 12,
"terminate": false
}

View File

@@ -1,5 +1,5 @@
{
"maxDepth": 20,
"pieces": ["mansion/main/a1"],
"terminate": true
"maxDepth": 1,
"pieces": ["mansion/mansion"],
"terminate": false
}

162
loot/ancient_city.json Normal file
View File

@@ -0,0 +1,162 @@
{
"name": "Ancient_City",
"rarity": 1,
"minPicked": 4,
"maxPicked": 9,
"loot": [
{
"type": "coal",
"maxAmount": 15,
"minAmount": 6,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "bone",
"maxAmount": 15,
"minAmount": 1,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "soul_torch",
"maxAmount": 15,
"minAmount": 1,
"rarity": 3,
"slottypes": "STORAGE"
},
{
"type": "book",
"maxamount": 10,
"minAmount": 3,
"rarity": 3,
"slottypes": "STORAGE"
},
{
"type": "potion_of_regeneration",
"maxamount": 3,
"minAmount": 1,
"rarity": 3,
"slottypes": "STORAGE"
},
{
"type": "enchanted_book",
"maxamount": 1,
"minAmount": 1,
"rarity": 3,
"slottypes": "STORAGE"
},
{
"type": "disc_fragment",
"maxamount": 3,
"minAmount": 1,
"rarity": 3,
"slottypes": "STORAGE"
},
{
"type": "echo_shard",
"maxamount": 3,
"minAmount": 1,
"rarity": 3,
"slottypes": "STORAGE"
},
{
"type": "amethyst_shard",
"maxamount": 15,
"minAmount": 1,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "glow_berries",
"maxamount": 15,
"minAmount": 1,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "sculk",
"maxamount": 10,
"minAmount": 4,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "candle",
"maxamount": 4,
"minAmount": 1,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "experience_bottle",
"maxamount": 3,
"minAmount": 1,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "sculk_sensor",
"maxamount": 3,
"minAmount": 1,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "sculk_catalyst",
"maxamount": 2,
"minAmount": 1,
"rarity": 8,
"slottypes": "STORAGE"
},
{
"type": "compass",
"maxamount": 1,
"minAmount": 1,
"rarity": 8,
"slottypes": "STORAGE"
},
{
"type": "music_disc",
"maxamount": 1,
"minAmount": 1,
"rarity": 8,
"slottypes": "STORAGE"
},
{
"type": "lead",
"maxamount": 1,
"minAmount": 1,
"rarity": 8,
"slottypes": "STORAGE"
},
{
"type": "name_tag",
"maxamount": 1,
"minAmount": 1,
"rarity": 8,
"slottypes": "STORAGE"
},
{
"type": "saddle",
"maxamount": 1,
"minAmount": 1,
"rarity": 8,
"slottypes": "STORAGE"
},
{
"type": "diamond_horse_armor",
"maxamount": 1,
"minAmount": 1,
"rarity": 8,
"slottypes": "STORAGE"
},
{
"type": "enchanted_golden_apple",
"maxamount": 2,
"minAmount": 1,
"rarity": 16,
"slottypes": "STORAGE"
}
]
}

169
loot/mansion.json Normal file
View File

@@ -0,0 +1,169 @@
{
"name": "Mansion",
"rarity": 1,
"minPicked": 4,
"maxPicked": 9,
"loot": [
{
"type": "bone",
"maxAmount": 8,
"minAmount": 1,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "gunpowder",
"maxAmount": 8,
"minAmount": 1,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "rotten_flesh",
"maxAmount": 8,
"minAmount": 1,
"rarity": 2,
"slottypes": "STORAGE"
},
{
"type": "string",
"maxamount": 8,
"minAmount": 1,
"rarity": 2,
"slottypes": "STORAGE"
},
{
"type": "wheat",
"maxamount": 4,
"minAmount": 1,
"rarity": 3,
"slottypes": "STORAGE"
},
{
"type": "coal",
"maxamount": 4,
"minAmount": 1,
"rarity": 4,
"slottypes": "STORAGE"
},
{
"type": "redstone_dust",
"maxamount": 4,
"minAmount": 1,
"rarity": 4,
"slottypes": "STORAGE"
},
{
"type": "beetroot_seeds",
"maxamount": 4,
"minAmount": 2,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "melon_seeds",
"maxamount": 4,
"minAmount": 2,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "pumpkin_seeds",
"maxamount": 4,
"minAmount": 2,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "iron_ingot",
"maxamount": 4,
"minAmount": 1,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "bread",
"maxamount": 1,
"minAmount": 1,
"rarity": 3,
"slottypes": "STORAGE"
},
{
"type": "lead",
"maxamount": 1,
"minAmount": 1,
"rarity": 4,
"slottypes": "STORAGE"
},
{
"type": "name_tag",
"maxamount": 1,
"minAmount": 1,
"rarity": 4,
"slottypes": "STORAGE"
},
{
"type": "gold_ingot",
"maxamount": 4,
"minAmount": 1,
"rarity": 10,
"slottypes": "STORAGE"
},
{
"type": "music_disc",
"maxamount": 1,
"minAmount": 1,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "golden_apple",
"maxamount": 1,
"minAmount": 1,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "diamond_hoe",
"maxamount": 1,
"minAmount": 1,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "bucket",
"maxamount": 1,
"minAmount": 1,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "enchanted_book",
"maxamount": 1,
"minAmount": 1,
"rarity": 6,
"slottypes": "STORAGE"
},
{
"type": "chainmail_chestplate",
"maxamount": 1,
"minAmount": 1,
"rarity": 6,
"slottypes": "STORAGE"
},
{
"type": "diamond_chestplate",
"maxamount": 1,
"minAmount": 1,
"rarity": 12,
"slottypes": "STORAGE"
},
{
"type": "enchanted_golden_apple",
"maxamount": 1,
"minAmount": 1,
"rarity": 30,
"slottypes": "STORAGE"
}
]
}

5
markers/allay.json Normal file
View File

@@ -0,0 +1,5 @@
{
"removeOnChange": true,
"spawners": ["allay"],
"exhaustionChance": 0.75
}

5
markers/evoker.json Normal file
View File

@@ -0,0 +1,5 @@
{
"removeOnChange": true,
"spawners": ["evoker"],
"exhaustionChance": 0.75
}

5
markers/vindicator.json Normal file
View File

@@ -0,0 +1,5 @@
{
"removeOnChange": true,
"spawners": ["vindicator"],
"exhaustionChance": 0.75
}

Binary file not shown.

Binary file not shown.

13
spawners/evoker.json Normal file
View File

@@ -0,0 +1,13 @@
{
"maximumRate": {
"amount": 3,
"per": {"minecraftDays": 6}
},
"maxEntitiesPerChunk": 2,
"initialSpawns": [{
"entity": "standard/hostile/evoker",
"rarity": 2,
"maxSpawns": 2,
"minSpawns": 1
}]
}

13
spawners/vindicator.json Normal file
View File

@@ -0,0 +1,13 @@
{
"maximumRate": {
"amount": 3,
"per": {"minecraftDays": 6}
},
"maxEntitiesPerChunk": 2,
"initialSpawns": [{
"entity": "standard/hostile/vindicator",
"rarity": 2,
"maxSpawns": 2,
"minSpawns": 1
}]
}