diff --git a/.gitignore b/.gitignore deleted file mode 100644 index cd9e3d7..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -__MACOSX \ No newline at end of file diff --git a/README.md b/README.md index 73e8a03..b203581 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Structory -[![Latest Version](https://img.shields.io/github/v/release/Stardust-Labs-MC/Structory?color=blueviolet&logo=github "View latest release")](https://github.com/Stardust-Labs-MC/Structory/releases) [![Stardust Discord Badge](https://img.shields.io/discord/738046951236567162?color=blue&logo=discord&label=Stardust "Join our Discord Server")](https://discord.gg/stardustlabs) [![Botany Discord Badge](https://img.shields.io/discord/877272525476888606?color=blue&logo=discord&label=Botany "Join our Discord Server")](https://discord.gg/jfGMW8rEAa) [![Modrinth Badge](https://img.shields.io/modrinth/dt/structory?label=Modrinth&logo=modrinth "View our Modrinth page")](https://modrinth.com/mod/structory) [![License Badge](https://img.shields.io/badge/license-Stardust_Labs-green "View the Stardust Labs License")](https://github.com/Stardust-Labs-MC/license) [![Wiki Badge](https://img.shields.io/badge/wiki-Miraheze-yellow "View our Wiki")](https://discord.gg/stardustlabs) [![Issues Badge](https://img.shields.io/github/issues/Stardust-Labs-MC/Structory?color=orange&logo=github "View or open an issue")](https://github.com/Stardust-Labs-MC/Structory/issues) [![Weblate Badge](https://img.shields.io/weblate/progress/stardust-labs?server=https%3A%2F%2Fweblate.catter.dev&logo=weblate "Translate here")](https://weblate.catter.dev/projects/stardust-labs) +[![Latest Version](https://img.shields.io/github/v/release/Stardust-Labs-MC/Structory?color=blueviolet&logo=github "View latest release")](https://github.com/Stardust-Labs-MC/Structory/releases) [![Stardust Discord Badge](https://img.shields.io/discord/738046951236567162?color=blue&logo=discord&label=Stardust "Join our Discord Server")](https://discord.gg/stardustlabs) [![Botany Discord Badge](https://img.shields.io/discord/877272525476888606?color=blue&logo=discord&label=Botany "Join our Discord Server")](https://discord.gg/jfGMW8rEAa) [![Modrinth Badge](https://img.shields.io/modrinth/dt/structory?label=Modrinth&logo=modrinth "View our Modrinth page")](https://modrinth.com/mod/structory) [![License Badge](https://img.shields.io/badge/license-Stardust_Labs-green "View the Stardust Labs License")](https://github.com/Stardust-Labs-MC/license) [![Wiki Badge](https://img.shields.io/badge/wiki-Miraheze-yellow "View our Wiki")](https://stardustlabs.miraheze.org/) [![Issues Badge](https://img.shields.io/github/issues/Stardust-Labs-MC/Structory?color=orange&logo=github "View or open an issue")](https://github.com/Stardust-Labs-MC/Structory/issues) [![Weblate Badge](https://img.shields.io/weblate/progress/stardust-labs?server=https%3A%2F%2Fweblate.catter.dev&logo=weblate "Translate here")](https://weblate.catter.dev/projects/stardust-labs) Structory is a seasonally updated, atmospheric structure datapack with light lore, including ruins, towers, cottages, graveyards, settlements, boats, and more. diff --git a/data/structory/loot_tables/extra/copper.json b/data/structory/loot_tables/extra/copper.json deleted file mode 100644 index eed42c1..0000000 --- a/data/structory/loot_tables/extra/copper.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:copper_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": { - "min": 7, - "max": { - "min": 14, - "max": 21 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 1 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:raw_copper", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": { - "min": 5, - "max": { - "min": 7, - "max": 10 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 1 - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/harvest/graveyard.json b/data/structory/loot_tables/harvest/graveyard.json deleted file mode 100644 index 7fdb41a..0000000 --- a/data/structory/loot_tables/harvest/graveyard.json +++ /dev/null @@ -1,281 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:enchant_randomly" - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 5, - "max": 20 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:iron_pickaxe", - "functions": [ - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.9 - } - }, - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 5, - "max": 16 - }, - "treasure": true, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.6 - } - ] - }, - { - "rolls": 3, - "entries": [ - { - "type": "minecraft:item", - "weight": 14, - "name": "minecraft:bone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 9 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 11, - "name": "minecraft:paper", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 6, - "max": 13 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 9, - "name": "minecraft:bone_meal", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 4, - "max": 9 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:skeleton_skull", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 1 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:string", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 6 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:cobweb", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ] - } - ] - }, - { - "rolls": 2, - "entries": [ - { - "type": "minecraft:item", - "weight": 8, - "name": "minecraft:gold_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:iron_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:lapis_lazuli", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 5, - "max": 10 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:candle", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:gunpowder", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 8 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 8, - "name": "minecraft:rotten_flesh", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 6 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.7 - } - ] - } - ] -} diff --git a/data/structory/loot_tables/harvest/graveyard2.json b/data/structory/loot_tables/harvest/graveyard2.json deleted file mode 100644 index 7fdb41a..0000000 --- a/data/structory/loot_tables/harvest/graveyard2.json +++ /dev/null @@ -1,281 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:enchant_randomly" - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 5, - "max": 20 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:iron_pickaxe", - "functions": [ - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.9 - } - }, - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 5, - "max": 16 - }, - "treasure": true, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.6 - } - ] - }, - { - "rolls": 3, - "entries": [ - { - "type": "minecraft:item", - "weight": 14, - "name": "minecraft:bone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 9 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 11, - "name": "minecraft:paper", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 6, - "max": 13 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 9, - "name": "minecraft:bone_meal", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 4, - "max": 9 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:skeleton_skull", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 1 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:string", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 6 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:cobweb", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ] - } - ] - }, - { - "rolls": 2, - "entries": [ - { - "type": "minecraft:item", - "weight": 8, - "name": "minecraft:gold_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:iron_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:lapis_lazuli", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 5, - "max": 10 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:candle", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:gunpowder", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 8 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 8, - "name": "minecraft:rotten_flesh", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 6 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.7 - } - ] - } - ] -} diff --git a/data/structory/loot_tables/harvest/manor2/loot.json b/data/structory/loot_tables/harvest/manor2/loot.json deleted file mode 100644 index b794573..0000000 --- a/data/structory/loot_tables/harvest/manor2/loot.json +++ /dev/null @@ -1,263 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:enchant_randomly" - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 6, - "max": 26 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "rolls": 3, - "entries": [ - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 6 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 11, - "name": "minecraft:paper", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 6, - "max": 13 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:bookshelf", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - }, - { - "type": "minecraft:item", - "name": "minecraft:dark_oak_planks", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 6 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 4, - "name": "minecraft:dark_oak_log", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:string", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 6 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:cobweb", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ] - } - ] - }, - { - "rolls": 2, - "entries": [ - { - "type": "minecraft:item", - "weight": 12, - "name": "minecraft:emerald", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 6 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:iron_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:lapis_lazuli", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 5, - "max": 10 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:candle", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:redstone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 8 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:spider_eye", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - } - ] -} diff --git a/data/structory/loot_tables/harvest/manor2/treasure.json b/data/structory/loot_tables/harvest/manor2/treasure.json deleted file mode 100644 index b794573..0000000 --- a/data/structory/loot_tables/harvest/manor2/treasure.json +++ /dev/null @@ -1,263 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:enchant_randomly" - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 6, - "max": 26 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "rolls": 3, - "entries": [ - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 6 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 11, - "name": "minecraft:paper", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 6, - "max": 13 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:bookshelf", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - }, - { - "type": "minecraft:item", - "name": "minecraft:dark_oak_planks", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 6 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 4, - "name": "minecraft:dark_oak_log", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:string", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 6 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:cobweb", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ] - } - ] - }, - { - "rolls": 2, - "entries": [ - { - "type": "minecraft:item", - "weight": 12, - "name": "minecraft:emerald", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 6 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:iron_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:lapis_lazuli", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 5, - "max": 10 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:candle", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:redstone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 8 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:spider_eye", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - } - ] -} diff --git a/data/structory/loot_tables/harvest/old_manor/common.json b/data/structory/loot_tables/harvest/old_manor/common.json deleted file mode 100644 index 0dadc01..0000000 --- a/data/structory/loot_tables/harvest/old_manor/common.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 0, - "max": 4 - }, - "entries": [ - - { - "type": "minecraft:item", - "weight": 4, - "name": "minecraft:pumpkin_seeds" - }, - { - "type": "minecraft:item", - "weight": 4, - "name": "minecraft:wheat_seeds", - "functions": [ - { - "function": "minecraft:set_count", - "count": 4 - } - ] - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:bread" - }, - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:jack_o_lantern" - }, - { - "type": "minecraft:item", - "weight": 4, - "name": "minecraft:pumpkin" - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:spider_eye" - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:cobweb" - } - ] - }, - { - "rolls": { - "min": 1, - "max": 7 - }, - "entries": [ - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:bone" - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:dark_oak_log" - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:string" - } - ] - } - ] -} diff --git a/data/structory/loot_tables/harvest/old_manor/treasure.json b/data/structory/loot_tables/harvest/old_manor/treasure.json deleted file mode 100644 index b3b7b5f..0000000 --- a/data/structory/loot_tables/harvest/old_manor/treasure.json +++ /dev/null @@ -1,196 +0,0 @@ -{ - "pools": [ - - { - "rolls": 1, - "entries": [ - - { - "type": "minecraft:item", - "name": "minecraft:iron_shovel", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 10, - "max": 25 - }, - "treasure": true - } - ] - }, - { - "type": "minecraft:item", - "name": "minecraft:iron_sword", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 10, - "max": 25 - }, - "treasure": true - } - ] - }, - { - "type": "minecraft:item", - "name": "minecraft:iron_hoe", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 10, - "max": 25 - }, - "treasure": true - } - ] - }, - { - "type": "minecraft:item", - "name": "minecraft:iron_pickaxe", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 10, - "max": 25 - }, - "treasure": true - } - ] - }, - { - "type": "minecraft:item", - "weight": 8, - "name": "minecraft:air" - } - ] - }, - { - "rolls": { - "min": 1, - "max": 1 - }, - "entries": [ - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:music_disc_far" - }, - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:music_disc_mellohi" - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:air" - } - ] - }, - { - "rolls": { - "min": 7, - "max": 14 - }, - "entries": [ - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:book" - }, - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:iron_ingot" - }, - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:gold_ingot" - }, - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:emerald" - } - ] - }, - { - "rolls": { - "min": 0, - "max": 6 - }, - "entries": [ - - { - "type": "minecraft:item", - "weight": 4, - "name": "minecraft:pumpkin_seeds" - }, - { - "type": "minecraft:item", - "weight": 4, - "name": "minecraft:wheat_seeds", - "functions": [ - { - "function": "minecraft:set_count", - "count": 4 - } - ] - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:bread" - }, - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:jack_o_lantern" - }, - { - "type": "minecraft:item", - "weight": 4, - "name": "minecraft:pumpkin" - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:spider_eye" - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:cobweb" - } - ] - }, - { - "rolls": { - "min": 2, - "max": 8 - }, - "entries": [ - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:bone" - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:dark_oak_log" - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:string" - } - ] - } - ] -} diff --git a/data/structory/loot_tables/library/high.json b/data/structory/loot_tables/library/high.json deleted file mode 100644 index 4c843b3..0000000 --- a/data/structory/loot_tables/library/high.json +++ /dev/null @@ -1,607 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:redstone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 6, - "max": 12 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:glowstone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 4, - "name": "minecraft:glowstone_dust", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 10, - "max": 17 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 8, - "name": "minecraft:amethyst_shard", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 10, - "max": 12 - } - } - ] - } - ] - }, - { - "rolls": 2, - "entries": [ - { - "type": "minecraft:item", - "weight": 22, - "name": "minecraft:string", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.425 - } - ] - }, - { - "type": "minecraft:item", - "weight": 30, - "name": "minecraft:paper", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 14, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 1 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 13, - "name": "minecraft:cobweb", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 13, - "name": "minecraft:stick", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 9, - "name": "minecraft:leather", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 5 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 9, - "name": "minecraft:rabbit_hide", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 6 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:item_frame", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 2 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:bundle", - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.35 - } - ] - } - ] - }, - { - "rolls": 2, - "entries": [ - { - "type": "minecraft:item", - "weight": 24, - "name": "minecraft:ink_sac", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 15, - "name": "minecraft:glow_ink_sac", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 6 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 21, - "name": "minecraft:feather", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 6 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "type": "minecraft:item", - "weight": 17, - "name": "minecraft:gunpowder", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 5, - "max": 8 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 3, - "max": { - "min": 7, - "max": { - "min": 14, - "max": 26 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 22, - "max": 36 - }, - "treasure": true - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:potion", - "functions": [ - { - "function": "minecraft:set_potion", - "id": "minecraft:fire_resistance" - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "name": "minecraft:potion", - "functions": [ - { - "function": "minecraft:set_potion", - "id": "minecraft:harming" - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "name": "minecraft:potion", - "functions": [ - { - "function": "minecraft:set_potion", - "id": "minecraft:healing" - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "name": "minecraft:potion", - "functions": [ - { - "function": "minecraft:set_potion", - "id": "minecraft:invisibility" - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "name": "minecraft:potion", - "functions": [ - { - "function": "minecraft:set_potion", - "id": "minecraft:leaping" - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "name": "minecraft:potion", - "functions": [ - { - "function": "minecraft:set_potion", - "id": "minecraft:night_vision" - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "name": "minecraft:potion", - "functions": [ - { - "function": "minecraft:set_potion", - "id": "minecraft:poison" - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "name": "minecraft:potion", - "functions": [ - { - "function": "minecraft:set_potion", - "id": "minecraft:regeneration" - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "name": "minecraft:potion", - "functions": [ - { - "function": "minecraft:set_potion", - "id": "minecraft:slowness" - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "name": "minecraft:potion", - "functions": [ - { - "function": "minecraft:set_potion", - "id": "minecraft:strength" - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "name": "minecraft:potion", - "functions": [ - { - "function": "minecraft:set_potion", - "id": "minecraft:swiftness" - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "name": "minecraft:potion", - "functions": [ - { - "function": "minecraft:set_potion", - "id": "minecraft:slowness" - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "name": "minecraft:potion", - "functions": [ - { - "function": "minecraft:set_potion", - "id": "minecraft:water_breathing" - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "name": "minecraft:potion", - "functions": [ - { - "function": "minecraft:set_potion", - "id": "minecraft:weakness" - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/library/junk.json b/data/structory/loot_tables/library/junk.json deleted file mode 100644 index af8fb80..0000000 --- a/data/structory/loot_tables/library/junk.json +++ /dev/null @@ -1,292 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 2, - "entries": [ - { - "type": "minecraft:item", - "weight": 22, - "name": "minecraft:string", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.425 - } - ] - }, - { - "type": "minecraft:item", - "weight": 30, - "name": "minecraft:paper", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 14, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 1 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 13, - "name": "minecraft:cobweb", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 13, - "name": "minecraft:stick", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 9, - "name": "minecraft:leather", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 5 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 9, - "name": "minecraft:rabbit_hide", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 6 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:item_frame", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 2 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:bundle", - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.35 - } - ] - } - ] - }, - { - "rolls": 2, - "entries": [ - { - "type": "minecraft:item", - "weight": 24, - "name": "minecraft:ink_sac", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 15, - "name": "minecraft:glow_ink_sac", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 6 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 21, - "name": "minecraft:feather", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 6 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "type": "minecraft:item", - "weight": 17, - "name": "minecraft:gunpowder", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 5, - "max": 8 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 3, - "max": { - "min": 7, - "max": { - "min": 14, - "max": 26 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/library/low.json b/data/structory/loot_tables/library/low.json deleted file mode 100644 index ce3a0c5..0000000 --- a/data/structory/loot_tables/library/low.json +++ /dev/null @@ -1,286 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 5, - "entries": [ - { - "type": "minecraft:item", - "weight": 22, - "name": "minecraft:string", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.425 - } - ] - }, - { - "type": "minecraft:item", - "weight": 30, - "name": "minecraft:paper", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 20, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 2 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 13, - "name": "minecraft:cobweb", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 13, - "name": "minecraft:stick", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 9, - "name": "minecraft:leather", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 10 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 9, - "name": "minecraft:rabbit_hide", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:item_frame", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 2 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:bundle", - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.875 - } - ] - } - ] - }, - { - "rolls": 2, - "entries": [ - { - "type": "minecraft:item", - "weight": 14, - "name": "minecraft:ink_sac", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:glow_ink_sac", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 6 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 11, - "name": "minecraft:feather", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 6 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.6 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:gunpowder", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 5, - "max": 8 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 3, - "max": { - "min": 7, - "max": { - "min": 14, - "max": 26 - } - } - } - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/mood/badlands.json b/data/structory/loot_tables/mood/badlands.json deleted file mode 100644 index 39b2a70..0000000 --- a/data/structory/loot_tables/mood/badlands.json +++ /dev/null @@ -1,145 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 3, - "entries": [ - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:sand", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": { - "min": 7, - "max": { - "min": 14, - "max": 21 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:sandstone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": { - "min": 5, - "max": { - "min": 7, - "max": 10 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.35 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:cactus", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:dead_bush", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 1 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.7 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:bone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 6 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:bone_block", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 1, - "max": 2 - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.2 - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/mood/cave.json b/data/structory/loot_tables/mood/cave.json deleted file mode 100644 index 39b2a70..0000000 --- a/data/structory/loot_tables/mood/cave.json +++ /dev/null @@ -1,145 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 3, - "entries": [ - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:sand", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": { - "min": 7, - "max": { - "min": 14, - "max": 21 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:sandstone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": { - "min": 5, - "max": { - "min": 7, - "max": 10 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.35 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:cactus", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:dead_bush", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 1 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.7 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:bone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 6 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:bone_block", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 1, - "max": 2 - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.2 - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/mood/desert.json b/data/structory/loot_tables/mood/desert.json deleted file mode 100644 index 39b2a70..0000000 --- a/data/structory/loot_tables/mood/desert.json +++ /dev/null @@ -1,145 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 3, - "entries": [ - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:sand", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": { - "min": 7, - "max": { - "min": 14, - "max": 21 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:sandstone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": { - "min": 5, - "max": { - "min": 7, - "max": 10 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.35 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:cactus", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:dead_bush", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 1 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.7 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:bone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 6 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:bone_block", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 1, - "max": 2 - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.2 - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/mood/farmer.json b/data/structory/loot_tables/mood/farmer.json deleted file mode 100644 index 1e3c0f2..0000000 --- a/data/structory/loot_tables/mood/farmer.json +++ /dev/null @@ -1,168 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 2, - "entries": [ - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:wheat", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 4, - "max": { - "min": 7, - "max": { - "min": 14, - "max": 21 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:bread", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 3, - "max": { - "min": 5, - "max": 6 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.35 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:potato", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.2 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:carrot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 1 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.2 - } - ] - }, - { - "type": "minecraft:item", - "weight": 14, - "name": "minecraft:wheat_seeds", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 9 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:melon_seeds", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 1, - "max": 4 - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.2 - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:pumpkin_seeds", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 1, - "max": 4 - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.2 - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/mood/fisherman.json b/data/structory/loot_tables/mood/fisherman.json deleted file mode 100644 index a8e730a..0000000 --- a/data/structory/loot_tables/mood/fisherman.json +++ /dev/null @@ -1,260 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 3, - "entries": [ - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:cod", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": { - "min": 5, - "max": { - "min": 7, - "max": 15 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:cooked_cod", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 3, - "max": { - "min": 5, - "max": 6 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.35 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:salmon", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.2 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:cooked_salmon", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.2 - } - ] - }, - { - "type": "minecraft:item", - "weight": 14, - "name": "minecraft:tropical_fish", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.2 - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:pufferfish", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 1, - "max": 3 - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.2 - } - ] - }, - { - "type": "minecraft:item", - "weight": 8, - "name": "minecraft:string", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 3, - "max": 7 - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "type": "minecraft:item", - "weight": 8, - "name": "minecraft:dried_kelp", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 4, - "max": 12 - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "type": "minecraft:item", - "weight": 4, - "name": "minecraft:kelp", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 2, - "max": 6 - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:seagrass", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 1, - "max": 4 - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:rotten_flesh", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 1, - "max": 4 - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.2 - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/mood/grassy.json b/data/structory/loot_tables/mood/grassy.json deleted file mode 100644 index 80e37cd..0000000 --- a/data/structory/loot_tables/mood/grassy.json +++ /dev/null @@ -1,145 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 3, - "entries": [ - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:grass", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": { - "min": 7, - "max": { - "min": 14, - "max": 21 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:fern", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": { - "min": 5, - "max": { - "min": 7, - "max": 10 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.35 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:oak_sapling", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:stick", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 1 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.7 - } - ] - }, - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:oak_leaves", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 6 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:oak_log", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 1, - "max": 2 - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.2 - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/mood/jungle.json b/data/structory/loot_tables/mood/jungle.json deleted file mode 100644 index 39b2a70..0000000 --- a/data/structory/loot_tables/mood/jungle.json +++ /dev/null @@ -1,145 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 3, - "entries": [ - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:sand", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": { - "min": 7, - "max": { - "min": 14, - "max": 21 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:sandstone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": { - "min": 5, - "max": { - "min": 7, - "max": 10 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.35 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:cactus", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:dead_bush", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 1 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.7 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:bone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 6 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:bone_block", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 1, - "max": 2 - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.2 - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/mood/mangrove.json b/data/structory/loot_tables/mood/mangrove.json deleted file mode 100644 index 496d053..0000000 --- a/data/structory/loot_tables/mood/mangrove.json +++ /dev/null @@ -1,189 +0,0 @@ -{ - "pools": [ - { - "rolls": 3, - "entries": [ - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:bone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 10 - }, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - } - ] - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:mangrove_leaves", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 10 - }, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.33 - } - ] - } - ] - }, - { - "type": "minecraft:item", - "weight": 8, - "name": "minecraft:mangrove_propagule", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - }, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.33 - } - ] - } - ] - }, - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:mud", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 5, - "max": 11 - }, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.33 - } - ] - } - ] - }, - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:mangrove_roots", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 8 - }, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.33 - } - ] - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:muddy_mangrove_roots", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 6 - }, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.33 - } - ] - } - ] - }, - { - "type": "minecraft:item", - "weight": 8, - "name": "minecraft:stick", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 8 - }, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.45 - } - ] - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:grass", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - }, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.33 - } - ] - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:moss_carpet", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - }, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.33 - } - ] - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/mood/miner.json b/data/structory/loot_tables/mood/miner.json deleted file mode 100644 index 1e3c0f2..0000000 --- a/data/structory/loot_tables/mood/miner.json +++ /dev/null @@ -1,168 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 2, - "entries": [ - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:wheat", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 4, - "max": { - "min": 7, - "max": { - "min": 14, - "max": 21 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:bread", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 3, - "max": { - "min": 5, - "max": 6 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.35 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:potato", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.2 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:carrot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 1 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.2 - } - ] - }, - { - "type": "minecraft:item", - "weight": 14, - "name": "minecraft:wheat_seeds", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 9 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:melon_seeds", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 1, - "max": 4 - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.2 - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:pumpkin_seeds", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 1, - "max": 4 - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.2 - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/mood/mushroom.json b/data/structory/loot_tables/mood/mushroom.json deleted file mode 100644 index 39b2a70..0000000 --- a/data/structory/loot_tables/mood/mushroom.json +++ /dev/null @@ -1,145 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 3, - "entries": [ - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:sand", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": { - "min": 7, - "max": { - "min": 14, - "max": 21 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:sandstone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": { - "min": 5, - "max": { - "min": 7, - "max": 10 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.35 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:cactus", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:dead_bush", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 1 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.7 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:bone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 6 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:bone_block", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 1, - "max": 2 - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.2 - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/mood/ocean.json b/data/structory/loot_tables/mood/ocean.json deleted file mode 100644 index 39b2a70..0000000 --- a/data/structory/loot_tables/mood/ocean.json +++ /dev/null @@ -1,145 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 3, - "entries": [ - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:sand", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": { - "min": 7, - "max": { - "min": 14, - "max": 21 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:sandstone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": { - "min": 5, - "max": { - "min": 7, - "max": 10 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.35 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:cactus", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:dead_bush", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 1 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.7 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:bone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 6 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:bone_block", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 1, - "max": 2 - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.2 - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/mood/snowy.json b/data/structory/loot_tables/mood/snowy.json deleted file mode 100644 index 39b2a70..0000000 --- a/data/structory/loot_tables/mood/snowy.json +++ /dev/null @@ -1,145 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 3, - "entries": [ - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:sand", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": { - "min": 7, - "max": { - "min": 14, - "max": 21 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:sandstone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": { - "min": 5, - "max": { - "min": 7, - "max": 10 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.35 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:cactus", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:dead_bush", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 1 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.7 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:bone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 6 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:bone_block", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 1, - "max": 2 - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.2 - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/mood/taiga.json b/data/structory/loot_tables/mood/taiga.json deleted file mode 100644 index b577267..0000000 --- a/data/structory/loot_tables/mood/taiga.json +++ /dev/null @@ -1,169 +0,0 @@ -{ - "pools": [ - { - "rolls": 3, - "entries": [ - { - "type": "minecraft:item", - "weight": 14, - "name": "minecraft:sweet_berries", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 10 - }, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - } - ] - }, - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:bone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 6 - }, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - } - ] - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:spruce_leaves", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 10 - }, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.33 - } - ] - } - ] - }, - { - "type": "minecraft:item", - "weight": 8, - "name": "minecraft:spruce_sapling", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - }, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.33 - } - ] - } - ] - }, - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:fern", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - }, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.33 - } - ] - } - ] - }, - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:spruce_log", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 8 - }, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.33 - } - ] - } - ] - }, - { - "type": "minecraft:item", - "weight": 8, - "name": "minecraft:stick", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 8 - }, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.45 - } - ] - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:grass", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - }, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.33 - } - ] - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/outcast/bandit/desert.json b/data/structory/loot_tables/outcast/bandit/desert.json deleted file mode 100644 index 82871ae..0000000 --- a/data/structory/loot_tables/outcast/bandit/desert.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:loot_table", - "name": "structory:outcast/generic/bandit" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:loot_table", - "name": "structory:mood/desert" - } - ] - } - ] -} diff --git a/data/structory/loot_tables/outcast/bandit/desert_copper.json b/data/structory/loot_tables/outcast/bandit/desert_copper.json deleted file mode 100644 index 5d69e7f..0000000 --- a/data/structory/loot_tables/outcast/bandit/desert_copper.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:loot_table", - "name": "structory:outcast/generic/bandit" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:loot_table", - "name": "structory:mood/desert" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:loot_table", - "name": "structory:extra/copper" - } - ] - } - ] -} diff --git a/data/structory/loot_tables/outcast/boat/loot.json b/data/structory/loot_tables/outcast/boat/loot.json deleted file mode 100644 index 3fe17af..0000000 --- a/data/structory/loot_tables/outcast/boat/loot.json +++ /dev/null @@ -1,133 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:loot_table", - "name": "structory:mood/fisherman" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:fishing_rod", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 8, - "max": 25 - }, - "treasure": true - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:enchant_randomly" - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:iron_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 5, - "max": 11 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:gold_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 5, - "max": 11 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:lapis_lazuli", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 8, - "max": 17 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 12, - "name": "minecraft:emerald", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 6, - "max": 12 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:amethyst_shard", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 15 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:copper_block", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/outcast/farm_ruin.json b/data/structory/loot_tables/outcast/farm_ruin.json deleted file mode 100644 index 500d20c..0000000 --- a/data/structory/loot_tables/outcast/farm_ruin.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:loot_table", - "name": "structory:outcast/generic/bandit" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:loot_table", - "name": "structory:mood/farmer" - } - ] - } - ] -} diff --git a/data/structory/loot_tables/outcast/generic/bandit.json b/data/structory/loot_tables/outcast/generic/bandit.json deleted file mode 100644 index 7f20ced..0000000 --- a/data/structory/loot_tables/outcast/generic/bandit.json +++ /dev/null @@ -1,265 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 11, - "name": "minecraft:bow", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 6, - "max": { - "min": 14, - "max": 22 - } - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:iron_sword", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 6, - "max": { - "min": 14, - "max": 22 - } - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - } - ] - }, - { - "rolls": 2, - "entries": [ - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:flint", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 6 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:arrow", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 7, - "max": 15 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 4, - "name": "minecraft:feather", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 8 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:stick", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:tnt", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:gunpowder", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 7, - "max": 15 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.425 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:emerald", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 4, - "name": "minecraft:amethyst_shard", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:lapis_lazuli", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/outcast/generic/miner.json b/data/structory/loot_tables/outcast/generic/miner.json deleted file mode 100644 index 7f20ced..0000000 --- a/data/structory/loot_tables/outcast/generic/miner.json +++ /dev/null @@ -1,265 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 11, - "name": "minecraft:bow", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 6, - "max": { - "min": 14, - "max": 22 - } - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:iron_sword", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 6, - "max": { - "min": 14, - "max": 22 - } - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - } - ] - }, - { - "rolls": 2, - "entries": [ - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:flint", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 6 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:arrow", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 7, - "max": 15 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 4, - "name": "minecraft:feather", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 8 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:stick", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:tnt", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:gunpowder", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 7, - "max": 15 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.425 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:emerald", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 4, - "name": "minecraft:amethyst_shard", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:lapis_lazuli", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/outcast/low.json b/data/structory/loot_tables/outcast/low.json deleted file mode 100644 index 39b2a70..0000000 --- a/data/structory/loot_tables/outcast/low.json +++ /dev/null @@ -1,145 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 3, - "entries": [ - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:sand", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": { - "min": 7, - "max": { - "min": 14, - "max": 21 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:sandstone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": { - "min": 5, - "max": { - "min": 7, - "max": 10 - } - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.35 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:cactus", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:dead_bush", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 1 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.7 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:bone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 6 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:bone_block", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 1, - "max": 2 - } - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.2 - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/outcast/mine/loot.json b/data/structory/loot_tables/outcast/mine/loot.json deleted file mode 100644 index 7f20ced..0000000 --- a/data/structory/loot_tables/outcast/mine/loot.json +++ /dev/null @@ -1,265 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 11, - "name": "minecraft:bow", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 6, - "max": { - "min": 14, - "max": 22 - } - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:iron_sword", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 6, - "max": { - "min": 14, - "max": 22 - } - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - } - ] - }, - { - "rolls": 2, - "entries": [ - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:flint", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 6 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:arrow", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 7, - "max": 15 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 4, - "name": "minecraft:feather", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 8 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:stick", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:tnt", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:gunpowder", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 7, - "max": 15 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.425 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:emerald", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 4, - "name": "minecraft:amethyst_shard", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:lapis_lazuli", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/outcast/ruin/ruin.json b/data/structory/loot_tables/outcast/ruin/ruin.json deleted file mode 100644 index cc194a6..0000000 --- a/data/structory/loot_tables/outcast/ruin/ruin.json +++ /dev/null @@ -1,335 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 11, - "name": "minecraft:iron_pickaxe", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 6, - "max": { - "min": 14, - "max": 22 - } - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:iron_shovel", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 6, - "max": { - "min": 14, - "max": 22 - } - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:iron_axe", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 6, - "max": { - "min": 14, - "max": 22 - } - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - } - ] - }, - { - "rolls": 2, - "entries": [ - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:moss_block", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 6 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:moss_carpet", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 4, - "name": "minecraft:grass", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 8 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:stick", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:coal", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 4, - "max": 7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:gunpowder", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 7, - "max": 15 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.425 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:iron_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 4, - "name": "minecraft:gold_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:raw_iron", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:raw_gold", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:copper_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 7, - "max": 12 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/outcast/settlement.json b/data/structory/loot_tables/outcast/settlement.json deleted file mode 100644 index 8181644..0000000 --- a/data/structory/loot_tables/outcast/settlement.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:loot_table", - "name": "structory:outcast/generic/bandit" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:loot_table", - "name": "structory:mood/grassy" - } - ] - } - ] -} diff --git a/data/structory/loot_tables/ruin/ruin.json b/data/structory/loot_tables/ruin/ruin.json deleted file mode 100644 index cc194a6..0000000 --- a/data/structory/loot_tables/ruin/ruin.json +++ /dev/null @@ -1,335 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 11, - "name": "minecraft:iron_pickaxe", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 6, - "max": { - "min": 14, - "max": 22 - } - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:iron_shovel", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 6, - "max": { - "min": 14, - "max": 22 - } - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:iron_axe", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 6, - "max": { - "min": 14, - "max": 22 - } - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - } - ] - }, - { - "rolls": 2, - "entries": [ - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:moss_block", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 6 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:moss_carpet", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 4, - "name": "minecraft:grass", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 8 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:stick", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:coal", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 4, - "max": 7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:gunpowder", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 7, - "max": 15 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.425 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:iron_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 4, - "name": "minecraft:gold_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:raw_iron", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:raw_gold", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:copper_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 7, - "max": 12 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/ruin/swamp/loot.json b/data/structory/loot_tables/ruin/swamp/loot.json deleted file mode 100644 index 3e5ec40..0000000 --- a/data/structory/loot_tables/ruin/swamp/loot.json +++ /dev/null @@ -1,792 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:gunpowder", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 4, - "max": { - "min": 12, - "max": 20 - } - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "rolls": 3, - "entries": [ - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:enchanted_golden_apple", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:binomial", - "n": { - "min": 1, - "max": 1 - }, - "p": 1 - }, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.125 - } - ] - } - ] - }, - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:golden_apple", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:binomial", - "n": { - "min": 1, - "max": 3 - }, - "p": 0.3 - }, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - } - ] - }, - { - "type": "minecraft:item", - "weight": 18, - "name": "minecraft:iron_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:binomial", - "n": { - "min": 8, - "max": 17 - }, - "p": 0.4 - }, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - } - ] - }, - { - "type": "minecraft:item", - "weight": 12, - "name": "minecraft:gold_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:binomial", - "n": { - "min": 8, - "max": 17 - }, - "p": 0.4 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "type": "minecraft:item", - "weight": 11, - "name": "minecraft:raw_iron", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:binomial", - "n": { - "min": 10, - "max": 24 - }, - "p": 0.375 - }, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - } - ] - }, - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:raw_gold", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:binomial", - "n": { - "min": 10, - "max": 24 - }, - "p": 0.375 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "type": "minecraft:item", - "weight": 25, - "name": "minecraft:emerald", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:binomial", - "n": { - "min": 5, - "max": 14 - }, - "p": 0.6 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:diamond", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:binomial", - "n": { - "min": 5, - "max": 6 - }, - "p": 0.2 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.75 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:iron_helmet", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 5, - "max": { - "min": 12, - "max": 23 - } - }, - "treasure": true, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:iron_chestplate", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 5, - "max": { - "min": 12, - "max": 23 - } - }, - "treasure": true, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:iron_leggings", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 5, - "max": { - "min": 12, - "max": 23 - } - }, - "treasure": true, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:iron_boots", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 5, - "max": { - "min": 12, - "max": 23 - } - }, - "treasure": true, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:diamond_boots", - "functions": [ - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.5, - "max": 0.8 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 5, - "max": { - "min": 12, - "max": 23 - } - }, - "treasure": false - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 10, - "max": { - "min": 15, - "max": 26 - } - }, - "treasure": true - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:iron_pickaxe", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 5, - "max": { - "min": 12, - "max": 23 - } - }, - "treasure": true, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 8, - "name": "minecraft:iron_shovel", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 5, - "max": { - "min": 12, - "max": 23 - } - }, - "treasure": true, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:iron_axe", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 5, - "max": { - "min": 12, - "max": 23 - } - }, - "treasure": true, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:iron_sword", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 5, - "max": { - "min": 12, - "max": 23 - } - }, - "treasure": true, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 5, - "max": { - "min": 12, - "max": 23 - } - }, - "treasure": false - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 10, - "max": { - "min": 15, - "max": 26 - } - }, - "treasure": true - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.7 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:loot_table", - "name": "structory:mood/mangrove" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:ochre_froglight", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 8, - "max": 11 - } - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:pearlescent_froglight", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 8, - "max": 11 - } - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:verdant_froglight", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 12, - "max": { - "min": 16, - "max": 24 - } - } - } - ] - }, - - - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:ochre_froglight", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 12, - "max": { - "min": 16, - "max": 24 - } - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:pearlescent_froglight", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 12, - "max": { - "min": 16, - "max": 24 - } - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:verdant_froglight", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 8, - "max": 11 - } - } - } - ] - }, - - - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:frogspawn", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:soul_torch", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 4, - "max": 6 - } - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:soul_lantern", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 4, - "max": 6 - } - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:soul_campfire", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 2, - "max": 3 - } - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - } - ] -} diff --git a/data/structory/loot_tables/ruin/taiga/illager_high.json b/data/structory/loot_tables/ruin/taiga/illager_high.json deleted file mode 100644 index 26f9c72..0000000 --- a/data/structory/loot_tables/ruin/taiga/illager_high.json +++ /dev/null @@ -1,509 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:loot_table", - "name": "structory:mood/taiga" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:stone_axe", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 3, - "max": 14 - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.2, - "max": 1 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.05 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:stone_shovel", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 3, - "max": 14 - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.2, - "max": 1 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.05 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:stone_sword", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 3, - "max": 14 - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.2, - "max": 1 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.05 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:stone_hoe", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 3, - "max": 14 - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.2, - "max": 1 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.05 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:stone_pickaxe", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 3, - "max": 14 - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.2, - "max": 1 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.05 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:leather_helmet", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 3, - "max": 14 - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.2, - "max": 1 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.05 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:leather_chestplate", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 3, - "max": 14 - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.2, - "max": 1 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.05 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:leather_leggings", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 3, - "max": 14 - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.2, - "max": 1 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.05 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:iron_boots", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 3, - "max": 14 - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.2, - "max": 1 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.05 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:gold_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 4, - "max": 7 - } - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 13, - "name": "minecraft:iron_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 11 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 25, - "name": "minecraft:emerald", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 7 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 16, - "name": "minecraft:copper_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 10 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:diamond", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 1 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:paper", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 5 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:tnt", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 2 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:gunpowder", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 3, - "max": 6 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:bone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 5 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:cooked_porkchop", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 5 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:cooked_beef", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 5 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:cooked_mutton", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 5 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.85 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:oxeye_daisy", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 1 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.75 - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/ruin/taiga/illager_low.json b/data/structory/loot_tables/ruin/taiga/illager_low.json deleted file mode 100644 index f230304..0000000 --- a/data/structory/loot_tables/ruin/taiga/illager_low.json +++ /dev/null @@ -1,128 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:loot_table", - "name": "structory:mood/taiga" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:emerald", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:potato", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 5 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:porkchop", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:beef", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:mutton", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:oxeye_daisy", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 1 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/ruin/taiga/illager_treasure.json b/data/structory/loot_tables/ruin/taiga/illager_treasure.json deleted file mode 100644 index c266af7..0000000 --- a/data/structory/loot_tables/ruin/taiga/illager_treasure.json +++ /dev/null @@ -1,488 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:iron_axe", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 10, - "max": 25 - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.2, - "max": 1 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.1 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:iron_shovel", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 10, - "max": 25 - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.2, - "max": 1 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.1 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:iron_sword", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 10, - "max": 25 - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.2, - "max": 1 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.1 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:iron_hoe", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 10, - "max": 25 - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.2, - "max": 1 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.1 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:iron_pickaxe", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 10, - "max": 25 - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.2, - "max": 1 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.1 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:iron_helmet", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 10, - "max": 25 - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.2, - "max": 1 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.1 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:iron_chestplate", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 10, - "max": 25 - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.2, - "max": 1 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.1 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:iron_leggings", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 10, - "max": 25 - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.2, - "max": 1 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.1 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:iron_boots", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 10, - "max": 25 - } - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.2, - "max": 1 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.1 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:gold_block", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 1, - "max": 2 - } - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 13, - "name": "minecraft:iron_block", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 2 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:emerald_block", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 2 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 16, - "name": "minecraft:copper_block", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 5, - "max": 16 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:diamond", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:enchant_randomly" - } - ] - } - ] - }, - { - "rolls": 2, - "entries": [ - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 5 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:paper", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 7, - "max": 14 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:bookshelf", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 9, - "name": "minecraft:tnt", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 6 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:gunpowder", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 9, - "max": 15 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:redstone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 6, - "max": 14 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:oxeye_daisy", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 1 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.75 - } - ] - } - ] - } - ] -} diff --git a/data/structory/loot_tables/ruin/taiga/loot.json b/data/structory/loot_tables/ruin/taiga/loot.json deleted file mode 100644 index 0221e97..0000000 --- a/data/structory/loot_tables/ruin/taiga/loot.json +++ /dev/null @@ -1,717 +0,0 @@ -{ - "pools": [ - { - "rolls": 2, - "entries": [ - { - "type": "minecraft:item", - "weight": 1, - "name": "minecraft:enchanted_golden_apple", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:binomial", - "n": { - "min": 1, - "max": 1 - }, - "p": 1 - }, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.02 - } - ] - } - ] - }, - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:golden_apple", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:binomial", - "n": { - "min": 1, - "max": 2 - }, - "p": 0.2 - }, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.175 - } - ] - } - ] - }, - { - "type": "minecraft:item", - "weight": 18, - "name": "minecraft:iron_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:binomial", - "n": { - "min": 6, - "max": 14 - }, - "p": 0.4 - }, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - } - ] - }, - { - "type": "minecraft:item", - "weight": 12, - "name": "minecraft:gold_ingot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:binomial", - "n": { - "min": 6, - "max": 13 - }, - "p": 0.4 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "type": "minecraft:item", - "weight": 11, - "name": "minecraft:raw_iron", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:binomial", - "n": { - "min": 10, - "max": 24 - }, - "p": 0.2 - }, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - } - ] - }, - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:raw_gold", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:binomial", - "n": { - "min": 10, - "max": 24 - }, - "p": 0.2 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 25, - "name": "minecraft:emerald", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:binomial", - "n": { - "min": 5, - "max": 14 - }, - "p": 0.7 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:diamond", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:binomial", - "n": { - "min": 3, - "max": 5 - }, - "p": 0.2 - } - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:leather_helmet", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 14, - "max": { - "min": 17, - "max": 30 - } - }, - "treasure": true, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:iron_chestplate", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 5, - "max": { - "min": 12, - "max": 23 - } - }, - "treasure": true, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:leather_leggings", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 13, - "max": { - "min": 18, - "max": 30 - } - }, - "treasure": true, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:leather_boots", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 11, - "max": { - "min": 17, - "max": 30 - } - }, - "treasure": true, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:iron_boots", - "functions": [ - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.5, - "max": 0.8 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 5, - "max": { - "min": 12, - "max": 23 - } - }, - "treasure": false - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 10, - "max": { - "min": 15, - "max": 26 - } - }, - "treasure": true - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.375 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:stone_pickaxe", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 5, - "max": { - "min": 12, - "max": 27 - } - }, - "treasure": true, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 8, - "name": "minecraft:iron_shovel", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 5, - "max": { - "min": 12, - "max": 23 - } - }, - "treasure": true, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 6, - "name": "minecraft:iron_axe", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 5, - "max": { - "min": 12, - "max": 23 - } - }, - "treasure": true, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 3, - "name": "minecraft:iron_sword", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 5, - "max": { - "min": 12, - "max": 23 - } - }, - "treasure": true, - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.25 - } - ] - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.3, - "max": 0.7 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 5, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 5, - "max": { - "min": 12, - "max": 23 - } - }, - "treasure": false - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - }, - { - "type": "minecraft:item", - "weight": 2, - "name": "minecraft:book", - "functions": [ - { - "function": "minecraft:enchant_with_levels", - "levels": { - "min": 10, - "max": { - "min": 15, - "max": 26 - } - }, - "treasure": true - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.3 - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.5 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:loot_table", - "name": "structory:mood/taiga" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:redstone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 8, - "max": 11 - } - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:leather", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 8, - "max": 11 - } - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:porkchop", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 8, - "max": 11 - } - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:beef", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 7 - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:soul_lantern", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 4, - "max": 6 - } - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "minecraft:soul_campfire", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": { - "min": 2, - "max": 3 - } - } - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.4 - } - ] - } - ] -} diff --git a/data/structory/structure_icons.json b/data/structory/structure_icons.json deleted file mode 100644 index d93c29d..0000000 --- a/data/structory/structure_icons.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "structory:abandoned_camp": "minecraft:campfire", - "structory:abandoned_chapel": "minecraft:cobweb", - "structory:boat": "minecraft:dark_oak_boat", - "structory:dense_forest_ruin": "minecraft:exposed_cut_copper", - "structory:firetower": "minecraft:flint_and_steel", - "structory:graveyard": "minecraft:player_head", - "structory:jungle_ruin": "minecraft:chiseled_stone_bricks", - "structory:northern_ruin": "minecraft:mossy_cobblestone_slab", - "structory:old_manor": "minecraft:carved_pumpkin", - "structory:outcast_villager_desert": "minecraft:sand", - "structory:outcast_villager_grassy": "minecraft:grass_block", - "structory:ruin_grassy": "minecraft:moss_carpet", - "structory:swamp_ruin": "minecraft:muddy_mangrove_roots", - "structory:taiga_ruin_surface": "minecraft:podzol", - "structory:taiga_ruin_underground": "minecraft:hanging_roots" -} \ No newline at end of file diff --git a/data/structory/structures/decoration/jungle_well.nbt b/data/structory/structures/decoration/jungle_well.nbt deleted file mode 100644 index 9489b1f..0000000 Binary files a/data/structory/structures/decoration/jungle_well.nbt and /dev/null differ diff --git a/data/structory/structures/entities/evoker.nbt b/data/structory/structures/entities/evoker.nbt deleted file mode 100644 index cd491a7..0000000 Binary files a/data/structory/structures/entities/evoker.nbt and /dev/null differ diff --git a/data/structory/structures/entities/pillager.nbt b/data/structory/structures/entities/pillager.nbt deleted file mode 100644 index 136c080..0000000 Binary files a/data/structory/structures/entities/pillager.nbt and /dev/null differ diff --git a/data/structory/structures/entities/villager/bandit.nbt b/data/structory/structures/entities/villager/bandit.nbt deleted file mode 100644 index 64d3363..0000000 Binary files a/data/structory/structures/entities/villager/bandit.nbt and /dev/null differ diff --git a/data/structory/structures/entities/villager/outlander.nbt b/data/structory/structures/entities/villager/outlander.nbt deleted file mode 100644 index de7bfba..0000000 Binary files a/data/structory/structures/entities/villager/outlander.nbt and /dev/null differ diff --git a/data/structory/structures/entities/villager/vagabond.nbt b/data/structory/structures/entities/villager/vagabond.nbt deleted file mode 100644 index 4fec14d..0000000 Binary files a/data/structory/structures/entities/villager/vagabond.nbt and /dev/null differ diff --git a/data/structory/structures/entities/vindicator.nbt b/data/structory/structures/entities/vindicator.nbt deleted file mode 100644 index 0b0a309..0000000 Binary files a/data/structory/structures/entities/vindicator.nbt and /dev/null differ diff --git a/data/structory/structures/entities/waterlogged_creeper.nbt b/data/structory/structures/entities/waterlogged_creeper.nbt deleted file mode 100644 index 02a5b1a..0000000 Binary files a/data/structory/structures/entities/waterlogged_creeper.nbt and /dev/null differ diff --git a/data/structory/structures/entities/witch.nbt b/data/structory/structures/entities/witch.nbt deleted file mode 100644 index a15139c..0000000 Binary files a/data/structory/structures/entities/witch.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/brick_chimney_1.nbt b/data/structory/structures/harvest/brick_chimney_1.nbt deleted file mode 100644 index ed8f100..0000000 Binary files a/data/structory/structures/harvest/brick_chimney_1.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/brick_chimney_2.nbt b/data/structory/structures/harvest/brick_chimney_2.nbt deleted file mode 100644 index 26bb674..0000000 Binary files a/data/structory/structures/harvest/brick_chimney_2.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/brick_chimney_3.nbt b/data/structory/structures/harvest/brick_chimney_3.nbt deleted file mode 100644 index 336ba15..0000000 Binary files a/data/structory/structures/harvest/brick_chimney_3.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/brown_mushroom_house.nbt b/data/structory/structures/harvest/brown_mushroom_house.nbt deleted file mode 100644 index 6bf3f9e..0000000 Binary files a/data/structory/structures/harvest/brown_mushroom_house.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/camp/barrels.nbt b/data/structory/structures/harvest/camp/barrels.nbt deleted file mode 100644 index e29deb5..0000000 Binary files a/data/structory/structures/harvest/camp/barrels.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/camp/farm_1.nbt b/data/structory/structures/harvest/camp/farm_1.nbt deleted file mode 100644 index 819fb91..0000000 Binary files a/data/structory/structures/harvest/camp/farm_1.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/camp/scarecrow.nbt b/data/structory/structures/harvest/camp/scarecrow.nbt deleted file mode 100644 index feee435..0000000 Binary files a/data/structory/structures/harvest/camp/scarecrow.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/camp/tent.nbt b/data/structory/structures/harvest/camp/tent.nbt deleted file mode 100644 index 07dbf7f..0000000 Binary files a/data/structory/structures/harvest/camp/tent.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/camp/well.nbt b/data/structory/structures/harvest/camp/well.nbt deleted file mode 100644 index 5ef3d81..0000000 Binary files a/data/structory/structures/harvest/camp/well.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/camp/well_bottom.nbt b/data/structory/structures/harvest/camp/well_bottom.nbt deleted file mode 100644 index 4760952..0000000 Binary files a/data/structory/structures/harvest/camp/well_bottom.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/chapel/bell.nbt b/data/structory/structures/harvest/chapel/bell.nbt deleted file mode 100644 index 8ec143b..0000000 Binary files a/data/structory/structures/harvest/chapel/bell.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/chapel/church.nbt b/data/structory/structures/harvest/chapel/church.nbt deleted file mode 100644 index 79c3dd8..0000000 Binary files a/data/structory/structures/harvest/chapel/church.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/chapel/connector_long.nbt b/data/structory/structures/harvest/chapel/connector_long.nbt deleted file mode 100644 index e1a8f75..0000000 Binary files a/data/structory/structures/harvest/chapel/connector_long.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/chapel/connector_short.nbt b/data/structory/structures/harvest/chapel/connector_short.nbt deleted file mode 100644 index d582a4e..0000000 Binary files a/data/structory/structures/harvest/chapel/connector_short.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/chapel/grave1.nbt b/data/structory/structures/harvest/chapel/grave1.nbt deleted file mode 100644 index 892b72c..0000000 Binary files a/data/structory/structures/harvest/chapel/grave1.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/chapel/graveyard1.nbt b/data/structory/structures/harvest/chapel/graveyard1.nbt deleted file mode 100644 index 577eafc..0000000 Binary files a/data/structory/structures/harvest/chapel/graveyard1.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/chapel/graveyard2.nbt b/data/structory/structures/harvest/chapel/graveyard2.nbt deleted file mode 100644 index e946970..0000000 Binary files a/data/structory/structures/harvest/chapel/graveyard2.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/cobble_chimney_1.nbt b/data/structory/structures/harvest/cobble_chimney_1.nbt deleted file mode 100644 index 2a21fdb..0000000 Binary files a/data/structory/structures/harvest/cobble_chimney_1.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/cobble_chimney_2.nbt b/data/structory/structures/harvest/cobble_chimney_2.nbt deleted file mode 100644 index a9b61a9..0000000 Binary files a/data/structory/structures/harvest/cobble_chimney_2.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/cobble_chimney_3.nbt b/data/structory/structures/harvest/cobble_chimney_3.nbt deleted file mode 100644 index e70874a..0000000 Binary files a/data/structory/structures/harvest/cobble_chimney_3.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/cobble_tower_ruin.nbt b/data/structory/structures/harvest/cobble_tower_ruin.nbt deleted file mode 100644 index 6119057..0000000 Binary files a/data/structory/structures/harvest/cobble_tower_ruin.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/cobble_wash-house.nbt b/data/structory/structures/harvest/cobble_wash-house.nbt deleted file mode 100644 index 3d0d8e8..0000000 Binary files a/data/structory/structures/harvest/cobble_wash-house.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/desert_tomb.schem b/data/structory/structures/harvest/desert_tomb.schem deleted file mode 100644 index 7b49ffd..0000000 Binary files a/data/structory/structures/harvest/desert_tomb.schem and /dev/null differ diff --git a/data/structory/structures/harvest/dungeon1.nbt b/data/structory/structures/harvest/dungeon1.nbt deleted file mode 100644 index 940483b..0000000 Binary files a/data/structory/structures/harvest/dungeon1.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/farm_1.nbt b/data/structory/structures/harvest/farm_1.nbt deleted file mode 100644 index 776c9d4..0000000 Binary files a/data/structory/structures/harvest/farm_1.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/giant_pumpkin.nbt b/data/structory/structures/harvest/giant_pumpkin.nbt deleted file mode 100644 index b132cd9..0000000 Binary files a/data/structory/structures/harvest/giant_pumpkin.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/large_ruined_desert_house.nbt b/data/structory/structures/harvest/large_ruined_desert_house.nbt deleted file mode 100644 index 16c8276..0000000 Binary files a/data/structory/structures/harvest/large_ruined_desert_house.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/manor/connector2.nbt b/data/structory/structures/harvest/manor/connector2.nbt deleted file mode 100644 index d1324fd..0000000 Binary files a/data/structory/structures/harvest/manor/connector2.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/manor/large1.nbt b/data/structory/structures/harvest/manor/large1.nbt deleted file mode 100644 index ca2c32c..0000000 Binary files a/data/structory/structures/harvest/manor/large1.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/manor/large2.nbt b/data/structory/structures/harvest/manor/large2.nbt deleted file mode 100644 index f1d2cbd..0000000 Binary files a/data/structory/structures/harvest/manor/large2.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/manor2/allay_cage.nbt b/data/structory/structures/harvest/manor2/allay_cage.nbt deleted file mode 100644 index 896b4a0..0000000 Binary files a/data/structory/structures/harvest/manor2/allay_cage.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/manor2/amethyst_shrine.nbt b/data/structory/structures/harvest/manor2/amethyst_shrine.nbt deleted file mode 100644 index da9c332..0000000 Binary files a/data/structory/structures/harvest/manor2/amethyst_shrine.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/manor2/graves.nbt b/data/structory/structures/harvest/manor2/graves.nbt deleted file mode 100644 index 3506b30..0000000 Binary files a/data/structory/structures/harvest/manor2/graves.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/manor2/graveyard_large.nbt b/data/structory/structures/harvest/manor2/graveyard_large.nbt deleted file mode 100644 index 4c56792..0000000 Binary files a/data/structory/structures/harvest/manor2/graveyard_large.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/manor2/pumpkins.nbt b/data/structory/structures/harvest/manor2/pumpkins.nbt deleted file mode 100644 index 1e3a78a..0000000 Binary files a/data/structory/structures/harvest/manor2/pumpkins.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/manor2/spider_spawner.nbt b/data/structory/structures/harvest/manor2/spider_spawner.nbt deleted file mode 100644 index 8c59d43..0000000 Binary files a/data/structory/structures/harvest/manor2/spider_spawner.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/manor2/water.nbt b/data/structory/structures/harvest/manor2/water.nbt deleted file mode 100644 index 0bfd9cd..0000000 Binary files a/data/structory/structures/harvest/manor2/water.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/manor2/well.nbt b/data/structory/structures/harvest/manor2/well.nbt deleted file mode 100644 index 0d2c988..0000000 Binary files a/data/structory/structures/harvest/manor2/well.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/manor2/which_witch_is_which.nbt b/data/structory/structures/harvest/manor2/which_witch_is_which.nbt deleted file mode 100644 index b2858a3..0000000 Binary files a/data/structory/structures/harvest/manor2/which_witch_is_which.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/manor2/zombie.nbt b/data/structory/structures/harvest/manor2/zombie.nbt deleted file mode 100644 index e0c92f6..0000000 Binary files a/data/structory/structures/harvest/manor2/zombie.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/old_manor/cellar1.nbt b/data/structory/structures/harvest/old_manor/cellar1.nbt deleted file mode 100644 index f85f99d..0000000 Binary files a/data/structory/structures/harvest/old_manor/cellar1.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/old_manor/cellar2.nbt b/data/structory/structures/harvest/old_manor/cellar2.nbt deleted file mode 100644 index 1d3d56f..0000000 Binary files a/data/structory/structures/harvest/old_manor/cellar2.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/old_manor/cellar3.nbt b/data/structory/structures/harvest/old_manor/cellar3.nbt deleted file mode 100644 index 6be26dd..0000000 Binary files a/data/structory/structures/harvest/old_manor/cellar3.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/old_manor/cellar4.nbt b/data/structory/structures/harvest/old_manor/cellar4.nbt deleted file mode 100644 index 6ea66a3..0000000 Binary files a/data/structory/structures/harvest/old_manor/cellar4.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/old_manor/cellar5.nbt b/data/structory/structures/harvest/old_manor/cellar5.nbt deleted file mode 100644 index 8d20245..0000000 Binary files a/data/structory/structures/harvest/old_manor/cellar5.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/old_manor/decor1.nbt b/data/structory/structures/harvest/old_manor/decor1.nbt deleted file mode 100644 index 1d6adfa..0000000 Binary files a/data/structory/structures/harvest/old_manor/decor1.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/old_manor/decor2.nbt b/data/structory/structures/harvest/old_manor/decor2.nbt deleted file mode 100644 index edf6fee..0000000 Binary files a/data/structory/structures/harvest/old_manor/decor2.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/old_manor/decor3.nbt b/data/structory/structures/harvest/old_manor/decor3.nbt deleted file mode 100644 index f2e4852..0000000 Binary files a/data/structory/structures/harvest/old_manor/decor3.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/old_manor/dirt_path.nbt b/data/structory/structures/harvest/old_manor/dirt_path.nbt deleted file mode 100644 index 185aa83..0000000 Binary files a/data/structory/structures/harvest/old_manor/dirt_path.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/old_manor/not_a_grave.nbt b/data/structory/structures/harvest/old_manor/not_a_grave.nbt deleted file mode 100644 index 01cefaa..0000000 Binary files a/data/structory/structures/harvest/old_manor/not_a_grave.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/old_manor/old_manor.nbt b/data/structory/structures/harvest/old_manor/old_manor.nbt deleted file mode 100644 index 856b4da..0000000 Binary files a/data/structory/structures/harvest/old_manor/old_manor.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/old_manor/roof1.nbt b/data/structory/structures/harvest/old_manor/roof1.nbt deleted file mode 100644 index 21211be..0000000 Binary files a/data/structory/structures/harvest/old_manor/roof1.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/old_manor/roof2.nbt b/data/structory/structures/harvest/old_manor/roof2.nbt deleted file mode 100644 index a79a173..0000000 Binary files a/data/structory/structures/harvest/old_manor/roof2.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/old_manor/roof3.nbt b/data/structory/structures/harvest/old_manor/roof3.nbt deleted file mode 100644 index 5a9b726..0000000 Binary files a/data/structory/structures/harvest/old_manor/roof3.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/old_manor/spider.nbt b/data/structory/structures/harvest/old_manor/spider.nbt deleted file mode 100644 index 61b8b4b..0000000 Binary files a/data/structory/structures/harvest/old_manor/spider.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/old_manor_roof1.nbt b/data/structory/structures/harvest/old_manor_roof1.nbt deleted file mode 100644 index cdc2b81..0000000 Binary files a/data/structory/structures/harvest/old_manor_roof1.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/old_manor_roof2.nbt b/data/structory/structures/harvest/old_manor_roof2.nbt deleted file mode 100644 index 57903e0..0000000 Binary files a/data/structory/structures/harvest/old_manor_roof2.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/old_manor_roof3.nbt b/data/structory/structures/harvest/old_manor_roof3.nbt deleted file mode 100644 index 94dad26..0000000 Binary files a/data/structory/structures/harvest/old_manor_roof3.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/old_manor_side_stuff.schem b/data/structory/structures/harvest/old_manor_side_stuff.schem deleted file mode 100644 index 57db58b..0000000 Binary files a/data/structory/structures/harvest/old_manor_side_stuff.schem and /dev/null differ diff --git a/data/structory/structures/harvest/old_mansion.json b/data/structory/structures/harvest/old_mansion.json deleted file mode 100644 index b5d9133..0000000 --- a/data/structory/structures/harvest/old_mansion.json +++ /dev/null @@ -1,887 +0,0 @@ -{ - "processors": [ - - - - - - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:oak_sign", - "probability": 0.1 - }, - "output_state": { - "Name": "minecraft:air" - - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:orange_stained_glass", - "probability": 0.25 - }, - "output_state": { - "Name": "minecraft:cobweb" - - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:orange_stained_glass", - "probability": 1 - }, - "output_state": { - "Name": "minecraft:air" - - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:smooth_stone_slab", - "probability": 0.05 - }, - "output_state": { - "Name": "minecraft:air" - - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:white_concrete", - "probability": 0.25 - }, - "output_state": { - "Name": "minecraft:air" - - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:white_concrete", - "probability": 1 - }, - "output_state": { - "Name": "minecraft:smooth_stone_slab", - "Properties":{ "type":"bottom" } - - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:bricks", - "probability": 0.50 - }, - "output_state": { - "Name": "minecraft:granite" - - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:glass_pane", - "probability": 0.5 - }, - "output_state": { - "Name": "minecraft:air" - - } - } - ] - }, - - - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:gray_concrete", - "probability": 0.5 - }, - "output_state": { - "Name": "minecraft:mossy_cobblestone" - - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:gray_concrete", - "probability": 1 - }, - "output_state": { - "Name": "minecraft:cobblestone" - - } - } - ] - }, - - - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:green_stained_glass", - "probability": 0.1 - }, - "output_state": { - "Name": "minecraft:glow_lichen", - "Properties":{ "up": "true" } - - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:green_stained_glass", - "probability": 0.1 - }, - "output_state": { - "Name": "minecraft:hanging_roots", - "Properties":{"waterlogged":"false"} - - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:green_stained_glass", - "probability": 1 - }, - "output_state": { - "Name": "minecraft:air" - - } - } - ] - }, - - - - - - - - - - - - - - - - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:red_concrete", - "probability": 0.05 - }, - "output_state": { - "Name": "minecraft:spruce_stairs", - "Properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:red_concrete", - "probability": 0.05 - }, - "output_state": { - "Name": "minecraft:spruce_stairs", - "Properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:red_concrete", - "probability": 0.05 - }, - "output_state": { - "Name": "minecraft:spruce_stairs", - "Properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:red_concrete", - "probability": 0.05 - }, - "output_state": { - "Name": "minecraft:spruce_stairs", - "Properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:red_concrete", - "probability": 1 - }, - "output_state": { - "Name": "minecraft:spruce_slab", - "Properties": { - "type": "top", - "waterlogged": "false" - } - } - } - ] - }, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:orange_concrete", - "probability": 0.05 - }, - "output_state": { - "Name": "minecraft:dark_oak_stairs", - "Properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:orange_concrete", - "probability": 0.05 - }, - "output_state": { - "Name": "minecraft:dark_oak_stairs", - "Properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:orange_concrete", - "probability": 0.05 - }, - "output_state": { - "Name": "minecraft:dark_oak_stairs", - "Properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:orange_concrete", - "probability": 0.05 - }, - "output_state": { - "Name": "minecraft:dark_oak_stairs", - "Properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:orange_concrete", - "probability": 1 - }, - "output_state": { - "Name": "minecraft:dark_oak_planks", - "Properties": { - "type": "top", - "waterlogged": "false" - } - } - } - ] - }, - - - - - - - - - - - - - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:light_gray_glazed_terracotta", - "Properties": { - "facing": "west" - } - }, - "probability": 0.0625 - }, - "output_state": { - "Name": "minecraft:loom", - "Properties": { - "facing": "west" - } - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:light_gray_glazed_terracotta", - "Properties": { - "facing": "north" - } - }, - "probability": 0.0625 - }, - "output_state": { - "Name": "minecraft:loom", - "Properties": { - "facing": "north" - } - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:light_gray_glazed_terracotta", - "Properties": { - "facing": "east" - } - }, - "probability": 0.0625 - }, - "output_state": { - "Name": "minecraft:loom", - "Properties": { - "facing": "east" - } - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:light_gray_glazed_terracotta", - "Properties": { - "facing": "south" - } - }, - "probability": 0.0625 - }, - "output_state": { - "Name": "minecraft:loom", - "Properties": { - "facing": "south" - } - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:light_gray_glazed_terracotta", - "probability": 1 - }, - "output_state": { - "Name": "minecraft:bookshelf" - } - } - ] - }, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ] - } - - - - - - - - - - - - - - - - - - - - - - - - - , - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:magenta_glazed_terracotta", - "Properties": { - "facing": "north" - } - }, - "probability": 0.25 - }, - "output_state": { - "Name": "minecraft:repeater", - "Properties": { - "facing": "north", - "delay": "1", - "locked": "false", - "powered": "false" - } - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:magenta_glazed_terracotta", - "Properties": { - "facing": "north" - } - }, - "probability": 0.25 - }, - "output_state": { - "Name": "minecraft:repeater", - "Properties": { - "facing": "north", - "delay": "2", - "locked": "false", - "powered": "false" - } - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:magenta_glazed_terracotta", - "Properties": { - "facing": "north" - } - }, - "probability": 0.25 - }, - "output_state": { - "Name": "minecraft:repeater", - "Properties": { - "facing": "north", - "delay": "3", - "locked": "false", - "powered": "false" - } - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:magenta_glazed_terracotta", - "Properties": { - "facing": "north" - } - }, - "probability": 1 - }, - "output_state": { - "Name": "minecraft:repeater", - "Properties": { - "facing": "north", - "delay": "4", - "locked": "false", - "powered": "false" - } - } - } - ] - } - - - - - - - - - - - - - - - - - - - - - - - - - - ] - } - \ No newline at end of file diff --git a/data/structory/structures/harvest/old_mansion.nbt b/data/structory/structures/harvest/old_mansion.nbt deleted file mode 100644 index 4351bcf..0000000 Binary files a/data/structory/structures/harvest/old_mansion.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/red_mushroom_house.nbt b/data/structory/structures/harvest/red_mushroom_house.nbt deleted file mode 100644 index 980312c..0000000 Binary files a/data/structory/structures/harvest/red_mushroom_house.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/ruined_big_brick_house.nbt b/data/structory/structures/harvest/ruined_big_brick_house.nbt deleted file mode 100644 index aba0c5d..0000000 Binary files a/data/structory/structures/harvest/ruined_big_brick_house.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/ruined_brick_house.nbt b/data/structory/structures/harvest/ruined_brick_house.nbt deleted file mode 100644 index b32c511..0000000 Binary files a/data/structory/structures/harvest/ruined_brick_house.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/ruined_cottage.nbt b/data/structory/structures/harvest/ruined_cottage.nbt deleted file mode 100644 index 7d22cff..0000000 Binary files a/data/structory/structures/harvest/ruined_cottage.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/ruined_dark_oak_house.nbt b/data/structory/structures/harvest/ruined_dark_oak_house.nbt deleted file mode 100644 index 7807a78..0000000 Binary files a/data/structory/structures/harvest/ruined_dark_oak_house.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/ruined_large_snowy_spruce_house.nbt b/data/structory/structures/harvest/ruined_large_snowy_spruce_house.nbt deleted file mode 100644 index be71d43..0000000 Binary files a/data/structory/structures/harvest/ruined_large_snowy_spruce_house.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/ruined_mossy_spruce_house.nbt b/data/structory/structures/harvest/ruined_mossy_spruce_house.nbt deleted file mode 100644 index 2046482..0000000 Binary files a/data/structory/structures/harvest/ruined_mossy_spruce_house.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/ruined_oak_house.nbt b/data/structory/structures/harvest/ruined_oak_house.nbt deleted file mode 100644 index e049961..0000000 Binary files a/data/structory/structures/harvest/ruined_oak_house.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/ruined_snowy_spruce_house.nbt b/data/structory/structures/harvest/ruined_snowy_spruce_house.nbt deleted file mode 100644 index 944fe50..0000000 Binary files a/data/structory/structures/harvest/ruined_snowy_spruce_house.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/ruins/church.nbt b/data/structory/structures/harvest/ruins/church.nbt deleted file mode 100644 index 1141fbd..0000000 Binary files a/data/structory/structures/harvest/ruins/church.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/ruins/graveyard2.nbt b/data/structory/structures/harvest/ruins/graveyard2.nbt deleted file mode 100644 index 9fcec50..0000000 Binary files a/data/structory/structures/harvest/ruins/graveyard2.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/ruins/graveyard2www.nbt b/data/structory/structures/harvest/ruins/graveyard2www.nbt deleted file mode 100644 index 13b2ef0..0000000 Binary files a/data/structory/structures/harvest/ruins/graveyard2www.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/ruins/graveyard3.nbt b/data/structory/structures/harvest/ruins/graveyard3.nbt deleted file mode 100644 index 13b2ef0..0000000 Binary files a/data/structory/structures/harvest/ruins/graveyard3.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/small_ruined_desert_house.nbt b/data/structory/structures/harvest/small_ruined_desert_house.nbt deleted file mode 100644 index 5af0e58..0000000 Binary files a/data/structory/structures/harvest/small_ruined_desert_house.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/small_ruined_house_basement1.schem b/data/structory/structures/harvest/small_ruined_house_basement1.schem deleted file mode 100644 index a049e2a..0000000 Binary files a/data/structory/structures/harvest/small_ruined_house_basement1.schem and /dev/null differ diff --git a/data/structory/structures/harvest/small_ruined_house_basement2.schem b/data/structory/structures/harvest/small_ruined_house_basement2.schem deleted file mode 100644 index ccc5e23..0000000 Binary files a/data/structory/structures/harvest/small_ruined_house_basement2.schem and /dev/null differ diff --git a/data/structory/structures/harvest/small_ruined_house_basement3.schem b/data/structory/structures/harvest/small_ruined_house_basement3.schem deleted file mode 100644 index 3b93b95..0000000 Binary files a/data/structory/structures/harvest/small_ruined_house_basement3.schem and /dev/null differ diff --git a/data/structory/structures/harvest/small_ruined_house_basement4.schem b/data/structory/structures/harvest/small_ruined_house_basement4.schem deleted file mode 100644 index a3bb355..0000000 Binary files a/data/structory/structures/harvest/small_ruined_house_basement4.schem and /dev/null differ diff --git a/data/structory/structures/harvest/small_ruined_house_basement5.schem b/data/structory/structures/harvest/small_ruined_house_basement5.schem deleted file mode 100644 index ba2312a..0000000 Binary files a/data/structory/structures/harvest/small_ruined_house_basement5.schem and /dev/null differ diff --git a/data/structory/structures/harvest/small_ruined_house_basement6.schem b/data/structory/structures/harvest/small_ruined_house_basement6.schem deleted file mode 100644 index 594cfa0..0000000 Binary files a/data/structory/structures/harvest/small_ruined_house_basement6.schem and /dev/null differ diff --git a/data/structory/structures/harvest/small_ruined_house_basement7.schem b/data/structory/structures/harvest/small_ruined_house_basement7.schem deleted file mode 100644 index 9878287..0000000 Binary files a/data/structory/structures/harvest/small_ruined_house_basement7.schem and /dev/null differ diff --git a/data/structory/structures/harvest/small_ruined_house_basement8.schem b/data/structory/structures/harvest/small_ruined_house_basement8.schem deleted file mode 100644 index 9878287..0000000 Binary files a/data/structory/structures/harvest/small_ruined_house_basement8.schem and /dev/null differ diff --git a/data/structory/structures/harvest/small_ruined_oak_house.nbt b/data/structory/structures/harvest/small_ruined_oak_house.nbt deleted file mode 100644 index 023e2fa..0000000 Binary files a/data/structory/structures/harvest/small_ruined_oak_house.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/stonebricks_tower_ruin.nbt b/data/structory/structures/harvest/stonebricks_tower_ruin.nbt deleted file mode 100644 index dbcfe5b..0000000 Binary files a/data/structory/structures/harvest/stonebricks_tower_ruin.nbt and /dev/null differ diff --git a/data/structory/structures/harvest/wood_barn_ruin.nbt b/data/structory/structures/harvest/wood_barn_ruin.nbt deleted file mode 100644 index b600d55..0000000 Binary files a/data/structory/structures/harvest/wood_barn_ruin.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/barn1.nbt b/data/structory/structures/outcast_villager/barn1.nbt deleted file mode 100644 index 26433a2..0000000 Binary files a/data/structory/structures/outcast_villager/barn1.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/boat/1/bottom.nbt b/data/structory/structures/outcast_villager/boat/1/bottom.nbt deleted file mode 100644 index f7ecacc..0000000 Binary files a/data/structory/structures/outcast_villager/boat/1/bottom.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/boat/1/top.nbt b/data/structory/structures/outcast_villager/boat/1/top.nbt deleted file mode 100644 index bc53707..0000000 Binary files a/data/structory/structures/outcast_villager/boat/1/top.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/boat/2/bottom.nbt b/data/structory/structures/outcast_villager/boat/2/bottom.nbt deleted file mode 100644 index 924b296..0000000 Binary files a/data/structory/structures/outcast_villager/boat/2/bottom.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/boat/2/top.nbt b/data/structory/structures/outcast_villager/boat/2/top.nbt deleted file mode 100644 index 77d70ab..0000000 Binary files a/data/structory/structures/outcast_villager/boat/2/top.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/boat/3/bottom.nbt b/data/structory/structures/outcast_villager/boat/3/bottom.nbt deleted file mode 100644 index 4aa3bcc..0000000 Binary files a/data/structory/structures/outcast_villager/boat/3/bottom.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/boat/3/top.nbt b/data/structory/structures/outcast_villager/boat/3/top.nbt deleted file mode 100644 index edbdd4e..0000000 Binary files a/data/structory/structures/outcast_villager/boat/3/top.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/camp1.nbt b/data/structory/structures/outcast_villager/camp1.nbt deleted file mode 100644 index 5c2ccfd..0000000 Binary files a/data/structory/structures/outcast_villager/camp1.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/desert/copper_house1.nbt b/data/structory/structures/outcast_villager/desert/copper_house1.nbt deleted file mode 100644 index 6bd6d8b..0000000 Binary files a/data/structory/structures/outcast_villager/desert/copper_house1.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/desert/copper_house2.nbt b/data/structory/structures/outcast_villager/desert/copper_house2.nbt deleted file mode 100644 index 3991569..0000000 Binary files a/data/structory/structures/outcast_villager/desert/copper_house2.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/desert/rock_house1.nbt b/data/structory/structures/outcast_villager/desert/rock_house1.nbt deleted file mode 100644 index 354ebf3..0000000 Binary files a/data/structory/structures/outcast_villager/desert/rock_house1.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/farm_ruin/connector.nbt b/data/structory/structures/outcast_villager/farm_ruin/connector.nbt deleted file mode 100644 index 852c10e..0000000 Binary files a/data/structory/structures/outcast_villager/farm_ruin/connector.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/farm_ruin/main.nbt b/data/structory/structures/outcast_villager/farm_ruin/main.nbt deleted file mode 100644 index 41a2a07..0000000 Binary files a/data/structory/structures/outcast_villager/farm_ruin/main.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/farm_ruin/outer1.nbt b/data/structory/structures/outcast_villager/farm_ruin/outer1.nbt deleted file mode 100644 index 2240f8a..0000000 Binary files a/data/structory/structures/outcast_villager/farm_ruin/outer1.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/farm_ruin/outer2.nbt b/data/structory/structures/outcast_villager/farm_ruin/outer2.nbt deleted file mode 100644 index cf6e928..0000000 Binary files a/data/structory/structures/outcast_villager/farm_ruin/outer2.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/farm_ruin/outer3.nbt b/data/structory/structures/outcast_villager/farm_ruin/outer3.nbt deleted file mode 100644 index 53212f6..0000000 Binary files a/data/structory/structures/outcast_villager/farm_ruin/outer3.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/farm_ruin/outer4.nbt b/data/structory/structures/outcast_villager/farm_ruin/outer4.nbt deleted file mode 100644 index 02f618f..0000000 Binary files a/data/structory/structures/outcast_villager/farm_ruin/outer4.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/farm_ruin/outer5.nbt b/data/structory/structures/outcast_villager/farm_ruin/outer5.nbt deleted file mode 100644 index 67cc19d..0000000 Binary files a/data/structory/structures/outcast_villager/farm_ruin/outer5.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/firetower.nbt b/data/structory/structures/outcast_villager/firetower.nbt deleted file mode 100644 index 4209a1c..0000000 Binary files a/data/structory/structures/outcast_villager/firetower.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/graveyard/main1.nbt b/data/structory/structures/outcast_villager/graveyard/main1.nbt deleted file mode 100644 index 8ba0c0b..0000000 Binary files a/data/structory/structures/outcast_villager/graveyard/main1.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/medium1.nbt b/data/structory/structures/outcast_villager/medium1.nbt deleted file mode 100644 index ad83fb2..0000000 Binary files a/data/structory/structures/outcast_villager/medium1.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/medium2.nbt b/data/structory/structures/outcast_villager/medium2.nbt deleted file mode 100644 index 8349217..0000000 Binary files a/data/structory/structures/outcast_villager/medium2.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/mine/secondary.nbt b/data/structory/structures/outcast_villager/mine/secondary.nbt deleted file mode 100644 index 995d0b6..0000000 Binary files a/data/structory/structures/outcast_villager/mine/secondary.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/mine/start.nbt b/data/structory/structures/outcast_villager/mine/start.nbt deleted file mode 100644 index 130b11e..0000000 Binary files a/data/structory/structures/outcast_villager/mine/start.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/mossy_ruin/connector.nbt b/data/structory/structures/outcast_villager/mossy_ruin/connector.nbt deleted file mode 100644 index ddba926..0000000 Binary files a/data/structory/structures/outcast_villager/mossy_ruin/connector.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/mossy_ruin/main.nbt b/data/structory/structures/outcast_villager/mossy_ruin/main.nbt deleted file mode 100644 index 0979a49..0000000 Binary files a/data/structory/structures/outcast_villager/mossy_ruin/main.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/mossy_ruin/outer1.nbt b/data/structory/structures/outcast_villager/mossy_ruin/outer1.nbt deleted file mode 100644 index 04d6951..0000000 Binary files a/data/structory/structures/outcast_villager/mossy_ruin/outer1.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/mossy_ruin/outer2.nbt b/data/structory/structures/outcast_villager/mossy_ruin/outer2.nbt deleted file mode 100644 index 43a4473..0000000 Binary files a/data/structory/structures/outcast_villager/mossy_ruin/outer2.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/mossy_ruin/outer3.nbt b/data/structory/structures/outcast_villager/mossy_ruin/outer3.nbt deleted file mode 100644 index 0734dc3..0000000 Binary files a/data/structory/structures/outcast_villager/mossy_ruin/outer3.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/ruin1.nbt b/data/structory/structures/outcast_villager/ruin1.nbt deleted file mode 100644 index 92976c7..0000000 Binary files a/data/structory/structures/outcast_villager/ruin1.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/settlement_large.nbt b/data/structory/structures/outcast_villager/settlement_large.nbt deleted file mode 100644 index 5d5564e..0000000 Binary files a/data/structory/structures/outcast_villager/settlement_large.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/sundial.nbt b/data/structory/structures/outcast_villager/sundial.nbt deleted file mode 100644 index b9a50cf..0000000 Binary files a/data/structory/structures/outcast_villager/sundial.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/tower/badlands_small1.nbt b/data/structory/structures/outcast_villager/tower/badlands_small1.nbt deleted file mode 100644 index 1052e89..0000000 Binary files a/data/structory/structures/outcast_villager/tower/badlands_small1.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/tower/desert_small1.nbt b/data/structory/structures/outcast_villager/tower/desert_small1.nbt deleted file mode 100644 index 8eadfb4..0000000 Binary files a/data/structory/structures/outcast_villager/tower/desert_small1.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/tower/grassy_small1.nbt b/data/structory/structures/outcast_villager/tower/grassy_small1.nbt deleted file mode 100644 index d285505..0000000 Binary files a/data/structory/structures/outcast_villager/tower/grassy_small1.nbt and /dev/null differ diff --git a/data/structory/structures/outcast_villager/tower/grassy_small2.nbt b/data/structory/structures/outcast_villager/tower/grassy_small2.nbt deleted file mode 100644 index b20f2cb..0000000 Binary files a/data/structory/structures/outcast_villager/tower/grassy_small2.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/northern_ruins/castle1.nbt b/data/structory/structures/ruin/northern_ruins/castle1.nbt deleted file mode 100644 index 10745ff..0000000 Binary files a/data/structory/structures/ruin/northern_ruins/castle1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/northern_ruins/castle2.nbt b/data/structory/structures/ruin/northern_ruins/castle2.nbt deleted file mode 100644 index 4c1ccf1..0000000 Binary files a/data/structory/structures/ruin/northern_ruins/castle2.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/northern_ruins/circle_small.nbt b/data/structory/structures/ruin/northern_ruins/circle_small.nbt deleted file mode 100644 index bda8e17..0000000 Binary files a/data/structory/structures/ruin/northern_ruins/circle_small.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/northern_ruins/circle_tall.nbt b/data/structory/structures/ruin/northern_ruins/circle_tall.nbt deleted file mode 100644 index ccba26e..0000000 Binary files a/data/structory/structures/ruin/northern_ruins/circle_tall.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/northern_ruins/connector1.nbt b/data/structory/structures/ruin/northern_ruins/connector1.nbt deleted file mode 100644 index f74234f..0000000 Binary files a/data/structory/structures/ruin/northern_ruins/connector1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/northern_ruins/connector2.nbt b/data/structory/structures/ruin/northern_ruins/connector2.nbt deleted file mode 100644 index 0666603..0000000 Binary files a/data/structory/structures/ruin/northern_ruins/connector2.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/northern_ruins/connector3.nbt b/data/structory/structures/ruin/northern_ruins/connector3.nbt deleted file mode 100644 index b88c823..0000000 Binary files a/data/structory/structures/ruin/northern_ruins/connector3.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/northern_ruins/connector4.nbt b/data/structory/structures/ruin/northern_ruins/connector4.nbt deleted file mode 100644 index a545ce5..0000000 Binary files a/data/structory/structures/ruin/northern_ruins/connector4.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/northern_ruins/connector5.nbt b/data/structory/structures/ruin/northern_ruins/connector5.nbt deleted file mode 100644 index 53ddf94..0000000 Binary files a/data/structory/structures/ruin/northern_ruins/connector5.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/northern_ruins/doorway.nbt b/data/structory/structures/ruin/northern_ruins/doorway.nbt deleted file mode 100644 index bd2b9dc..0000000 Binary files a/data/structory/structures/ruin/northern_ruins/doorway.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/northern_ruins/house1.nbt b/data/structory/structures/ruin/northern_ruins/house1.nbt deleted file mode 100644 index 99d01ea..0000000 Binary files a/data/structory/structures/ruin/northern_ruins/house1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/northern_ruins/house2.nbt b/data/structory/structures/ruin/northern_ruins/house2.nbt deleted file mode 100644 index 5c2b9d4..0000000 Binary files a/data/structory/structures/ruin/northern_ruins/house2.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/northern_ruins/house3.nbt b/data/structory/structures/ruin/northern_ruins/house3.nbt deleted file mode 100644 index 32a64dd..0000000 Binary files a/data/structory/structures/ruin/northern_ruins/house3.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/northern_ruins/mound1.nbt b/data/structory/structures/ruin/northern_ruins/mound1.nbt deleted file mode 100644 index c338b6a..0000000 Binary files a/data/structory/structures/ruin/northern_ruins/mound1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/northern_ruins/mound_castle_small.nbt b/data/structory/structures/ruin/northern_ruins/mound_castle_small.nbt deleted file mode 100644 index b2af763..0000000 Binary files a/data/structory/structures/ruin/northern_ruins/mound_castle_small.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/northern_ruins/mound_corner.nbt b/data/structory/structures/ruin/northern_ruins/mound_corner.nbt deleted file mode 100644 index e1945c5..0000000 Binary files a/data/structory/structures/ruin/northern_ruins/mound_corner.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/northern_ruins/mound_tabletwall.nbt b/data/structory/structures/ruin/northern_ruins/mound_tabletwall.nbt deleted file mode 100644 index a43190e..0000000 Binary files a/data/structory/structures/ruin/northern_ruins/mound_tabletwall.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/northern_ruins/mound_watchtower.nbt b/data/structory/structures/ruin/northern_ruins/mound_watchtower.nbt deleted file mode 100644 index ce1cf6f..0000000 Binary files a/data/structory/structures/ruin/northern_ruins/mound_watchtower.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/connector/bend1.nbt b/data/structory/structures/ruin/swamp/connector/bend1.nbt deleted file mode 100644 index 56ca715..0000000 Binary files a/data/structory/structures/ruin/swamp/connector/bend1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/connector/bend2.nbt b/data/structory/structures/ruin/swamp/connector/bend2.nbt deleted file mode 100644 index 3a43440..0000000 Binary files a/data/structory/structures/ruin/swamp/connector/bend2.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/connector/bend3.nbt b/data/structory/structures/ruin/swamp/connector/bend3.nbt deleted file mode 100644 index 078d098..0000000 Binary files a/data/structory/structures/ruin/swamp/connector/bend3.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/connector/long1.nbt b/data/structory/structures/ruin/swamp/connector/long1.nbt deleted file mode 100644 index 58b7e0f..0000000 Binary files a/data/structory/structures/ruin/swamp/connector/long1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/connector/long2.nbt b/data/structory/structures/ruin/swamp/connector/long2.nbt deleted file mode 100644 index 94b647d..0000000 Binary files a/data/structory/structures/ruin/swamp/connector/long2.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/connector/short1.nbt b/data/structory/structures/ruin/swamp/connector/short1.nbt deleted file mode 100644 index 6e63584..0000000 Binary files a/data/structory/structures/ruin/swamp/connector/short1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/connector/short2.nbt b/data/structory/structures/ruin/swamp/connector/short2.nbt deleted file mode 100644 index 0438be8..0000000 Binary files a/data/structory/structures/ruin/swamp/connector/short2.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/connector/short3.nbt b/data/structory/structures/ruin/swamp/connector/short3.nbt deleted file mode 100644 index f2a2fd5..0000000 Binary files a/data/structory/structures/ruin/swamp/connector/short3.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/fountain1.nbt b/data/structory/structures/ruin/swamp/fountain1.nbt deleted file mode 100644 index ca854fe..0000000 Binary files a/data/structory/structures/ruin/swamp/fountain1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/frog1.nbt b/data/structory/structures/ruin/swamp/frog1.nbt deleted file mode 100644 index f6d89da..0000000 Binary files a/data/structory/structures/ruin/swamp/frog1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/frog2.nbt b/data/structory/structures/ruin/swamp/frog2.nbt deleted file mode 100644 index a85a8ee..0000000 Binary files a/data/structory/structures/ruin/swamp/frog2.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/frog3.nbt b/data/structory/structures/ruin/swamp/frog3.nbt deleted file mode 100644 index 2b781bb..0000000 Binary files a/data/structory/structures/ruin/swamp/frog3.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/frog_statue1.nbt b/data/structory/structures/ruin/swamp/frog_statue1.nbt deleted file mode 100644 index 3e022d3..0000000 Binary files a/data/structory/structures/ruin/swamp/frog_statue1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/frog_statue2.nbt b/data/structory/structures/ruin/swamp/frog_statue2.nbt deleted file mode 100644 index d2eb015..0000000 Binary files a/data/structory/structures/ruin/swamp/frog_statue2.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/frog_statue_small.nbt b/data/structory/structures/ruin/swamp/frog_statue_small.nbt deleted file mode 100644 index a31ca30..0000000 Binary files a/data/structory/structures/ruin/swamp/frog_statue_small.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/obelisk1.nbt b/data/structory/structures/ruin/swamp/obelisk1.nbt deleted file mode 100644 index dd0e116..0000000 Binary files a/data/structory/structures/ruin/swamp/obelisk1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/pillar1.nbt b/data/structory/structures/ruin/swamp/pillar1.nbt deleted file mode 100644 index 55d54e8..0000000 Binary files a/data/structory/structures/ruin/swamp/pillar1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/pond1.nbt b/data/structory/structures/ruin/swamp/pond1.nbt deleted file mode 100644 index 3c33f7e..0000000 Binary files a/data/structory/structures/ruin/swamp/pond1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/pond2.nbt b/data/structory/structures/ruin/swamp/pond2.nbt deleted file mode 100644 index 561a7a0..0000000 Binary files a/data/structory/structures/ruin/swamp/pond2.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/pool1.nbt b/data/structory/structures/ruin/swamp/pool1.nbt deleted file mode 100644 index 98d11df..0000000 Binary files a/data/structory/structures/ruin/swamp/pool1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/pool2.nbt b/data/structory/structures/ruin/swamp/pool2.nbt deleted file mode 100644 index 98c48ba..0000000 Binary files a/data/structory/structures/ruin/swamp/pool2.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/pool3.nbt b/data/structory/structures/ruin/swamp/pool3.nbt deleted file mode 100644 index ede4284..0000000 Binary files a/data/structory/structures/ruin/swamp/pool3.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/pool_small1.nbt b/data/structory/structures/ruin/swamp/pool_small1.nbt deleted file mode 100644 index 207064e..0000000 Binary files a/data/structory/structures/ruin/swamp/pool_small1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/pyramid1.nbt b/data/structory/structures/ruin/swamp/pyramid1.nbt deleted file mode 100644 index ddbaf3e..0000000 Binary files a/data/structory/structures/ruin/swamp/pyramid1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/ring1.nbt b/data/structory/structures/ruin/swamp/ring1.nbt deleted file mode 100644 index dff0801..0000000 Binary files a/data/structory/structures/ruin/swamp/ring1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/ring2.nbt b/data/structory/structures/ruin/swamp/ring2.nbt deleted file mode 100644 index 7438498..0000000 Binary files a/data/structory/structures/ruin/swamp/ring2.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/ruin1.nbt b/data/structory/structures/ruin/swamp/ruin1.nbt deleted file mode 100644 index 3ffeaa6..0000000 Binary files a/data/structory/structures/ruin/swamp/ruin1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/ruin2.nbt b/data/structory/structures/ruin/swamp/ruin2.nbt deleted file mode 100644 index af88a8c..0000000 Binary files a/data/structory/structures/ruin/swamp/ruin2.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/ruin3.nbt b/data/structory/structures/ruin/swamp/ruin3.nbt deleted file mode 100644 index ee59e82..0000000 Binary files a/data/structory/structures/ruin/swamp/ruin3.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/ruin4.nbt b/data/structory/structures/ruin/swamp/ruin4.nbt deleted file mode 100644 index 30a772e..0000000 Binary files a/data/structory/structures/ruin/swamp/ruin4.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/ruin5.nbt b/data/structory/structures/ruin/swamp/ruin5.nbt deleted file mode 100644 index 94d5348..0000000 Binary files a/data/structory/structures/ruin/swamp/ruin5.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/staircase1.nbt b/data/structory/structures/ruin/swamp/staircase1.nbt deleted file mode 100644 index 8c3ccbd..0000000 Binary files a/data/structory/structures/ruin/swamp/staircase1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/star1.nbt b/data/structory/structures/ruin/swamp/star1.nbt deleted file mode 100644 index 085bc40..0000000 Binary files a/data/structory/structures/ruin/swamp/star1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/statue1.nbt b/data/structory/structures/ruin/swamp/statue1.nbt deleted file mode 100644 index f61c38c..0000000 Binary files a/data/structory/structures/ruin/swamp/statue1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/t1.nbt b/data/structory/structures/ruin/swamp/t1.nbt deleted file mode 100644 index 05ce480..0000000 Binary files a/data/structory/structures/ruin/swamp/t1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/table1.nbt b/data/structory/structures/ruin/swamp/table1.nbt deleted file mode 100644 index 19524ff..0000000 Binary files a/data/structory/structures/ruin/swamp/table1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/swamp/table2.nbt b/data/structory/structures/ruin/swamp/table2.nbt deleted file mode 100644 index 63aaf26..0000000 Binary files a/data/structory/structures/ruin/swamp/table2.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_surface/arch1.nbt b/data/structory/structures/ruin/taiga_surface/arch1.nbt deleted file mode 100644 index 8ec7b29..0000000 Binary files a/data/structory/structures/ruin/taiga_surface/arch1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_surface/bridge1.nbt b/data/structory/structures/ruin/taiga_surface/bridge1.nbt deleted file mode 100644 index 2ef869e..0000000 Binary files a/data/structory/structures/ruin/taiga_surface/bridge1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_surface/ruin1.nbt b/data/structory/structures/ruin/taiga_surface/ruin1.nbt deleted file mode 100644 index 2b32732..0000000 Binary files a/data/structory/structures/ruin/taiga_surface/ruin1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_surface/ruin2.nbt b/data/structory/structures/ruin/taiga_surface/ruin2.nbt deleted file mode 100644 index eb092de..0000000 Binary files a/data/structory/structures/ruin/taiga_surface/ruin2.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_surface/ruin3.nbt b/data/structory/structures/ruin/taiga_surface/ruin3.nbt deleted file mode 100644 index ec44cce..0000000 Binary files a/data/structory/structures/ruin/taiga_surface/ruin3.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_surface/tower1.nbt b/data/structory/structures/ruin/taiga_surface/tower1.nbt deleted file mode 100644 index 2b5fff4..0000000 Binary files a/data/structory/structures/ruin/taiga_surface/tower1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_surface/tower2.nbt b/data/structory/structures/ruin/taiga_surface/tower2.nbt deleted file mode 100644 index 766410d..0000000 Binary files a/data/structory/structures/ruin/taiga_surface/tower2.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_surface/tower3.nbt b/data/structory/structures/ruin/taiga_surface/tower3.nbt deleted file mode 100644 index 9b33a69..0000000 Binary files a/data/structory/structures/ruin/taiga_surface/tower3.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_underground/initial_piece.nbt b/data/structory/structures/ruin/taiga_underground/initial_piece.nbt deleted file mode 100644 index 544fcc8..0000000 Binary files a/data/structory/structures/ruin/taiga_underground/initial_piece.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_underground/main_piece.nbt b/data/structory/structures/ruin/taiga_underground/main_piece.nbt deleted file mode 100644 index ecdd1d7..0000000 Binary files a/data/structory/structures/ruin/taiga_underground/main_piece.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_underground/quarters1.nbt b/data/structory/structures/ruin/taiga_underground/quarters1.nbt deleted file mode 100644 index cc474ab..0000000 Binary files a/data/structory/structures/ruin/taiga_underground/quarters1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_underground/quarters2.nbt b/data/structory/structures/ruin/taiga_underground/quarters2.nbt deleted file mode 100644 index 9cf9b23..0000000 Binary files a/data/structory/structures/ruin/taiga_underground/quarters2.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_underground/quarters3.nbt b/data/structory/structures/ruin/taiga_underground/quarters3.nbt deleted file mode 100644 index ed8141f..0000000 Binary files a/data/structory/structures/ruin/taiga_underground/quarters3.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_underground/quarters_entrance.nbt b/data/structory/structures/ruin/taiga_underground/quarters_entrance.nbt deleted file mode 100644 index 90b20c6..0000000 Binary files a/data/structory/structures/ruin/taiga_underground/quarters_entrance.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_underground/quarters_hall1.nbt b/data/structory/structures/ruin/taiga_underground/quarters_hall1.nbt deleted file mode 100644 index 665f8f3..0000000 Binary files a/data/structory/structures/ruin/taiga_underground/quarters_hall1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_underground/quarters_hall2.nbt b/data/structory/structures/ruin/taiga_underground/quarters_hall2.nbt deleted file mode 100644 index bd0e0db..0000000 Binary files a/data/structory/structures/ruin/taiga_underground/quarters_hall2.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_underground/quarters_hall2_stash.nbt b/data/structory/structures/ruin/taiga_underground/quarters_hall2_stash.nbt deleted file mode 100644 index 65ad264..0000000 Binary files a/data/structory/structures/ruin/taiga_underground/quarters_hall2_stash.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_underground/quarters_hall3.nbt b/data/structory/structures/ruin/taiga_underground/quarters_hall3.nbt deleted file mode 100644 index 2adf132..0000000 Binary files a/data/structory/structures/ruin/taiga_underground/quarters_hall3.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_underground/quarters_hall3_enchanting.nbt b/data/structory/structures/ruin/taiga_underground/quarters_hall3_enchanting.nbt deleted file mode 100644 index 82bf43c..0000000 Binary files a/data/structory/structures/ruin/taiga_underground/quarters_hall3_enchanting.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_underground/quarters_hall_bedroom11.nbt b/data/structory/structures/ruin/taiga_underground/quarters_hall_bedroom11.nbt deleted file mode 100644 index a004ef5..0000000 Binary files a/data/structory/structures/ruin/taiga_underground/quarters_hall_bedroom11.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_underground/quarters_hall_bedroom2.nbt b/data/structory/structures/ruin/taiga_underground/quarters_hall_bedroom2.nbt deleted file mode 100644 index cc9c375..0000000 Binary files a/data/structory/structures/ruin/taiga_underground/quarters_hall_bedroom2.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_underground/quarters_hall_bedroom3.nbt b/data/structory/structures/ruin/taiga_underground/quarters_hall_bedroom3.nbt deleted file mode 100644 index faaac78..0000000 Binary files a/data/structory/structures/ruin/taiga_underground/quarters_hall_bedroom3.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_underground/quarters_hall_books.nbt b/data/structory/structures/ruin/taiga_underground/quarters_hall_books.nbt deleted file mode 100644 index c5f6f6f..0000000 Binary files a/data/structory/structures/ruin/taiga_underground/quarters_hall_books.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_underground/quarters_hall_closet.nbt b/data/structory/structures/ruin/taiga_underground/quarters_hall_closet.nbt deleted file mode 100644 index a434ed4..0000000 Binary files a/data/structory/structures/ruin/taiga_underground/quarters_hall_closet.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_underground/quarters_hall_library.nbt b/data/structory/structures/ruin/taiga_underground/quarters_hall_library.nbt deleted file mode 100644 index 98cf417..0000000 Binary files a/data/structory/structures/ruin/taiga_underground/quarters_hall_library.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_underground/quarters_hall_smeltery.nbt b/data/structory/structures/ruin/taiga_underground/quarters_hall_smeltery.nbt deleted file mode 100644 index e2210c2..0000000 Binary files a/data/structory/structures/ruin/taiga_underground/quarters_hall_smeltery.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_underground/quarters_hall_storage.nbt b/data/structory/structures/ruin/taiga_underground/quarters_hall_storage.nbt deleted file mode 100644 index 0bc3ff0..0000000 Binary files a/data/structory/structures/ruin/taiga_underground/quarters_hall_storage.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_underground/quarters_ladder.nbt b/data/structory/structures/ruin/taiga_underground/quarters_ladder.nbt deleted file mode 100644 index 38b041e..0000000 Binary files a/data/structory/structures/ruin/taiga_underground/quarters_ladder.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_underground/treasure1.nbt b/data/structory/structures/ruin/taiga_underground/treasure1.nbt deleted file mode 100644 index 70f6677..0000000 Binary files a/data/structory/structures/ruin/taiga_underground/treasure1.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_underground/treasure2.nbt b/data/structory/structures/ruin/taiga_underground/treasure2.nbt deleted file mode 100644 index 7d21701..0000000 Binary files a/data/structory/structures/ruin/taiga_underground/treasure2.nbt and /dev/null differ diff --git a/data/structory/structures/ruin/taiga_underground/treasure3.nbt b/data/structory/structures/ruin/taiga_underground/treasure3.nbt deleted file mode 100644 index 450a825..0000000 Binary files a/data/structory/structures/ruin/taiga_underground/treasure3.nbt and /dev/null differ diff --git a/data/structory/structures/temple/temple_ruin.nbt b/data/structory/structures/temple/temple_ruin.nbt deleted file mode 100644 index 6aff66c..0000000 Binary files a/data/structory/structures/temple/temple_ruin.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/brick_chimney_1.nbt b/data/structory/structures/unsorted/brick_chimney_1.nbt deleted file mode 100644 index 86aaf67..0000000 Binary files a/data/structory/structures/unsorted/brick_chimney_1.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/brick_chimney_2.nbt b/data/structory/structures/unsorted/brick_chimney_2.nbt deleted file mode 100644 index ec75256..0000000 Binary files a/data/structory/structures/unsorted/brick_chimney_2.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/brick_chimney_3.nbt b/data/structory/structures/unsorted/brick_chimney_3.nbt deleted file mode 100644 index c9565da..0000000 Binary files a/data/structory/structures/unsorted/brick_chimney_3.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/cobble_chimney_1.nbt b/data/structory/structures/unsorted/cobble_chimney_1.nbt deleted file mode 100644 index 4bc95ed..0000000 Binary files a/data/structory/structures/unsorted/cobble_chimney_1.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/cobble_chimney_2.nbt b/data/structory/structures/unsorted/cobble_chimney_2.nbt deleted file mode 100644 index ba9a4df..0000000 Binary files a/data/structory/structures/unsorted/cobble_chimney_2.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/cobble_chimney_3.nbt b/data/structory/structures/unsorted/cobble_chimney_3.nbt deleted file mode 100644 index 1a62aa0..0000000 Binary files a/data/structory/structures/unsorted/cobble_chimney_3.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/cobble_tower_ruin.nbt b/data/structory/structures/unsorted/cobble_tower_ruin.nbt deleted file mode 100644 index 02c6406..0000000 Binary files a/data/structory/structures/unsorted/cobble_tower_ruin.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/cobble_wash-house.nbt b/data/structory/structures/unsorted/cobble_wash-house.nbt deleted file mode 100644 index 3c54768..0000000 Binary files a/data/structory/structures/unsorted/cobble_wash-house.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/giant_pumpkin.nbt b/data/structory/structures/unsorted/giant_pumpkin.nbt deleted file mode 100644 index 2515f38..0000000 Binary files a/data/structory/structures/unsorted/giant_pumpkin.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/giant_watermelon.nbt b/data/structory/structures/unsorted/giant_watermelon.nbt deleted file mode 100644 index 6ec8c5b..0000000 Binary files a/data/structory/structures/unsorted/giant_watermelon.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/nostalgic_ruin.nbt b/data/structory/structures/unsorted/nostalgic_ruin.nbt deleted file mode 100644 index c3680e2..0000000 Binary files a/data/structory/structures/unsorted/nostalgic_ruin.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/ruined_dark_oak_house.nbt b/data/structory/structures/unsorted/ruined_dark_oak_house.nbt deleted file mode 100644 index 2d60103..0000000 Binary files a/data/structory/structures/unsorted/ruined_dark_oak_house.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/stone_brick_pillars_ruins_1.nbt b/data/structory/structures/unsorted/stone_brick_pillars_ruins_1.nbt deleted file mode 100644 index c23f0f7..0000000 Binary files a/data/structory/structures/unsorted/stone_brick_pillars_ruins_1.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/stone_brick_pillars_ruins_2.nbt b/data/structory/structures/unsorted/stone_brick_pillars_ruins_2.nbt deleted file mode 100644 index 0ba8e21..0000000 Binary files a/data/structory/structures/unsorted/stone_brick_pillars_ruins_2.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/stone_brick_pillars_ruins_3.nbt b/data/structory/structures/unsorted/stone_brick_pillars_ruins_3.nbt deleted file mode 100644 index ba36e9f..0000000 Binary files a/data/structory/structures/unsorted/stone_brick_pillars_ruins_3.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/stone_brick_pillars_ruins_4.nbt b/data/structory/structures/unsorted/stone_brick_pillars_ruins_4.nbt deleted file mode 100644 index 2eeec29..0000000 Binary files a/data/structory/structures/unsorted/stone_brick_pillars_ruins_4.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/stone_brick_sun_dial.nbt b/data/structory/structures/unsorted/stone_brick_sun_dial.nbt deleted file mode 100644 index fa5c061..0000000 Binary files a/data/structory/structures/unsorted/stone_brick_sun_dial.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/stonebricks_tower_ruin.nbt b/data/structory/structures/unsorted/stonebricks_tower_ruin.nbt deleted file mode 100644 index c0d6525..0000000 Binary files a/data/structory/structures/unsorted/stonebricks_tower_ruin.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/vc_camp_campfire.nbt b/data/structory/structures/unsorted/vc_camp_campfire.nbt deleted file mode 100644 index 9111750..0000000 Binary files a/data/structory/structures/unsorted/vc_camp_campfire.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/vc_camp_cw.nbt b/data/structory/structures/unsorted/vc_camp_cw.nbt deleted file mode 100644 index 66599f1..0000000 Binary files a/data/structory/structures/unsorted/vc_camp_cw.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/vc_camp_haybale.nbt b/data/structory/structures/unsorted/vc_camp_haybale.nbt deleted file mode 100644 index e84c0d8..0000000 Binary files a/data/structory/structures/unsorted/vc_camp_haybale.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/vc_camp_storage.nbt b/data/structory/structures/unsorted/vc_camp_storage.nbt deleted file mode 100644 index 83a8cdc..0000000 Binary files a/data/structory/structures/unsorted/vc_camp_storage.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/vc_camp_tracks.nbt b/data/structory/structures/unsorted/vc_camp_tracks.nbt deleted file mode 100644 index c523e12..0000000 Binary files a/data/structory/structures/unsorted/vc_camp_tracks.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/vc_camp_tracks_corner.nbt b/data/structory/structures/unsorted/vc_camp_tracks_corner.nbt deleted file mode 100644 index 30b472e..0000000 Binary files a/data/structory/structures/unsorted/vc_camp_tracks_corner.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/vc_camp_tracks_small.nbt b/data/structory/structures/unsorted/vc_camp_tracks_small.nbt deleted file mode 100644 index f7738b0..0000000 Binary files a/data/structory/structures/unsorted/vc_camp_tracks_small.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/vc_cart.nbt b/data/structory/structures/unsorted/vc_cart.nbt deleted file mode 100644 index 1e1d038..0000000 Binary files a/data/structory/structures/unsorted/vc_cart.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/vc_trackend.nbt b/data/structory/structures/unsorted/vc_trackend.nbt deleted file mode 100644 index 488cb90..0000000 Binary files a/data/structory/structures/unsorted/vc_trackend.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/vc_trackend_bl.nbt b/data/structory/structures/unsorted/vc_trackend_bl.nbt deleted file mode 100644 index bcdc755..0000000 Binary files a/data/structory/structures/unsorted/vc_trackend_bl.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/vc_trackend_br.nbt b/data/structory/structures/unsorted/vc_trackend_br.nbt deleted file mode 100644 index d8a2b11..0000000 Binary files a/data/structory/structures/unsorted/vc_trackend_br.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/villager_outpost.nbt b/data/structory/structures/unsorted/villager_outpost.nbt deleted file mode 100644 index 51126ee..0000000 Binary files a/data/structory/structures/unsorted/villager_outpost.nbt and /dev/null differ diff --git a/data/structory/structures/unsorted/wood_barn_ruin.nbt b/data/structory/structures/unsorted/wood_barn_ruin.nbt deleted file mode 100644 index 56850c4..0000000 Binary files a/data/structory/structures/unsorted/wood_barn_ruin.nbt and /dev/null differ diff --git a/data/structory/tags/worldgen/biome/has_structure/boat.json b/data/structory/tags/worldgen/biome/has_structure/boat.json deleted file mode 100644 index 953a9ea..0000000 --- a/data/structory/tags/worldgen/biome/has_structure/boat.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "values": [ - "minecraft:ocean", - "minecraft:cold_ocean", - "minecraft:lukewarm_ocean", - "minecraft:deep_ocean", - "minecraft:deep_cold_ocean", - "minecraft:deep_lukewarm_ocean", - "minecraft:warm_ocean" - ] -} diff --git a/data/structory/tags/worldgen/biome/has_structure/chapel.json b/data/structory/tags/worldgen/biome/has_structure/chapel.json deleted file mode 100644 index 858873b..0000000 --- a/data/structory/tags/worldgen/biome/has_structure/chapel.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "replace": false, - "values": [ - "minecraft:plains", - "minecraft:savanna", - "minecraft:sunflower_plains", - "forest", - "sparse_jungle", - "birch_forest", - "dark_forest", - "old_growth_birch_forest", - "old_growth_spruce_taiga", - "old_growth_pine_taiga", - { - "id": "terralith:sakura_grove", - "required": false - }, - { - "id": "terralith:lavender_forest", - "required": false - }, - { - "id": "terralith:moonlight_grove", - "required": false - }, - { - "id": "terralith:brushland", - "required": false - }, - { - "id": "#terralith:has_structure/fortified_village", - "required": false - }, - { - "id": "#c:savanna", - "required": false - } - ] -} diff --git a/data/structory/tags/worldgen/biome/has_structure/firetower.json b/data/structory/tags/worldgen/biome/has_structure/firetower.json deleted file mode 100644 index 715e3cd..0000000 --- a/data/structory/tags/worldgen/biome/has_structure/firetower.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "replace": false, - "values": [ - "old_growth_birch_forest", - "old_growth_spruce_taiga", - "old_growth_pine_taiga", - { - "id": "terralith:forested_highlands", - "required": false - }, - { - "id": "terralith:yellowstone", - "required": false - }, - { - "id": "terralith:shield", - "required": false - }, - { - "id": "terralith:lush_valley", - "required": false - }, - { - "id": "terralith:siberian_taiga", - "required": false - } - ] -} diff --git a/data/structory/tags/worldgen/biome/has_structure/jungle_well.json b/data/structory/tags/worldgen/biome/has_structure/jungle_well.json deleted file mode 100644 index baf3114..0000000 --- a/data/structory/tags/worldgen/biome/has_structure/jungle_well.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "replace": false, - "values": [ - "minecraft:jungle", - "minecraft:bamboo_jungle", - "minecraft:sparse_jungle", - { - "id": "terralith:rocky_jungle", - "required": false - }, - { - "id": "terralith:amethyst_rainforest", - "required": false - } - ] -} diff --git a/data/structory/tags/worldgen/biome/has_structure/northern_ruin.json b/data/structory/tags/worldgen/biome/has_structure/northern_ruin.json deleted file mode 100644 index 0c22987..0000000 --- a/data/structory/tags/worldgen/biome/has_structure/northern_ruin.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "replace": false, - "values": [ - "plains", - "sunflower_plains", - { - "id": "terralith:alpine_highlands", - "required": false - }, - { - "id": "terralith:cold_shrubland", - "required": false - }, - { - "id": "terralith:shrubland", - "required": false - }, - { - "id": "terralith:highlands", - "required": false - }, - { - "id": "#c:plains", - "required": false - }, - { - "id": "#minecraft:is_plains", - "required": false - } - ] -} diff --git a/data/structory/tags/worldgen/biome/has_structure/old_manor.json b/data/structory/tags/worldgen/biome/has_structure/old_manor.json deleted file mode 100644 index 25dd5e0..0000000 --- a/data/structory/tags/worldgen/biome/has_structure/old_manor.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "replace": false, - "values": [ - "minecraft:dark_forest", - "old_growth_pine_taiga", - "old_growth_spruce_taiga", - { - "id": "terralith:shield", - "required": false - }, - { - "id": "terralith:forested_highlands", - "required": false - } - ] -} diff --git a/data/structory/tags/worldgen/biome/has_structure/outcast_villager_desert.json b/data/structory/tags/worldgen/biome/has_structure/outcast_villager_desert.json deleted file mode 100644 index 991c912..0000000 --- a/data/structory/tags/worldgen/biome/has_structure/outcast_villager_desert.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "replace": false, - "values": [ - "minecraft:desert", - { - "id": "terralith:desert_oasis", - "required": false - }, - { - "id": "terralith:lush_desert", - "required": false - }, - { - "id": "terralith:sandstone_valley", - "required": false - } - ] -} diff --git a/data/structory/tags/worldgen/biome/has_structure/outcast_villager_grassy.json b/data/structory/tags/worldgen/biome/has_structure/outcast_villager_grassy.json deleted file mode 100644 index b834c90..0000000 --- a/data/structory/tags/worldgen/biome/has_structure/outcast_villager_grassy.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "replace": false, - "values": [ - "minecraft:plains", - "minecraft:savanna", - "minecraft:sunflower_plains", - "forest", - "sparse_jungle", - "birch_forest", - "old_growth_birch_forest", - "old_growth_spruce_taiga", - "old_growth_pine_taiga", - { - "id": "#terralith:has_structure/fortified_village", - "required": false - } - ] -} diff --git a/data/structory/tags/worldgen/biome/has_structure/ruin_taiga.json b/data/structory/tags/worldgen/biome/has_structure/ruin_taiga.json deleted file mode 100644 index b61a700..0000000 --- a/data/structory/tags/worldgen/biome/has_structure/ruin_taiga.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "replace": false, - "values": [ - "taiga", - "snowy_taiga", - "old_growth_pine_taiga", - "old_growth_spruce_taiga", - { - "id": "terralith:forested_highlands", - "required": false - }, - { - "id": "terralith:shield", - "required": false - }, - { - "id": "#c:taiga", - "required": false - }, - { - "id": "#minecraft:is_taiga", - "required": false - } - ] -} diff --git a/data/structory/worldgen/processor_list/decoration/jungle_well_weathering.json b/data/structory/worldgen/processor_list/decoration/jungle_well_weathering.json deleted file mode 100644 index 8a8787a..0000000 --- a/data/structory/worldgen/processor_list/decoration/jungle_well_weathering.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "processors": [ - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:honey_block", - "probability": 0.15 - }, - "output_state": { - "Name": "minecraft:moss_carpet" - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:honey_block" - }, - "output_state": { - "Name": "minecraft:air" - } - } - ] - } - ] -} diff --git a/data/structory/worldgen/processor_list/harvest/old_manor/old_manor.json b/data/structory/worldgen/processor_list/harvest/old_manor/old_manor.json deleted file mode 100644 index 396d62a..0000000 --- a/data/structory/worldgen/processor_list/harvest/old_manor/old_manor.json +++ /dev/null @@ -1,1649 +0,0 @@ -{ - "processors": [ - - - - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:oak_wall_sign", - "probability": 0.1 - }, - "output_state": { - "Name": "minecraft:air" - - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:orange_stained_glass", - "probability": 0.25 - }, - "output_state": { - "Name": "minecraft:cobweb" - - } - } - , - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:orange_stained_glass", - "probability": 0.1 - }, - "output_state": { - "Name": "minecraft:glow_lichen", - "Properties":{ "up": "true" } - - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:orange_stained_glass", - "probability": 0.05 - }, - "output_state": { - "Name": "minecraft:hanging_roots" - - } - } - , - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:orange_stained_glass", - "probability": 1 - }, - "output_state": { - "Name": "minecraft:air" - - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:white_concrete", - "probability": 0.25 - }, - "output_state": { - "Name": "minecraft:air" - - } - } - , - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:white_concrete", - "probability": 1 - }, - "output_state": { - "Name": "minecraft:smooth_stone_slab", - "Properties":{ "type":"bottom" } - - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:bricks", - "probability": 0.50 - }, - "output_state": { - "Name": "minecraft:granite" - - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:glass_pane", - "probability": 0.5 - }, - "output_state": { - "Name": "minecraft:air" - - } - } - ] - }, - - - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:gray_concrete", - "probability": 0.5 - }, - "output_state": { - "Name": "minecraft:mossy_cobblestone" - - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:gray_concrete", - "probability": 1 - }, - "output_state": { - "Name": "minecraft:cobblestone" - - } - } - ] - }, - - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:green_stained_glass", - "probability": 0.1 - }, - "output_state": { - "Name": "minecraft:glow_lichen", - "Properties":{ "up": "true" } - - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:green_stained_glass", - "probability": 0.05 - }, - "output_state": { - "Name": "minecraft:hanging_roots" - - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:green_stained_glass" - }, - "output_state": { - "Name": "minecraft:air" - - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:green_carpet", - "probability": 0.02 - }, - "output_state": { - "Name": "minecraft:glow_lichen", - "Properties":{ "down": "true" } - - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:green_carpet", - "probability": 0.02 - }, - "output_state": { - "Name": "minecraft:moss_carpet" - - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:green_carpet" - }, - "output_state": { - "Name": "minecraft:air" - - } - } - ] - }, - - - - - - - - - - - - - - - - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:red_concrete", - "probability": 0.05 - }, - "output_state": { - "Name": "minecraft:spruce_stairs", - "Properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - } - } - , - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:red_concrete", - "probability": 0.05 - }, - "output_state": { - "Name": "minecraft:spruce_stairs", - "Properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - } - } - , - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:red_concrete", - "probability": 0.05 - }, - "output_state": { - "Name": "minecraft:spruce_stairs", - "Properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - } - } - , - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:red_concrete", - "probability": 0.05 - }, - "output_state": { - "Name": "minecraft:spruce_stairs", - "Properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - } - } - , - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:red_concrete", - "probability": 1 - }, - "output_state": { - "Name": "minecraft:spruce_slab", - "Properties": { - "type": "top", - "waterlogged": "false" - } - } - } - ] - }, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:orange_concrete", - "probability": 0.05 - }, - "output_state": { - "Name": "minecraft:dark_oak_stairs", - "Properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:orange_concrete", - "probability": 0.05 - }, - "output_state": { - "Name": "minecraft:dark_oak_stairs", - "Properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:orange_concrete", - "probability": 0.05 - }, - "output_state": { - "Name": "minecraft:dark_oak_stairs", - "Properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:orange_concrete", - "probability": 0.05 - }, - "output_state": { - "Name": "minecraft:dark_oak_stairs", - "Properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:orange_concrete", - "probability": 1 - }, - "output_state": { - "Name": "minecraft:dark_oak_planks", - "Properties": { - "type": "top", - "waterlogged": "false" - } - } - } - ] - }, - - - - - - - - - - - - - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:light_gray_glazed_terracotta", - "Properties": { - "facing": "west" - } - }, - "probability": 0.0625 - }, - "output_state": { - "Name": "minecraft:loom", - "Properties": { - "facing": "west" - } - } - } - , - - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:light_gray_glazed_terracotta", - "Properties": { - "facing": "north" - } - }, - "probability": 0.0625 - }, - "output_state": { - "Name": "minecraft:loom", - "Properties": { - "facing": "north" - } - } - } - , - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:light_gray_glazed_terracotta", - "Properties": { - "facing": "east" - } - }, - "probability": 0.0625 - }, - "output_state": { - "Name": "minecraft:loom", - "Properties": { - "facing": "east" - } - } - } - , - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:light_gray_glazed_terracotta", - "Properties": { - "facing": "south" - } - }, - "probability": 0.0625 - }, - "output_state": { - "Name": "minecraft:loom", - "Properties": { - "facing": "south" - } - } - }, - - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:light_gray_glazed_terracotta", - "probability": 1 - }, - "output_state": { - "Name": "minecraft:bookshelf" - } - } - ] - }, - - - - - - - - - - - - - - - - - - - - - - - - - - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:magenta_glazed_terracotta", - "Properties": { - "facing": "north" - } - }, - "probability": 0.25 - }, - "output_state": { - "Name": "minecraft:repeater", - "Properties": { - "facing": "north", - "delay": "1", - "locked": "false", - "powered": "false" - } - } - } - - ,{ - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:magenta_glazed_terracotta", - "Properties": { - "facing": "north" - } - }, - "probability": 0.25 - }, - "output_state": { - "Name": "minecraft:repeater", - "Properties": { - "facing": "north", - "delay": "2", - "locked": "false", - "powered": "false" - } - } - } ,{ - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:magenta_glazed_terracotta", - "Properties": { - "facing": "north" - } - }, - "probability": 0.25 - }, - "output_state": { - "Name": "minecraft:repeater", - "Properties": { - "facing": "north", - "delay": "3", - "locked": "false", - "powered": "false" - } - } - } ,{ - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:magenta_glazed_terracotta", - "Properties": { - "facing": "north" - } - }, - "probability": 1 - }, - "output_state": { - "Name": "minecraft:repeater", - "Properties": { - "facing": "north", - "delay": "4", - "locked": "false", - "powered": "false" - } - } - } - ] - } - - - - - - - - - - - - - - - - - - - - - - - , - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:magenta_glazed_terracotta", - "Properties": { - "facing": "east" - } - }, - "probability": 0.25 - }, - "output_state": { - "Name": "minecraft:repeater", - "Properties": { - "facing": "east", - "delay": "1", - "locked": "false", - "powered": "false" - } - } - } - - ,{ - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:magenta_glazed_terracotta", - "Properties": { - "facing": "east" - } - }, - "probability": 0.25 - }, - "output_state": { - "Name": "minecraft:repeater", - "Properties": { - "facing": "east", - "delay": "2", - "locked": "false", - "powered": "false" - } - } - } ,{ - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:magenta_glazed_terracotta", - "Properties": { - "facing": "east" - } - }, - "probability": 0.25 - }, - "output_state": { - "Name": "minecraft:repeater", - "Properties": { - "facing": "east", - "delay": "3", - "locked": "false", - "powered": "false" - } - } - } ,{ - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:magenta_glazed_terracotta", - "Properties": { - "facing": "east" - } - }, - "probability": 1 - }, - "output_state": { - "Name": "minecraft:repeater", - "Properties": { - "facing": "east", - "delay": "4", - "locked": "false", - "powered": "false" - } - } - } - ] - } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - , - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:magenta_glazed_terracotta", - "Properties": { - "facing": "west" - } - }, - "probability": 0.25 - }, - "output_state": { - "Name": "minecraft:repeater", - "Properties": { - "facing": "west", - "delay": "1", - "locked": "false", - "powered": "false" - } - } - } - - ,{ - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:magenta_glazed_terracotta", - "Properties": { - "facing": "west" - } - }, - "probability": 0.25 - }, - "output_state": { - "Name": "minecraft:repeater", - "Properties": { - "facing": "west", - "delay": "2", - "locked": "false", - "powered": "false" - } - } - } ,{ - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:magenta_glazed_terracotta", - "Properties": { - "facing": "west" - } - }, - "probability": 0.25 - }, - "output_state": { - "Name": "minecraft:repeater", - "Properties": { - "facing": "west", - "delay": "3", - "locked": "false", - "powered": "false" - } - } - } ,{ - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:magenta_glazed_terracotta", - "Properties": { - "facing": "west" - } - }, - "probability": 1 - }, - "output_state": { - "Name": "minecraft:repeater", - "Properties": { - "facing": "west", - "delay": "4", - "locked": "false", - "powered": "false" - } - } - } - ] - } - - - - - - - - - - - - - - - - - - - - - - - , - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:magenta_glazed_terracotta", - "Properties": { - "facing": "south" - } - }, - "probability": 0.25 - }, - "output_state": { - "Name": "minecraft:repeater", - "Properties": { - "facing": "south", - "delay": "1", - "locked": "false", - "powered": "false" - } - } - } - - ,{ - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:magenta_glazed_terracotta", - "Properties": { - "facing": "south" - } - }, - "probability": 0.25 - }, - "output_state": { - "Name": "minecraft:repeater", - "Properties": { - "facing": "south", - "delay": "2", - "locked": "false", - "powered": "false" - } - } - } ,{ - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:magenta_glazed_terracotta", - "Properties": { - "facing": "south" - } - }, - "probability": 0.25 - }, - "output_state": { - "Name": "minecraft:repeater", - "Properties": { - "facing": "south", - "delay": "3", - "locked": "false", - "powered": "false" - } - } - } ,{ - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:magenta_glazed_terracotta", - "Properties": { - "facing": "south" - } - }, - "probability": 1 - }, - "output_state": { - "Name": "minecraft:repeater", - "Properties": { - "facing": "south", - "delay": "4", - "locked": "false", - "powered": "false" - } - } - } - ] - } - - - - - - - - - - - - - - - - - - - , - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:note_block", - "probability": 0.041666 - }, - "output_state": { - "Name": "minecraft:note_block", - "Properties": { - "instrument": "didgeridoo", - "powered": "false", - "note": "1" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:note_block", - "probability": 0.041666 - }, - "output_state": { - "Name": "minecraft:note_block", - "Properties": { - "instrument": "didgeridoo", - "powered": "false", - "note": "2" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:note_block", - "probability": 0.041666 - }, - "output_state": { - "Name": "minecraft:note_block", - "Properties": { - "instrument": "didgeridoo", - "powered": "false", - "note": "3" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:note_block", - "probability": 0.041666 - }, - "output_state": { - "Name": "minecraft:note_block", - "Properties": { - "instrument": "didgeridoo", - "powered": "false", - "note": "4" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:note_block", - "probability": 0.041666 - }, - "output_state": { - "Name": "minecraft:note_block", - "Properties": { - "instrument": "didgeridoo", - "powered": "false", - "note": "5" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:note_block", - "probability": 0.041666 - }, - "output_state": { - "Name": "minecraft:note_block", - "Properties": { - "instrument": "didgeridoo", - "powered": "false", - "note": "6" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:note_block", - "probability": 0.041666 - }, - "output_state": { - "Name": "minecraft:note_block", - "Properties": { - "instrument": "didgeridoo", - "powered": "false", - "note": "7" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:note_block", - "probability": 0.041666 - }, - "output_state": { - "Name": "minecraft:note_block", - "Properties": { - "instrument": "didgeridoo", - "powered": "false", - "note": "8" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:note_block", - "probability": 0.041666 - }, - "output_state": { - "Name": "minecraft:note_block", - "Properties": { - "instrument": "didgeridoo", - "powered": "false", - "note": "9" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:note_block", - "probability": 0.041666 - }, - "output_state": { - "Name": "minecraft:note_block", - "Properties": { - "instrument": "didgeridoo", - "powered": "false", - "note": "10" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:note_block", - "probability": 0.041666 - }, - "output_state": { - "Name": "minecraft:note_block", - "Properties": { - "instrument": "didgeridoo", - "powered": "false", - "note": "11" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:note_block", - "probability": 0.041666 - }, - "output_state": { - "Name": "minecraft:note_block", - "Properties": { - "instrument": "didgeridoo", - "powered": "false", - "note": "12" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:note_block", - "probability": 0.041666 - }, - "output_state": { - "Name": "minecraft:note_block", - "Properties": { - "instrument": "didgeridoo", - "powered": "false", - "note": "13" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:note_block", - "probability": 0.041666 - }, - "output_state": { - "Name": "minecraft:note_block", - "Properties": { - "instrument": "didgeridoo", - "powered": "false", - "note": "14" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:note_block", - "probability": 0.041666 - }, - "output_state": { - "Name": "minecraft:note_block", - "Properties": { - "instrument": "didgeridoo", - "powered": "false", - "note": "15" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:note_block", - "probability": 0.041666 - }, - "output_state": { - "Name": "minecraft:note_block", - "Properties": { - "instrument": "didgeridoo", - "powered": "false", - "note": "16" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:note_block", - "probability": 0.041666 - }, - "output_state": { - "Name": "minecraft:note_block", - "Properties": { - "instrument": "didgeridoo", - "powered": "false", - "note": "17" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:note_block", - "probability": 0.041666 - }, - "output_state": { - "Name": "minecraft:note_block", - "Properties": { - "instrument": "didgeridoo", - "powered": "false", - "note": "18" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:note_block", - "probability": 0.041666 - }, - "output_state": { - "Name": "minecraft:note_block", - "Properties": { - "instrument": "didgeridoo", - "powered": "false", - "note": "19" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:note_block", - "probability": 0.041666 - }, - "output_state": { - "Name": "minecraft:note_block", - "Properties": { - "instrument": "didgeridoo", - "powered": "false", - "note": "20" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:note_block", - "probability": 0.041666 - }, - "output_state": { - "Name": "minecraft:note_block", - "Properties": { - "instrument": "didgeridoo", - "powered": "false", - "note": "21" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:note_block", - "probability": 0.041666 - }, - "output_state": { - "Name": "minecraft:note_block", - "Properties": { - "instrument": "didgeridoo", - "powered": "false", - "note": "22" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:note_block", - "probability": 0.041666 - }, - "output_state": { - "Name": "minecraft:note_block", - "Properties": { - "instrument": "didgeridoo", - "powered": "false", - "note": "23" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:note_block", - "probability": 0.041666 - }, - "output_state": { - "Name": "minecraft:note_block", - "Properties": { - "instrument": "didgeridoo", - "powered": "false", - "note": "24" - } - } - } - - - ] - } - - - ] - } - \ No newline at end of file diff --git a/data/structory/worldgen/processor_list/harvest/old_manor/path.json b/data/structory/worldgen/processor_list/harvest/old_manor/path.json deleted file mode 100644 index c7dad1b..0000000 --- a/data/structory/worldgen/processor_list/harvest/old_manor/path.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "processors": [ - - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "block_match", - "block": "minecraft:water" - }, - "input_predicate": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:dirt_path" - }, - "output_state": { - "Name": "minecraft:dark_oak_planks" - - } - } - ] - }, - - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:dirt_path", - "probability": 0.5 - }, - "output_state": { - "Name": "minecraft:grass_block" - - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:lime_concrete", - "probability": 0.05 - }, - "output_state": { - "Name": "minecraft:dirt_path" - - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:lime_concrete", - "probability": 1 - }, - "output_state": { - "Name": "minecraft:grass_block" - - } - } - ] - } - - ] - } - \ No newline at end of file diff --git a/data/structory/worldgen/processor_list/ruin/northern.json b/data/structory/worldgen/processor_list/ruin/northern.json deleted file mode 100644 index afdc766..0000000 --- a/data/structory/worldgen/processor_list/ruin/northern.json +++ /dev/null @@ -1,166 +0,0 @@ -{ - "processors": [ - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:spruce_leaves" - }, - "input_predicate": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:air" - }, - "output_state": { - "Name": "minecraft:spruce_leaves", - "Properties": { - "persistent": "false", - "distance": "7", - "waterlogged": "false" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:oak_leaves" - }, - "input_predicate": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:air" - }, - "output_state": { - "Name": "minecraft:oak_leaves", - "Properties": { - "persistent": "false", - "distance": "7", - "waterlogged": "false" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:birch_leaves" - }, - "input_predicate": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:air" - }, - "output_state": { - "Name": "minecraft:birch_leaves", - "Properties": { - "persistent": "false", - "distance": "7", - "waterlogged": "false" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:oak_log" - }, - "input_predicate": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:air" - }, - "output_state": { - "Name": "minecraft:oak_log" - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:birch_log" - }, - "input_predicate": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:air" - }, - "output_state": { - "Name": "minecraft:birch_log" - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:spruce_log" - }, - "input_predicate": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:air" - }, - "output_state": { - "Name": "minecraft:spruce_log" - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:cobblestone", - "probability": 0.3 - }, - "output_state": { - "Name": "minecraft:mossy_cobblestone" - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:cobblestone", - "probability": 0.15 - }, - "output_state": { - "Name": "minecraft:andesite" - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:cobblestone_slab", - "Properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - "probability": 0.3 - }, - "output_state": { - "Name": "minecraft:mossy_cobblestone_slab" - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_blockstate_match", - "block_state": { - "Name": "minecraft:cobblestone_slab", - "Properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - "probability": 0.15 - }, - "output_state": { - "Name": "minecraft:andesite_slab" - } - } - ] - } - ] -} diff --git a/data/structory/worldgen/processor_list/ruin/swamp_moss.json b/data/structory/worldgen/processor_list/ruin/swamp_moss.json deleted file mode 100644 index 73b55cb..0000000 --- a/data/structory/worldgen/processor_list/ruin/swamp_moss.json +++ /dev/null @@ -1,110 +0,0 @@ -{ - "processors": [ - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:mangrove_leaves" - }, - "input_predicate": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:air" - }, - "output_state": { - "Name": "minecraft:mangrove_leaves", - "Properties": { - "persistent": "false", - "distance": "7", - "waterlogged": "false" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:moss_carpet", - "probability": 0.3 - }, - "output_state": { - "Name": "minecraft:air" - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:pink_carpet", - "probability": 0.3 - }, - "output_state": { - "Name": "minecraft:moss_carpet" - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:pink_carpet" - }, - "output_state": { - "Name": "minecraft:air" - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:water" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:stone_bricks", - "probability": 0.2 - }, - "output_state": { - "Name": "minecraft:mossy_stone_bricks" - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:stone_bricks", - "probability": 0.3 - }, - "output_state": { - "Name": "minecraft:mossy_stone_bricks" - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:stone_bricks", - "probability": 0.125 - }, - "output_state": { - "Name": "minecraft:cracked_stone_bricks" - } - } - ] - } - ] -} diff --git a/data/structory/worldgen/processor_list/ruin/taiga_underground.json b/data/structory/worldgen/processor_list/ruin/taiga_underground.json deleted file mode 100644 index 4e17369..0000000 --- a/data/structory/worldgen/processor_list/ruin/taiga_underground.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "processors": [ - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:spruce_leaves" - }, - "input_predicate": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:air" - }, - "output_state": { - "Name": "minecraft:spruce_leaves", - "Properties": { - "persistent": "false", - "distance": "7", - "waterlogged": "false" - } - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:spruce_log" - }, - "input_predicate": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:air" - }, - "output_state": { - "Name": "minecraft:spruce_log" - } - }, - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:enchanting_table", - "probability": 0.5 - }, - "output_state": { - "Name": "minecraft:air" - } - } - ] - }, - { - "processor_type": "minecraft:rule", - "rules": [ - { - "location_predicate": { - "predicate_type": "minecraft:always_true" - }, - "input_predicate": { - "predicate_type": "minecraft:random_block_match", - "block": "minecraft:cobblestone", - "probability": 0.3 - }, - "output_state": { - "Name": "minecraft:mossy_cobblestone" - } - } - ] - } - ] -} diff --git a/data/structory/worldgen/structure/abandoned_camp.json b/data/structory/worldgen/structure/abandoned_camp.json deleted file mode 100644 index 429fd00..0000000 --- a/data/structory/worldgen/structure/abandoned_camp.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:jigsaw", - "biomes": "#structory:has_structure/chapel", - "spawn_overrides": {}, - "start_pool": "structory:harvest/camp", - "size": 3, - "step": "raw_generation", - "terrain_adaptation": "beard_thin", - "start_height": { - "absolute": 0 - }, - "project_start_to_heightmap": "WORLD_SURFACE_WG", - "max_distance_from_center": 80, - "use_expansion_hack": false -} diff --git a/data/structory/worldgen/structure/abandoned_chapel.json b/data/structory/worldgen/structure/abandoned_chapel.json deleted file mode 100644 index ce13786..0000000 --- a/data/structory/worldgen/structure/abandoned_chapel.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:jigsaw", - "biomes": "#structory:has_structure/chapel", - "spawn_overrides": {}, - "start_pool": "structory:harvest/chapel/chapel", - "size": 3, - "step": "raw_generation", - "terrain_adaptation": "beard_thin", - "start_height": { - "absolute": 0 - }, - "project_start_to_heightmap": "WORLD_SURFACE_WG", - "max_distance_from_center": 80, - "use_expansion_hack": false -} diff --git a/data/structory/worldgen/structure/boat.json b/data/structory/worldgen/structure/boat.json deleted file mode 100644 index 1501111..0000000 --- a/data/structory/worldgen/structure/boat.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:jigsaw", - "biomes": "#structory:has_structure/boat", - "adapt_noise": false, - "spawn_overrides": {}, - "start_pool": "structory:outcast_villager/boat/boats", - "size": 3, - "step": "raw_generation", - "start_height": { - "absolute": 0 - }, - "project_start_to_heightmap": "WORLD_SURFACE_WG", - "max_distance_from_center": 80, - "use_expansion_hack": true -} diff --git a/data/structory/worldgen/structure/dense_forest_ruin.json b/data/structory/worldgen/structure/dense_forest_ruin.json deleted file mode 100644 index 66cde73..0000000 --- a/data/structory/worldgen/structure/dense_forest_ruin.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:jigsaw", - "biomes": "#structory:has_structure/old_manor", - "spawn_overrides": {}, - "start_pool": "structory:harvest/manor/ruin", - "size": 3, - "step": "surface_structures", - "terrain_adaptation": "beard_thin", - "start_height": { - "absolute": 0 - }, - "project_start_to_heightmap": "WORLD_SURFACE_WG", - "max_distance_from_center": 80, - "use_expansion_hack": true -} diff --git a/data/structory/worldgen/structure/firetower.json b/data/structory/worldgen/structure/firetower.json deleted file mode 100644 index 7153970..0000000 --- a/data/structory/worldgen/structure/firetower.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:jigsaw", - "biomes": "#structory:has_structure/firetower", - "spawn_overrides": {}, - "start_pool": "structory:outcast_villager/firetower", - "size": 3, - "step": "raw_generation", - "terrain_adaptation": "beard_thin", - "start_height": { - "absolute": 0 - }, - "project_start_to_heightmap": "WORLD_SURFACE_WG", - "max_distance_from_center": 80, - "use_expansion_hack": false -} diff --git a/data/structory/worldgen/structure/graveyard.json b/data/structory/worldgen/structure/graveyard.json deleted file mode 100644 index 31675b4..0000000 --- a/data/structory/worldgen/structure/graveyard.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:jigsaw", - "biomes": "#structory:has_structure/chapel", - "spawn_overrides": {}, - "start_pool": "structory:harvest/chapel/graveyard", - "size": 3, - "step": "raw_generation", - "terrain_adaptation": "beard_thin", - "start_height": { - "absolute": 0 - }, - "project_start_to_heightmap": "WORLD_SURFACE_WG", - "max_distance_from_center": 80, - "use_expansion_hack": false -} diff --git a/data/structory/worldgen/structure/jungle_ruin.json b/data/structory/worldgen/structure/jungle_ruin.json deleted file mode 100644 index 2b31251..0000000 --- a/data/structory/worldgen/structure/jungle_ruin.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "type": "minecraft:jigsaw", - "biomes": "#structory:has_structure/jungle_well", - "spawn_overrides": { - "monster": { - "bounding_box": "piece", - "spawns": [ - { - "type": "minecraft:creeper", - "weight": 10, - "minCount": 4, - "maxCount": 4 - } - ] - } - }, - "start_pool": "structory:decoration/jungle_well", - "size": 3, - "step": "surface_structures", - "terrain_adaptation": "beard_thin", - "start_height": { - "absolute": 0 - }, - "project_start_to_heightmap": "WORLD_SURFACE_WG", - "max_distance_from_center": 80, - "use_expansion_hack": true -} diff --git a/data/structory/worldgen/structure/northern_ruin.json b/data/structory/worldgen/structure/northern_ruin.json deleted file mode 100644 index d938e3a..0000000 --- a/data/structory/worldgen/structure/northern_ruin.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:jigsaw", - "biomes": "#structory:has_structure/northern_ruin", - "spawn_overrides": {}, - "start_pool": "structory:ruin/northern/piece_start", - "size": 5, - "step": "raw_generation", - "terrain_adaptation": "beard_thin", - "start_height": { - "absolute": 0 - }, - "project_start_to_heightmap": "WORLD_SURFACE_WG", - "max_distance_from_center": 30, - "use_expansion_hack": false -} diff --git a/data/structory/worldgen/structure/old_manor.json b/data/structory/worldgen/structure/old_manor.json deleted file mode 100644 index b5a7b13..0000000 --- a/data/structory/worldgen/structure/old_manor.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:jigsaw", - "biomes": "#structory:has_structure/old_manor", - "spawn_overrides": {}, - "start_pool": "structory:harvest/manor/main", - "size": 3, - "step": "surface_structures", - "terrain_adaptation": "beard_box", - "start_height": { - "absolute": 0 - }, - "project_start_to_heightmap": "WORLD_SURFACE_WG", - "max_distance_from_center": 80, - "use_expansion_hack": true -} diff --git a/data/structory/worldgen/structure/old_manor.json_old b/data/structory/worldgen/structure/old_manor.json_old deleted file mode 100644 index 3f96d94..0000000 --- a/data/structory/worldgen/structure/old_manor.json_old +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:jigsaw", - "biomes": "#structory:has_structure/old_manor", - "spawn_overrides": {}, - "start_pool": "structory:harvest/old_manor/old_manor", - "size": 6, - "step": "surface_structures", - "terrain_adaptation": "beard_thin", - "start_height": { - "absolute": 2 - }, - "project_start_to_heightmap": "WORLD_SURFACE_WG", - "max_distance_from_center": 80, - "use_expansion_hack": true -} diff --git a/data/structory/worldgen/structure/outcast_villager_desert.json b/data/structory/worldgen/structure/outcast_villager_desert.json deleted file mode 100644 index 37d284c..0000000 --- a/data/structory/worldgen/structure/outcast_villager_desert.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:jigsaw", - "biomes": "#structory:has_structure/outcast_villager_desert", - "spawn_overrides": {}, - "start_pool": "structory:outcast_villager/desert", - "size": 3, - "step": "raw_generation", - "terrain_adaptation": "beard_thin", - "start_height": { - "absolute": 0 - }, - "project_start_to_heightmap": "WORLD_SURFACE_WG", - "max_distance_from_center": 80, - "use_expansion_hack": false -} diff --git a/data/structory/worldgen/structure/outcast_villager_grassy.json b/data/structory/worldgen/structure/outcast_villager_grassy.json deleted file mode 100644 index 2e0ca0a..0000000 --- a/data/structory/worldgen/structure/outcast_villager_grassy.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:jigsaw", - "biomes": "#structory:has_structure/outcast_villager_grassy", - "spawn_overrides": {}, - "start_pool": "structory:outcast_villager/grassy", - "size": 3, - "step": "raw_generation", - "terrain_adaptation": "beard_thin", - "start_height": { - "absolute": 0 - }, - "project_start_to_heightmap": "WORLD_SURFACE_WG", - "max_distance_from_center": 80, - "use_expansion_hack": false -} diff --git a/data/structory/worldgen/structure/ruin_grassy.json b/data/structory/worldgen/structure/ruin_grassy.json deleted file mode 100644 index 011c7eb..0000000 --- a/data/structory/worldgen/structure/ruin_grassy.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:jigsaw", - "biomes": "#structory:has_structure/outcast_villager_grassy", - "spawn_overrides": {}, - "start_pool": "structory:ruin/grassy", - "size": 4, - "step": "raw_generation", - "terrain_adaptation": "beard_thin", - "start_height": { - "absolute": 0 - }, - "project_start_to_heightmap": "WORLD_SURFACE_WG", - "max_distance_from_center": 80, - "use_expansion_hack": false -} diff --git a/data/structory/worldgen/structure/swamp_ruin.json b/data/structory/worldgen/structure/swamp_ruin.json deleted file mode 100644 index a84fae5..0000000 --- a/data/structory/worldgen/structure/swamp_ruin.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:jigsaw", - "biomes": "mangrove_swamp", - "spawn_overrides": { - "monster": { - "bounding_box": "piece", - "spawns": [ - ] - } - }, - "start_pool": "structory:ruin/swamp/piece", - "size": 6, - "step": "surface_structures", - "terrain_adaptation": "beard_thin", - "start_height": { - "absolute": -10 - }, - "project_start_to_heightmap": "WORLD_SURFACE_WG", - "max_distance_from_center": 50, - "use_expansion_hack": false -} diff --git a/data/structory/worldgen/structure/taiga_ruin_surface.json b/data/structory/worldgen/structure/taiga_ruin_surface.json deleted file mode 100644 index d491b4a..0000000 --- a/data/structory/worldgen/structure/taiga_ruin_surface.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:jigsaw", - "biomes": "#structory:has_structure/ruin_taiga", - "spawn_overrides": {}, - "start_pool": "structory:ruin/taiga_surface", - "size": 2, - "step": "raw_generation", - "terrain_adaptation": "beard_thin", - "start_height": { - "absolute": 0 - }, - "project_start_to_heightmap": "WORLD_SURFACE_WG", - "max_distance_from_center": 80, - "use_expansion_hack": false -} diff --git a/data/structory/worldgen/structure/taiga_ruin_underground.json b/data/structory/worldgen/structure/taiga_ruin_underground.json deleted file mode 100644 index e6cfc09..0000000 --- a/data/structory/worldgen/structure/taiga_ruin_underground.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:jigsaw", - "biomes": "#structory:has_structure/ruin_taiga", - "spawn_overrides": {}, - "start_pool": "structory:ruin/taiga_underground", - "size": 7, - "step": "raw_generation", - "terrain_adaptation": "bury", - "project_start_to_heightmap": "WORLD_SURFACE_WG", - "start_height": { - "absolute": -10 - }, - "max_distance_from_center": 80, - "use_expansion_hack": true -} diff --git a/data/structory/worldgen/structure_set/mid_rare_ruin.json b/data/structory/worldgen/structure_set/mid_rare_ruin.json deleted file mode 100644 index 04c52a1..0000000 --- a/data/structory/worldgen/structure_set/mid_rare_ruin.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "structures": [ - { - "structure": "structory:taiga_ruin_surface", - "weight": 1 - }, - { - "structure": "structory:taiga_ruin_underground", - "weight": 1 - }, - { - "structure": "structory:northern_ruin", - "weight": 1 - } - ], - "placement": { - "type": "minecraft:random_spread", - "salt": 42069420, - "frequency_reduction_method": "default", - "frequency": 0.7, - "spread_type": "triangular", - "spacing": 30, - "separation": 16 - } -} diff --git a/data/structory/worldgen/structure_set/old_manor.json b/data/structory/worldgen/structure_set/old_manor.json deleted file mode 100644 index 1aad637..0000000 --- a/data/structory/worldgen/structure_set/old_manor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "structures": [ - { - "structure": "structory:old_manor", - "weight": 3 - }, - { - "structure": "structory:dense_forest_ruin", - "weight": 1 - } - ], - "placement": { - "salt": 22427392, - "spacing": 42, - "separation": 16, - "type": "minecraft:random_spread" - } -} diff --git a/data/structory/worldgen/structure_set/outcast_villager.json b/data/structory/worldgen/structure_set/outcast_villager.json deleted file mode 100644 index c6086ad..0000000 --- a/data/structory/worldgen/structure_set/outcast_villager.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "structures": [ - { - "structure": "structory:abandoned_chapel", - "weight": 5 - }, - { - "structure": "structory:graveyard", - "weight": 2 - }, - { - "structure": "structory:abandoned_camp", - "weight": 3 - }, - { - "structure": "structory:outcast_villager_grassy", - "weight": 8 - }, - { - "structure": "structory:ruin_grassy", - "weight": 8 - }, - { - "structure": "structory:firetower", - "weight": 4 - }, - { - "structure": "structory:outcast_villager_desert", - "weight": 4 - }, - { - "structure": "structory:boat", - "weight": 4 - } - ], - "placement": { - "salt": 420, - "spacing": 44, - "separation": 14, - "type": "minecraft:random_spread" - } -} diff --git a/data/structory/worldgen/structure_set/ruin.json b/data/structory/worldgen/structure_set/ruin.json deleted file mode 100644 index b9ac7a6..0000000 --- a/data/structory/worldgen/structure_set/ruin.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "structures": [ - { - "structure": "structory:jungle_ruin", - "weight": 1 - } - ], - "placement": { - "salt": 992963, - "spacing": 30, - "separation": 10, - "type": "minecraft:random_spread" - } -} diff --git a/data/structory/worldgen/structure_set/ruin_quiet.json b/data/structory/worldgen/structure_set/ruin_quiet.json deleted file mode 100644 index 0a8c87a..0000000 --- a/data/structory/worldgen/structure_set/ruin_quiet.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "structures": [ - { - "structure": "structory:swamp_ruin", - "weight": 1 - } - ], - "placement": { - "salt": 6942069, - "spacing": 23, - "separation": 10, - "type": "minecraft:random_spread" - } -} diff --git a/data/structory/worldgen/template_pool/chapel/secondary.json b/data/structory/worldgen/template_pool/chapel/secondary.json deleted file mode 100644 index f28f28d..0000000 --- a/data/structory/worldgen/template_pool/chapel/secondary.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:harvest/chapel/grave1", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/chapel/graveyard1", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/chapel/graveyard3", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/chapel/bell", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/decoration/jungle_well.json b/data/structory/worldgen/template_pool/decoration/jungle_well.json deleted file mode 100644 index 934f9e2..0000000 --- a/data/structory/worldgen/template_pool/decoration/jungle_well.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 3, - "element": { - "location": "structory:decoration/jungle_well", - "processors": "structory:decoration/jungle_well_weathering", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 2, - "element": { - "location": "structory:temple/temple_ruin", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 3, - "element": { - "element_type": "minecraft:empty_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/entities/evoker.json b/data/structory/worldgen/template_pool/entities/evoker.json deleted file mode 100644 index 932a0db..0000000 --- a/data/structory/worldgen/template_pool/entities/evoker.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:entities/evoker", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/entities/pillager.json b/data/structory/worldgen/template_pool/entities/pillager.json deleted file mode 100644 index d818e57..0000000 --- a/data/structory/worldgen/template_pool/entities/pillager.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:entities/pillager", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/entities/random_illager.json b/data/structory/worldgen/template_pool/entities/random_illager.json deleted file mode 100644 index da34846..0000000 --- a/data/structory/worldgen/template_pool/entities/random_illager.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:entities/evoker", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 2, - "element": { - "location": "structory:entities/vindicator", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 2, - "element": { - "location": "structory:entities/witch", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 3, - "element": { - "location": "structory:entities/pillager", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/entities/villager/outcast_1.json b/data/structory/worldgen/template_pool/entities/villager/outcast_1.json deleted file mode 100644 index 8d29956..0000000 --- a/data/structory/worldgen/template_pool/entities/villager/outcast_1.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 2, - "element": { - "location": "structory:entities/vindicator", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:entities/villager/bandit", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:entities/villager/vagabond", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:entities/vindicator", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "element": { - "element_type": "minecraft:legacy_single_pool_element", - "location": "minecraft:village/plains/villagers/unemployed", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 1 - } - ] -} diff --git a/data/structory/worldgen/template_pool/entities/villager/outcast_desert.json b/data/structory/worldgen/template_pool/entities/villager/outcast_desert.json deleted file mode 100644 index 8d29956..0000000 --- a/data/structory/worldgen/template_pool/entities/villager/outcast_desert.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 2, - "element": { - "location": "structory:entities/vindicator", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:entities/villager/bandit", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:entities/villager/vagabond", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:entities/vindicator", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "element": { - "element_type": "minecraft:legacy_single_pool_element", - "location": "minecraft:village/plains/villagers/unemployed", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 1 - } - ] -} diff --git a/data/structory/worldgen/template_pool/entities/villager/outcast_settlement.json b/data/structory/worldgen/template_pool/entities/villager/outcast_settlement.json deleted file mode 100644 index c77c7ee..0000000 --- a/data/structory/worldgen/template_pool/entities/villager/outcast_settlement.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:entities/villager/bandit", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:entities/villager/vagabond", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "element": { - "element_type": "minecraft:legacy_single_pool_element", - "location": "minecraft:village/plains/villagers/unemployed", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 1 - } - ] -} diff --git a/data/structory/worldgen/template_pool/entities/vindicator.json b/data/structory/worldgen/template_pool/entities/vindicator.json deleted file mode 100644 index 8846a49..0000000 --- a/data/structory/worldgen/template_pool/entities/vindicator.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:entities/vindicator", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/entities/waterlogged_creeper.json b/data/structory/worldgen/template_pool/entities/waterlogged_creeper.json deleted file mode 100644 index 5677cbc..0000000 --- a/data/structory/worldgen/template_pool/entities/waterlogged_creeper.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:entities/waterlogged_creeper", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "element_type": "minecraft:empty_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/entities/witch.json b/data/structory/worldgen/template_pool/entities/witch.json deleted file mode 100644 index 193689f..0000000 --- a/data/structory/worldgen/template_pool/entities/witch.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:entities/witch", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/harvest/camp.json b/data/structory/worldgen/template_pool/harvest/camp.json deleted file mode 100644 index 643017e..0000000 --- a/data/structory/worldgen/template_pool/harvest/camp.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:harvest/camp/scarecrow", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/camp/barrels", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/camp/well", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/camp/tent", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/harvest/chapel/chapel.json b/data/structory/worldgen/template_pool/harvest/chapel/chapel.json deleted file mode 100644 index d1db78b..0000000 --- a/data/structory/worldgen/template_pool/harvest/chapel/chapel.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 3, - "element": { - "location": "structory:harvest/chapel/church", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/harvest/chapel/graveyard.json b/data/structory/worldgen/template_pool/harvest/chapel/graveyard.json deleted file mode 100644 index acc85fd..0000000 --- a/data/structory/worldgen/template_pool/harvest/chapel/graveyard.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:harvest/chapel/graveyard2", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/chapel/graveyard1", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/harvest/chapel/secondary.json b/data/structory/worldgen/template_pool/harvest/chapel/secondary.json deleted file mode 100644 index f28f28d..0000000 --- a/data/structory/worldgen/template_pool/harvest/chapel/secondary.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:harvest/chapel/grave1", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/chapel/graveyard1", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/chapel/graveyard3", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/chapel/bell", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/harvest/chapel/side.json b/data/structory/worldgen/template_pool/harvest/chapel/side.json deleted file mode 100644 index d52ae09..0000000 --- a/data/structory/worldgen/template_pool/harvest/chapel/side.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:harvest/chapel/connector_short", - "processors": "minecraft:empty", - "projection": "terrain_matching", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/chapel/connector_long", - "processors": "minecraft:empty", - "projection": "terrain_matching", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 2, - "element": { - "location": "structory:harvest/chapel/connector_long", - "processors": "minecraft:empty", - "projection": "terrain_matching", - "element_type": "minecraft:empty_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/harvest/manor/main.json b/data/structory/worldgen/template_pool/harvest/manor/main.json deleted file mode 100644 index e1b4700..0000000 --- a/data/structory/worldgen/template_pool/harvest/manor/main.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:harvest/manor/large2", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/manor/large1", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/harvest/manor/ruin.json b/data/structory/worldgen/template_pool/harvest/manor/ruin.json deleted file mode 100644 index b3b4fa3..0000000 --- a/data/structory/worldgen/template_pool/harvest/manor/ruin.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:harvest/manor2/spider_spawner", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/manor2/which_witch_is_which", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/manor2/graveyard_large", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/harvest/old_manor/cellars.json b/data/structory/worldgen/template_pool/harvest/old_manor/cellars.json deleted file mode 100644 index 95f0eba..0000000 --- a/data/structory/worldgen/template_pool/harvest/old_manor/cellars.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "structory:harvest/old_manor/cellars", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:harvest/old_manor/cellar1", - "processors": "structory:harvest/old_manor/old_manor", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/old_manor/cellar2", - "processors": "structory:harvest/old_manor/old_manor", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/old_manor/cellar3", - "processors": "structory:harvest/old_manor/old_manor", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/old_manor/cellar4", - "processors": "structory:harvest/old_manor/old_manor", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/old_manor/cellar5", - "processors": "structory:harvest/old_manor/old_manor", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/harvest/old_manor/decor.json b/data/structory/worldgen/template_pool/harvest/old_manor/decor.json deleted file mode 100644 index 22e6ff7..0000000 --- a/data/structory/worldgen/template_pool/harvest/old_manor/decor.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "structory:harvest/old_manor/decor", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:harvest/old_manor/decor1", - "processors": "structory:harvest/old_manor/old_manor", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/old_manor/decor2", - "processors": "structory:harvest/old_manor/old_manor", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/old_manor/decor3", - "processors": "structory:harvest/old_manor/old_manor", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/harvest/old_manor/old_manor.json b/data/structory/worldgen/template_pool/harvest/old_manor/old_manor.json deleted file mode 100644 index 3baa5b3..0000000 --- a/data/structory/worldgen/template_pool/harvest/old_manor/old_manor.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "structory:harvest/old_manor/old_manor", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 36, - "element": { - "location": "structory:harvest/old_manor/old_manor", - "processors": "structory:harvest/old_manor/old_manor", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/harvest/old_manor/path_scrapped.json b/data/structory/worldgen/template_pool/harvest/old_manor/path_scrapped.json deleted file mode 100644 index 8f34a08..0000000 --- a/data/structory/worldgen/template_pool/harvest/old_manor/path_scrapped.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "structory:harvest/old_manor/path", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 36, - "element": { - "location": "structory:harvest/old_manor/dirt_path", - "processors": "structory:harvest/old_manor/path", - "projection": "terrain_matching", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/harvest/old_manor/roof.json b/data/structory/worldgen/template_pool/harvest/old_manor/roof.json deleted file mode 100644 index c71bbe7..0000000 --- a/data/structory/worldgen/template_pool/harvest/old_manor/roof.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "structory:harvest/old_manor/roof", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:harvest/old_manor/roof1", - "processors": "structory:harvest/old_manor/old_manor", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/old_manor/roof2", - "processors": "structory:harvest/old_manor/old_manor", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/old_manor/roof3", - "processors": "structory:harvest/old_manor/old_manor", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/harvest/old_manor/spider.json b/data/structory/worldgen/template_pool/harvest/old_manor/spider.json deleted file mode 100644 index 71b916b..0000000 --- a/data/structory/worldgen/template_pool/harvest/old_manor/spider.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "structory:harvest/old_manor/spider", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:harvest/old_manor/spider", - "processors": "structory:harvest/old_manor/old_manor", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 2, - "element": { - "projection": "rigid", - "element_type": "minecraft:empty_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/harvest/well_bottoms b/data/structory/worldgen/template_pool/harvest/well_bottoms deleted file mode 100644 index ff74f95..0000000 --- a/data/structory/worldgen/template_pool/harvest/well_bottoms +++ /dev/null @@ -1,15 +0,0 @@ -{ - "elements": [ - { - "element": { - "element_type": "minecraft:legacy_single_pool_element", - "location": "structory:harvest/camp/well_bottom", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 1 - } - ], - "fallback": "minecraft:empty", - "name": "structory:harvest/camp/well_bottom" -} \ No newline at end of file diff --git a/data/structory/worldgen/template_pool/manor/secondary.json b/data/structory/worldgen/template_pool/manor/secondary.json deleted file mode 100644 index 0a4b523..0000000 --- a/data/structory/worldgen/template_pool/manor/secondary.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:harvest/manor2/allay_cage", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/manor2/graveyard_large", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/manor2/graves", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/manor2/well", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/manor2/zombie", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/manor2/pumpkins", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/manor2/amethyst_shrine", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/manor/side.json b/data/structory/worldgen/template_pool/manor/side.json deleted file mode 100644 index dcd332d..0000000 --- a/data/structory/worldgen/template_pool/manor/side.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:harvest/manor/connector2", - "processors": "minecraft:empty", - "projection": "terrain_matching", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:harvest/chapel/connector_long", - "processors": "minecraft:empty", - "projection": "terrain_matching", - "element_type": "minecraft:empty_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/outcast_villager/boat.json b/data/structory/worldgen/template_pool/outcast_villager/boat.json deleted file mode 100644 index ff8c2d8..0000000 --- a/data/structory/worldgen/template_pool/outcast_villager/boat.json +++ /dev/null @@ -1,87 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 5, - "element": { - "location": "structory:outcast_villager/farm_ruin/main", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 3, - "element": { - "location": "structory:outcast_villager/medium1", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 2, - "element": { - "location": "structory:outcast_villager/medium2", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 3, - "element": { - "location": "structory:outcast_villager/settlement_large", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 2, - "element": { - "location": "structory:outcast_villager/barn1", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 2, - "element": { - "location": "structory:outcast_villager/ruin1", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 2, - "element": { - "location": "structory:outcast_villager/mine/start", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:outcast_villager/tower/grassy_small1", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:outcast_villager/tower/grassy_small2", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/outcast_villager/boat/1/bottom.json b/data/structory/worldgen/template_pool/outcast_villager/boat/1/bottom.json deleted file mode 100644 index 4a0a89f..0000000 --- a/data/structory/worldgen/template_pool/outcast_villager/boat/1/bottom.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:outcast_villager/boat/1/bottom", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/outcast_villager/boat/2/bottom.json b/data/structory/worldgen/template_pool/outcast_villager/boat/2/bottom.json deleted file mode 100644 index 070445e..0000000 --- a/data/structory/worldgen/template_pool/outcast_villager/boat/2/bottom.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:outcast_villager/boat/2/bottom", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/outcast_villager/boat/3/bottom.json b/data/structory/worldgen/template_pool/outcast_villager/boat/3/bottom.json deleted file mode 100644 index 24b49d3..0000000 --- a/data/structory/worldgen/template_pool/outcast_villager/boat/3/bottom.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:outcast_villager/boat/3/bottom", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/outcast_villager/boat/boats.json b/data/structory/worldgen/template_pool/outcast_villager/boat/boats.json deleted file mode 100644 index a138b65..0000000 --- a/data/structory/worldgen/template_pool/outcast_villager/boat/boats.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:outcast_villager/boat/1/top", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:outcast_villager/boat/2/top", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:outcast_villager/boat/3/top", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/outcast_villager/desert.json b/data/structory/worldgen/template_pool/outcast_villager/desert.json deleted file mode 100644 index 1359526..0000000 --- a/data/structory/worldgen/template_pool/outcast_villager/desert.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 2, - "element": { - "location": "structory:outcast_villager/desert/copper_house1", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 2, - "element": { - "location": "structory:outcast_villager/desert/copper_house2", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 2, - "element": { - "location": "structory:outcast_villager/desert/rock_house1", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 2, - "element": { - "location": "structory:outcast_villager/tower/desert_small1", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/outcast_villager/farm_ruin/connector.json b/data/structory/worldgen/template_pool/outcast_villager/farm_ruin/connector.json deleted file mode 100644 index 1a8c7df..0000000 --- a/data/structory/worldgen/template_pool/outcast_villager/farm_ruin/connector.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:outcast_villager/farm_ruin/connector", - "processors": "minecraft:empty", - "projection": "terrain_matching", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/outcast_villager/farm_ruin/outer.json b/data/structory/worldgen/template_pool/outcast_villager/farm_ruin/outer.json deleted file mode 100644 index 06573ce..0000000 --- a/data/structory/worldgen/template_pool/outcast_villager/farm_ruin/outer.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:outcast_villager/farm_ruin/outer1", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:outcast_villager/farm_ruin/outer2", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:outcast_villager/farm_ruin/outer3", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:outcast_villager/farm_ruin/outer4", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:outcast_villager/farm_ruin/outer5", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 5, - "element": { - "element_type": "minecraft:empty_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/outcast_villager/firetower.json b/data/structory/worldgen/template_pool/outcast_villager/firetower.json deleted file mode 100644 index 64d067f..0000000 --- a/data/structory/worldgen/template_pool/outcast_villager/firetower.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 3, - "element": { - "location": "structory:outcast_villager/firetower", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/outcast_villager/grassy.json b/data/structory/worldgen/template_pool/outcast_villager/grassy.json deleted file mode 100644 index afa0730..0000000 --- a/data/structory/worldgen/template_pool/outcast_villager/grassy.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 3, - "element": { - "location": "structory:outcast_villager/medium1", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 2, - "element": { - "location": "structory:outcast_villager/medium2", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 3, - "element": { - "location": "structory:outcast_villager/settlement_large", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 2, - "element": { - "location": "structory:outcast_villager/barn1", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 2, - "element": { - "location": "structory:outcast_villager/mine/start", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 2, - "element": { - "location": "structory:outcast_villager/tower/grassy_small1", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:outcast_villager/tower/grassy_small2", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/outcast_villager/mine/secondary.json b/data/structory/worldgen/template_pool/outcast_villager/mine/secondary.json deleted file mode 100644 index 17c2898..0000000 --- a/data/structory/worldgen/template_pool/outcast_villager/mine/secondary.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:outcast_villager/mine/secondary", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/outcast_villager/mossy_ruin/connector.json b/data/structory/worldgen/template_pool/outcast_villager/mossy_ruin/connector.json deleted file mode 100644 index 8da0470..0000000 --- a/data/structory/worldgen/template_pool/outcast_villager/mossy_ruin/connector.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:outcast_villager/mossy_ruin/connector", - "processors": "minecraft:empty", - "projection": "terrain_matching", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/outcast_villager/mossy_ruin/outer.json b/data/structory/worldgen/template_pool/outcast_villager/mossy_ruin/outer.json deleted file mode 100644 index 2f852c1..0000000 --- a/data/structory/worldgen/template_pool/outcast_villager/mossy_ruin/outer.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "location": "structory:outcast_villager/mossy_ruin/outer1", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:outcast_villager/mossy_ruin/outer2", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:outcast_villager/mossy_ruin/outer3", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 6, - "element": { - "element_type": "minecraft:empty_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/ruin/grassy.json b/data/structory/worldgen/template_pool/ruin/grassy.json deleted file mode 100644 index 024ab45..0000000 --- a/data/structory/worldgen/template_pool/ruin/grassy.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 5, - "element": { - "location": "structory:outcast_villager/farm_ruin/main", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 3, - "element": { - "location": "structory:outcast_villager/mossy_ruin/main", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 2, - "element": { - "location": "structory:outcast_villager/ruin1", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:outcast_villager/sundial", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 1, - "element": { - "location": "structory:outcast_villager/graveyard/main1", - "processors": "minecraft:empty", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/ruin/northern/connector.json b/data/structory/worldgen/template_pool/ruin/northern/connector.json deleted file mode 100644 index 49ef8c6..0000000 --- a/data/structory/worldgen/template_pool/ruin/northern/connector.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 5, - "element": { - "location": "structory:ruin/northern_ruins/connector1", - "processors": "structory:ruin/northern", - "projection": "terrain_matching", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 4, - "element": { - "location": "structory:ruin/northern_ruins/connector2", - "processors": "structory:ruin/northern", - "projection": "terrain_matching", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 3, - "element": { - "location": "structory:ruin/northern_ruins/connector3", - "processors": "structory:ruin/northern", - "projection": "terrain_matching", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 2, - "element": { - "location": "structory:ruin/northern_ruins/connector4", - "processors": "structory:ruin/northern", - "projection": "terrain_matching", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 2, - "element": { - "location": "structory:ruin/northern_ruins/connector5", - "processors": "structory:ruin/northern", - "projection": "terrain_matching", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/ruin/northern/piece.json b/data/structory/worldgen/template_pool/ruin/northern/piece.json deleted file mode 100644 index f971e87..0000000 --- a/data/structory/worldgen/template_pool/ruin/northern/piece.json +++ /dev/null @@ -1,132 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 3, - "element": { - "location": "structory:ruin/northern_ruins/castle1", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 3, - "element": { - "location": "structory:ruin/northern_ruins/castle2", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 4, - "element": { - "location": "structory:ruin/northern_ruins/circle_small", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 4, - "element": { - "location": "structory:ruin/northern_ruins/circle_tall", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 3, - "element": { - "location": "structory:ruin/northern_ruins/doorway", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 3, - "element": { - "location": "structory:ruin/northern_ruins/house1", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 3, - "element": { - "location": "structory:ruin/northern_ruins/house2", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 3, - "element": { - "location": "structory:ruin/northern_ruins/house3", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 3, - "element": { - "location": "structory:ruin/northern_ruins/mound_castle_small", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 3, - "element": { - "location": "structory:ruin/northern_ruins/mound_corner", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 3, - "element": { - "location": "structory:ruin/northern_ruins/mound_tabletwall", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 2, - "element": { - "location": "structory:ruin/northern_ruins/mound_watchtower", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 3, - "element": { - "location": "structory:ruin/northern_ruins/mound1", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 27, - "element": { - "location": "structory:ruin/northern_ruins/mound1", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:empty_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/ruin/northern/piece_start.json b/data/structory/worldgen/template_pool/ruin/northern/piece_start.json deleted file mode 100644 index 0948180..0000000 --- a/data/structory/worldgen/template_pool/ruin/northern/piece_start.json +++ /dev/null @@ -1,132 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 3, - "element": { - "location": "structory:ruin/northern_ruins/castle1", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 3, - "element": { - "location": "structory:ruin/northern_ruins/castle2", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 4, - "element": { - "location": "structory:ruin/northern_ruins/circle_small", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 4, - "element": { - "location": "structory:ruin/northern_ruins/circle_tall", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 3, - "element": { - "location": "structory:ruin/northern_ruins/doorway", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 3, - "element": { - "location": "structory:ruin/northern_ruins/house1", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 3, - "element": { - "location": "structory:ruin/northern_ruins/house2", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 3, - "element": { - "location": "structory:ruin/northern_ruins/house3", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 3, - "element": { - "location": "structory:ruin/northern_ruins/mound_castle_small", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 3, - "element": { - "location": "structory:ruin/northern_ruins/mound_corner", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 3, - "element": { - "location": "structory:ruin/northern_ruins/mound_tabletwall", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 2, - "element": { - "location": "structory:ruin/northern_ruins/mound_watchtower", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 3, - "element": { - "location": "structory:ruin/northern_ruins/mound1", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 10, - "element": { - "location": "structory:ruin/northern_ruins/mound1", - "processors": "structory:ruin/northern", - "projection": "rigid", - "element_type": "minecraft:empty_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/ruin/swamp.json b/data/structory/worldgen/template_pool/ruin/swamp.json deleted file mode 100644 index 239c1e2..0000000 --- a/data/structory/worldgen/template_pool/ruin/swamp.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 5, - "element": { - "location": "structory:ruin/swamp/ring1", - "processors": "structory:ruin/swamp_moss", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/ruin/swamp/connector.json b/data/structory/worldgen/template_pool/ruin/swamp/connector.json deleted file mode 100644 index 35746ce..0000000 --- a/data/structory/worldgen/template_pool/ruin/swamp/connector.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "name": "d", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 4, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "terrain_matching", - "location": "structory:ruin/swamp/connector/bend1", - "processors": "minecraft:empty" - } - }, - { - "weight": 7, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "terrain_matching", - "location": "structory:ruin/swamp/connector/bend2", - "processors": "minecraft:empty" - } - }, - { - "weight": 7, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "terrain_matching", - "location": "structory:ruin/swamp/connector/bend3", - "processors": "minecraft:empty" - } - }, - { - "weight": 6, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "terrain_matching", - "location": "structory:ruin/swamp/connector/short1", - "processors": "minecraft:empty" - } - }, - { - "weight": 6, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "terrain_matching", - "location": "structory:ruin/swamp/connector/short2", - "processors": "minecraft:empty" - } - }, - { - "weight": 6, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "terrain_matching", - "location": "structory:ruin/swamp/connector/short3", - "processors": "minecraft:empty" - } - }, - { - "weight": 6, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "terrain_matching", - "location": "structory:ruin/swamp/connector/long1", - "processors": "minecraft:empty" - } - }, - { - "weight": 6, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "terrain_matching", - "location": "structory:ruin/swamp/connector/long2", - "processors": "minecraft:empty" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/ruin/swamp/frog.json b/data/structory/worldgen/template_pool/ruin/swamp/frog.json deleted file mode 100644 index 82afd92..0000000 --- a/data/structory/worldgen/template_pool/ruin/swamp/frog.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "d", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/frog1", - "processors": "minecraft:empty" - } - }, - { - "weight": 1, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/frog2", - "processors": "minecraft:empty" - } - }, - { - "weight": 1, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/frog3", - "processors": "minecraft:empty" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/ruin/swamp/mangrove.json b/data/structory/worldgen/template_pool/ruin/swamp/mangrove.json deleted file mode 100644 index 88a4321..0000000 --- a/data/structory/worldgen/template_pool/ruin/swamp/mangrove.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "d", - "fallback": "structory:ruin/swamp/mangrove", - "elements": [ - { - "weight": 10, - "element": { - "element_type": "minecraft:feature_pool_element", - "projection": "rigid", - "feature": "minecraft:mangrove_checked" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/ruin/swamp/piece.json b/data/structory/worldgen/template_pool/ruin/swamp/piece.json deleted file mode 100644 index b39481b..0000000 --- a/data/structory/worldgen/template_pool/ruin/swamp/piece.json +++ /dev/null @@ -1,249 +0,0 @@ -{ - "name": "d", - "fallback": "structory:ruin/swamp/piece", - "elements": [ - { - "weight": 3, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/fountain1", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 4, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/frog_statue_small", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 3, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/frog_statue1", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 3, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/frog_statue2", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 2, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/obelisk1", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 4, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/pond1", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 4, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/pond2", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 3, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/pool_small1", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 2, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/pool1", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 3, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/pool2", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 3, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/pyramid1", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 4, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/ring1", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 4, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/ring2", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 5, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/ruin1", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 4, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/ruin2", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 4, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/ruin3", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 4, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/staircase1", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 3, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/statue1", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 2, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/t1", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 2, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/pillar1", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 3, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/pool3", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 2, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/ruin4", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 2, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/ruin5", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 2, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/table1", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 2, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/table2", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 2, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/star1", - "processors": "structory:ruin/swamp_moss" - } - }, - { - "weight": 17, - "element": { - "element_type": "minecraft:empty_pool_element", - "projection": "rigid", - "location": "structory:ruin/swamp/t1", - "processors": "structory:ruin/swamp_moss" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/ruin/taiga_surface.json b/data/structory/worldgen/template_pool/ruin/taiga_surface.json deleted file mode 100644 index 0c68526..0000000 --- a/data/structory/worldgen/template_pool/ruin/taiga_surface.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_surface/arch1", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_surface/bridge1", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_surface/ruin1", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_surface/ruin2", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_surface/ruin3", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_surface/tower1", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_surface/tower2", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_surface/tower3", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/ruin/taiga_underground.json b/data/structory/worldgen/template_pool/ruin/taiga_underground.json deleted file mode 100644 index 7d77f19..0000000 --- a/data/structory/worldgen/template_pool/ruin/taiga_underground.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_underground/main_piece", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/ruin/taiga_underground/enchanting.json b/data/structory/worldgen/template_pool/ruin/taiga_underground/enchanting.json deleted file mode 100644 index 119a884..0000000 --- a/data/structory/worldgen/template_pool/ruin/taiga_underground/enchanting.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_underground/quarters_hall3_enchanting", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/ruin/taiga_underground/entrance.json b/data/structory/worldgen/template_pool/ruin/taiga_underground/entrance.json deleted file mode 100644 index 6cd86cd..0000000 --- a/data/structory/worldgen/template_pool/ruin/taiga_underground/entrance.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_underground/quarters_entrance", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/ruin/taiga_underground/first_piece.json b/data/structory/worldgen/template_pool/ruin/taiga_underground/first_piece.json deleted file mode 100644 index 7d77f19..0000000 --- a/data/structory/worldgen/template_pool/ruin/taiga_underground/first_piece.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_underground/main_piece", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/ruin/taiga_underground/hallway.json b/data/structory/worldgen/template_pool/ruin/taiga_underground/hallway.json deleted file mode 100644 index d03204a..0000000 --- a/data/structory/worldgen/template_pool/ruin/taiga_underground/hallway.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_underground/quarters_hall1", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_underground/quarters_hall2", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_underground/quarters_hall3", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/ruin/taiga_underground/ladder.json b/data/structory/worldgen/template_pool/ruin/taiga_underground/ladder.json deleted file mode 100644 index 3990b88..0000000 --- a/data/structory/worldgen/template_pool/ruin/taiga_underground/ladder.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_underground/quarters_ladder", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/ruin/taiga_underground/quarters.json b/data/structory/worldgen/template_pool/ruin/taiga_underground/quarters.json deleted file mode 100644 index 4069f5c..0000000 --- a/data/structory/worldgen/template_pool/ruin/taiga_underground/quarters.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_underground/quarters1", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_underground/quarters2", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_underground/quarters3", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/ruin/taiga_underground/room.json b/data/structory/worldgen/template_pool/ruin/taiga_underground/room.json deleted file mode 100644 index 1f8881b..0000000 --- a/data/structory/worldgen/template_pool/ruin/taiga_underground/room.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_underground/quarters_hall_books", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_underground/quarters_hall_library", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_underground/quarters_hall_bedroom11", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_underground/quarters_hall_bedroom3", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_underground/quarters_hall_bedroom2", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_underground/quarters_hall_smeltery", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_underground/quarters_hall_storage", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/ruin/taiga_underground/stash.json b/data/structory/worldgen/template_pool/ruin/taiga_underground/stash.json deleted file mode 100644 index 171c3c4..0000000 --- a/data/structory/worldgen/template_pool/ruin/taiga_underground/stash.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_underground/quarters_hall2_stash", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/data/structory/worldgen/template_pool/ruin/taiga_underground/treasure.json b/data/structory/worldgen/template_pool/ruin/taiga_underground/treasure.json deleted file mode 100644 index 57acf49..0000000 --- a/data/structory/worldgen/template_pool/ruin/taiga_underground/treasure.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "meme", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_underground/treasure1", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_underground/treasure2", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - }, - { - "weight": 5, - "element": { - "location": "structory:ruin/taiga_underground/treasure3", - "processors": "structory:ruin/taiga_underground", - "projection": "rigid", - "element_type": "minecraft:single_pool_element" - } - } - ] -} diff --git a/license.txt b/license.txt deleted file mode 100644 index 574acbd..0000000 --- a/license.txt +++ /dev/null @@ -1,54 +0,0 @@ -This License describes how all Stardust Labs datapacks and mods and their code may (and, conversely, may not) be used. This License is subject to change by Starmute and Stardust Labs at their SOLE DISCRETION at any time. This License was last altered on February 5, 2023. - - -PERMITTED USES -=================== - - - You are permitted to use any Stardust Labs datapacks and/or mods for whatever personal purpose you desire. You can use it on a singleplayer world and modify it as much as you want, as long as you don't distribute modified versions of the datapacks and/or mods. - - - You are permitted to use Stardust Labs datapacks or mods on any Minecraft server, public or private. It is recommended, but not required, that you give credit to Stardust Labs or note somewhere on your server that said datapack or mod is in use. Furthermore: - - * You are additionally permitted to use Stardust Labs datapacks and mods in any MODIFIED form on any Minecraft server, public or private, provided that you do not distribute any modified versions of said datapacks or mods. - - - You are permitted to use Stardust Labs datapacks or mods in their UNMODIFIED form as part of a publicly distributed modpack. If you do so, you MUST give credit to Stardust Labs and include a link to the relevant datapack or mod. The datapack or mod must be used in its whole form (besides any compatibility addons for other datapacks.) - - - You are permitted to use Stardust Labs datapacks or mods as part of for-profit endeavors such as servers and modpacks, as long as the other guidelines of this License have been followed, appropriate credit has been given, and as long as you have not been specifically prohibited from doing so. - - - -PROHIBITED USES -==================== - - - You are forbidden to reupload, republish, or redistribute any Stardust Labs datapack or mod in a standalone format. - - - You are forbidden to reupload, republish, or redistribute any modified version of any Stardust Labs datapack or mod on its own. - - - You are forbidden to use any Stardust Labs datapack in any publicly distributed "datapack-pack" without Starmute's express permission. A "datapack-pack" is a collection of datapacks offered for download in a bundled form, which is distinct from a modpack because it can be used on an unmodified client. - - - You are forbidden to use any modified version of any Stardust Labs datapack as part of any publicly distributed modpack or "datapack-pack" without permission. This includes cases where the datapack is required to be downloaded separately, with parts being overridden. There are three exceptions to this: - - i) Adding structures to the pack or altering structure generation (besides altering the datapack's own structures) is allowed. - - ii) Modifying loot tables is allowed unconditionally. - - * It is recommended that, if parts of a Stardust Labs datapack need to be modified, an add-on datapack is created, without use of any code owned by Stardust Labs, to override the necessary data. - - - You are forbidden to use portions of any Stardust Labs datapack or mod's code as part of any other datapack, "datapack-pack", modpack or mod without express permission. You are free to read the code and use it as a resource to learn from, but copying parts of it into another project is not allowed. There is one exception for this: - - i) Making compatibility addons between Stardust Labs datapacks and other datapacks is allowed. - - - All parties (including individuals, companies, organizations and any other groups), without permission from Stardust Labs, are expressly forbidden from using Stardust Labs properties, textures, code, and other works, as part of a training dataset for artificial intelligence, neural networks, or other generative systems. Additionally, any and all code, textures, and all other products (digitial or physical), created and owned by Stardust Labs or its members, may not be used to configure, test, debug, or augment any artificial intelligence, neural network, or other generative system. - - * This prohibition applies even if the resulting system does not store, refer to or directly call from code, textures, or other works owned by Stardust Labs. - - * In short: You are banned from using anything created by Stardust Labs as part of any AI project. - -EXEMPTIONS -============= - - - Stardust Labs reserves the right to prohibit certain individuals and groups from profiting off of these Projects at our SOLE DISCRETION. However, no individual or group will be prohibited from using these Projects for personal purposes, or any purpose that does not involve profit, as long as the other guidelines of this License have been followed. - -OFFICIAL PERMISSION -========================== - -It should be assumed that, given Stardust Labs holds full copyright over all parts of its datapacks, that any part of this License can be overriden on an individual basis with the permission of Stardust Labs. Stardust Labs reserves the right to create and distribute modified versions of these datapacks or mods at any time, for any reason, whether personal or commissioned. \ No newline at end of file diff --git a/pack.mcmeta b/pack.mcmeta deleted file mode 100644 index 6675378..0000000 --- a/pack.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "pack": { - "pack_format": 10, - "description": "Structory" - } -} diff --git a/pack.png b/pack.png deleted file mode 100644 index 39a37a5..0000000 Binary files a/pack.png and /dev/null differ diff --git a/patrons.txt b/patrons.txt deleted file mode 100644 index feda471..0000000 --- a/patrons.txt +++ /dev/null @@ -1,61 +0,0 @@ -Patreon Supporters - -Special thanks to all of our Patrons for supporting us! Here is a list of all patrons in our -Discord server (https://discord.gg/stardustlabs) at the time of publishing this version. - -Overlord: -- Archemyst -- Kai_カイ -- Onehandedgamer -- Crash Cringle -- Cyprezz -- Kuma - -Inferno: -- Esron -- CyroInferno -- blaze -- chimericdream -- Brian Saviano - -Sentry: -- fortis -- yonderbean -- ShadowNguyen -- ahdont -- Oogab00ga94 -- Razaekel -- Nik -- Murdii -- Jwaffles -- FixingGlobe -- jackdshoe -- Janetyqua -- swuff★ -- Encrypted -- moomakai -- Ravs -- Rhinorulz -- BlackHawk185 -- APR1L -- theAstra -- Cr1ms0n -- Hecking Rat -- NonplussedUltra -- LKv -- flydrcar -- TiTAN -- finder17(Einherjar) - -Blaze: -- Zapdos -- Birch -- Hound -- btwimacat_meow -- plasmarob -- Redhawk -- Defenfiver -- Charleston -- SirFluffyPuffs -- Trashbag -- SirFluffyPuffs