diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/abandoned_mineshaft.json b/common/src/main/resources/data/minecraft/loot_tables/inject/abandoned_mineshaft.json new file mode 100644 index 000000000..4fa39ab04 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/abandoned_mineshaft.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/heavy_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/ancient_city.json b/common/src/main/resources/data/minecraft/loot_tables/inject/ancient_city.json new file mode 100644 index 000000000..152a22fa3 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/ancient_city.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/strange_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/ancient_city_ice_box.json b/common/src/main/resources/data/minecraft/loot_tables/inject/ancient_city_ice_box.json new file mode 100644 index 000000000..acfe7fe71 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/ancient_city_ice_box.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/beast_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/bastion_bridge.json b/common/src/main/resources/data/minecraft/loot_tables/inject/bastion_bridge.json new file mode 100644 index 000000000..6aea78113 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/bastion_bridge.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/gigaton_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/bastion_hoglin_stable.json b/common/src/main/resources/data/minecraft/loot_tables/inject/bastion_hoglin_stable.json new file mode 100644 index 000000000..590db0867 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/bastion_hoglin_stable.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/jet_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/bastion_other.json b/common/src/main/resources/data/minecraft/loot_tables/inject/bastion_other.json new file mode 100644 index 000000000..56044427a --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/bastion_other.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/wing_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/bastion_treasure.json b/common/src/main/resources/data/minecraft/loot_tables/inject/bastion_treasure.json new file mode 100644 index 000000000..6aea78113 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/bastion_treasure.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/gigaton_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/buried_treasure.json b/common/src/main/resources/data/minecraft/loot_tables/inject/buried_treasure.json new file mode 100644 index 000000000..952e59007 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/buried_treasure.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/premier_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/desert_pyramid.json b/common/src/main/resources/data/minecraft/loot_tables/inject/desert_pyramid.json new file mode 100644 index 000000000..3cfb39061 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/desert_pyramid.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/lure_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/end_city_treasure.json b/common/src/main/resources/data/minecraft/loot_tables/inject/end_city_treasure.json new file mode 100644 index 000000000..acfe7fe71 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/end_city_treasure.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/beast_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/igloo_chest.json b/common/src/main/resources/data/minecraft/loot_tables/inject/igloo_chest.json new file mode 100644 index 000000000..f382619d6 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/igloo_chest.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/moon_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/jungle_temple.json b/common/src/main/resources/data/minecraft/loot_tables/inject/jungle_temple.json new file mode 100644 index 000000000..96e0e1932 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/jungle_temple.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/level_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/nether_bridge.json b/common/src/main/resources/data/minecraft/loot_tables/inject/nether_bridge.json new file mode 100644 index 000000000..c03088ca0 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/nether_bridge.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/timer_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/pillager_outpost.json b/common/src/main/resources/data/minecraft/loot_tables/inject/pillager_outpost.json new file mode 100644 index 000000000..26e900ede --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/pillager_outpost.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/ultra_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/ruined_portal.json b/common/src/main/resources/data/minecraft/loot_tables/inject/ruined_portal.json new file mode 100644 index 000000000..12b8fac9f --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/ruined_portal.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/cherish_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/shipwreck_map.json b/common/src/main/resources/data/minecraft/loot_tables/inject/shipwreck_map.json new file mode 100644 index 000000000..997a2dcb6 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/shipwreck_map.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/repeat_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/shipwreck_supply.json b/common/src/main/resources/data/minecraft/loot_tables/inject/shipwreck_supply.json new file mode 100644 index 000000000..cb3091138 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/shipwreck_supply.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/quick_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/shipwreck_treasure.json b/common/src/main/resources/data/minecraft/loot_tables/inject/shipwreck_treasure.json new file mode 100644 index 000000000..8c8c20aff --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/shipwreck_treasure.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/luxury_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/simple_dungeon.json b/common/src/main/resources/data/minecraft/loot_tables/inject/simple_dungeon.json new file mode 100644 index 000000000..42e69657d --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/simple_dungeon.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/great_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/spawn_bonus_chest.json b/common/src/main/resources/data/minecraft/loot_tables/inject/spawn_bonus_chest.json new file mode 100644 index 000000000..ae652c57c --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/spawn_bonus_chest.json @@ -0,0 +1,102 @@ +{ + "type": "minecraft:chest", + "pools": [{ + "rolls": { + "min": 5, + "max": 8 + }, + "entries": [{ + "type": "minecraft:item", + "name": "cobblemon:poke_ball", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 1 + } + ], + "functions": [ + { + "function": "minecraft:set_count", + "count": 3 + } + ] + }, + { + "type": "minecraft:item", + "name": "cobblemon:healing_machine", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 1 + } + ] + }, + { + "type": "minecraft:item", + "name": "cobblemon:pc", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 1 + } + ] + }, + { + "type": "minecraft:item", + "name": "cobblemon:friend_ball" + }, + { + "type": "minecraft:item", + "name": "cobblemon:great_ball" + }, + { + "type": "minecraft:item", + "name": "cobblemon:level_ball" + }, + { + "type": "minecraft:item", + "name": "cobblemon:love_ball" + }, + { + "type": "minecraft:item", + "name": "cobblemon:lure_ball" + }, + { + "type": "minecraft:item", + "name": "cobblemon:repeat_ball" + }, + { + "type": "minecraft:item", + "name": "cobblemon:timer_ball" + }, + { + "type": "minecraft:item", + "name": "cobblemon:black_apricorn" + }, + { + "type": "minecraft:item", + "name": "cobblemon:blue_apricorn" + }, + { + "type": "minecraft:item", + "name": "cobblemon:green_apricorn" + }, + { + "type": "minecraft:item", + "name": "cobblemon:pink_apricorn" + }, + { + "type": "minecraft:item", + "name": "cobblemon:red_apricorn" + }, + { + "type": "minecraft:item", + "name": "cobblemon:white_apricorn" + }, + { + "type": "minecraft:item", + "name": "cobblemon:yellow_apricorn" + } + ] + }] +} \ No newline at end of file diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/stronghold_corridor.json b/common/src/main/resources/data/minecraft/loot_tables/inject/stronghold_corridor.json new file mode 100644 index 000000000..6ad8739e5 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/stronghold_corridor.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/nest_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/stronghold_crossing.json b/common/src/main/resources/data/minecraft/loot_tables/inject/stronghold_crossing.json new file mode 100644 index 000000000..ddb12131e --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/stronghold_crossing.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/dusk_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/stronghold_library.json b/common/src/main/resources/data/minecraft/loot_tables/inject/stronghold_library.json new file mode 100644 index 000000000..952e59007 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/stronghold_library.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/premier_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/underwater_ruin_big.json b/common/src/main/resources/data/minecraft/loot_tables/inject/underwater_ruin_big.json new file mode 100644 index 000000000..a0bcfd5c8 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/underwater_ruin_big.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/dive_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/underwater_ruin_small.json b/common/src/main/resources/data/minecraft/loot_tables/inject/underwater_ruin_small.json new file mode 100644 index 000000000..a0bcfd5c8 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/underwater_ruin_small.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/dive_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_armorer.json b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_armorer.json new file mode 100644 index 000000000..eb0658ce4 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_armorer.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/leaden_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_butcher.json b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_butcher.json new file mode 100644 index 000000000..ca0e3e1cf --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_butcher.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/fast_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_cartographer.json b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_cartographer.json new file mode 100644 index 000000000..6ad8739e5 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_cartographer.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/nest_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_desert_house.json b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_desert_house.json new file mode 100644 index 000000000..e38136a7c --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_desert_house.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/sport_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_fisher.json b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_fisher.json new file mode 100644 index 000000000..a0bcfd5c8 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_fisher.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/dive_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_fletcher.json b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_fletcher.json new file mode 100644 index 000000000..114f88e26 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_fletcher.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/safari_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_mason.json b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_mason.json new file mode 100644 index 000000000..4fa39ab04 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_mason.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/heavy_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_plains_house.json b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_plains_house.json new file mode 100644 index 000000000..f47155052 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_plains_house.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/heal_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_savanna_house.json b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_savanna_house.json new file mode 100644 index 000000000..f47155052 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_savanna_house.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/heal_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_shepherd.json b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_shepherd.json new file mode 100644 index 000000000..eab01b06d --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_shepherd.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/friend_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_snowy_house.json b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_snowy_house.json new file mode 100644 index 000000000..f47155052 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_snowy_house.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/heal_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_taiga_house.json b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_taiga_house.json new file mode 100644 index 000000000..f47155052 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_taiga_house.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/heal_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_tannery.json b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_tannery.json new file mode 100644 index 000000000..56044427a --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_tannery.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/wing_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_temple.json b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_temple.json new file mode 100644 index 000000000..952e59007 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_temple.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/premier_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_toolsmith.json b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_toolsmith.json new file mode 100644 index 000000000..c03088ca0 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_toolsmith.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/timer_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_weaponsmith.json b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_weaponsmith.json new file mode 100644 index 000000000..cb3091138 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/village/village_weaponsmith.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/quick_ball" + } + ] + } + ] +} diff --git a/common/src/main/resources/data/minecraft/loot_tables/inject/woodland_mansion.json b/common/src/main/resources/data/minecraft/loot_tables/inject/woodland_mansion.json new file mode 100644 index 000000000..590db0867 --- /dev/null +++ b/common/src/main/resources/data/minecraft/loot_tables/inject/woodland_mansion.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "generations_core:chests/jet_ball" + } + ] + } + ] +}