mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
4
entities/standard/hostile/evoker.json
Normal file
4
entities/standard/hostile/evoker.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"type": "EVOKER",
|
||||
"spawnEffectRiseOutOfGround": true,
|
||||
}
|
||||
4
entities/standard/hostile/vindicator.json
Normal file
4
entities/standard/hostile/vindicator.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"type": "VINDICATOR",
|
||||
"spawnEffectRiseOutOfGround": true,
|
||||
}
|
||||
1
entities/standard/passive/allay.json
Normal file
1
entities/standard/passive/allay.json
Normal file
@@ -0,0 +1 @@
|
||||
{"type": "ALLAY"}
|
||||
5
jigsaw-pieces/ancient_city/ancient_city.json
Normal file
5
jigsaw-pieces/ancient_city/ancient_city.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"object": "jigsaw/ancient_city/ancient_city",
|
||||
"connectors": [],
|
||||
"preprocessors": []
|
||||
}
|
||||
5
jigsaw-pieces/mansion/mansion.json
Normal file
5
jigsaw-pieces/mansion/mansion.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"object": "jigsaw/mansion/mansion",
|
||||
"connectors": [],
|
||||
"preprocessors": []
|
||||
}
|
||||
3
jigsaw-pools/ancient_city/ancient_city.json
Normal file
3
jigsaw-pools/ancient_city/ancient_city.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{"pieces": [
|
||||
"ancient_city/ancient_city"
|
||||
]}
|
||||
3
jigsaw-pools/mansion/mansion.json
Normal file
3
jigsaw-pools/mansion/mansion.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{"pieces": [
|
||||
"mansion/mansion"
|
||||
]}
|
||||
7
jigsaw-structures/ancient_city.json
Normal file
7
jigsaw-structures/ancient_city.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"maxDepth": 1,
|
||||
"pieces": ["ancient_city/ancient_city"],
|
||||
"lockY": 12,
|
||||
"terminate": false
|
||||
|
||||
}
|
||||
@@ -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
162
loot/ancient_city.json
Normal 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
169
loot/mansion.json
Normal 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
5
markers/allay.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"removeOnChange": true,
|
||||
"spawners": ["allay"],
|
||||
"exhaustionChance": 0.75
|
||||
}
|
||||
5
markers/evoker.json
Normal file
5
markers/evoker.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"removeOnChange": true,
|
||||
"spawners": ["evoker"],
|
||||
"exhaustionChance": 0.75
|
||||
}
|
||||
5
markers/vindicator.json
Normal file
5
markers/vindicator.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"removeOnChange": true,
|
||||
"spawners": ["vindicator"],
|
||||
"exhaustionChance": 0.75
|
||||
}
|
||||
BIN
objects/jigsaw/ancient_city/ancient_city.iob
Normal file
BIN
objects/jigsaw/ancient_city/ancient_city.iob
Normal file
Binary file not shown.
BIN
objects/jigsaw/mansion/mansion.iob
Normal file
BIN
objects/jigsaw/mansion/mansion.iob
Normal file
Binary file not shown.
13
spawners/evoker.json
Normal file
13
spawners/evoker.json
Normal 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
13
spawners/vindicator.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"maximumRate": {
|
||||
"amount": 3,
|
||||
"per": {"minecraftDays": 6}
|
||||
},
|
||||
"maxEntitiesPerChunk": 2,
|
||||
"initialSpawns": [{
|
||||
"entity": "standard/hostile/vindicator",
|
||||
"rarity": 2,
|
||||
"maxSpawns": 2,
|
||||
"minSpawns": 1
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user