diff --git a/common/src/main/resources/data/goblin_fabrications/loot_tables/entities/goblin.json b/common/src/main/resources/data/goblin_fabrications/loot_tables/entities/goblin.json new file mode 100644 index 0000000..59fb52c --- /dev/null +++ b/common/src/main/resources/data/goblin_fabrications/loot_tables/entities/goblin.json @@ -0,0 +1,151 @@ +{ + "type": "minecraft:archaeology", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:bone", + "weight": 30, + "quality": 1, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 5 + } + } + ] + }, + { + "type": "minecraft:item", + "name": "minecraft:porkchop", + "weight": 30, + "quality": 1, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 5 + } + } + ] + }, + { + "type": "minecraft:item", + "name": "minecraft:beef", + "weight": 30, + "quality": 1, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 5 + } + } + ] + }, + { + "type": "minecraft:item", + "name": "minecraft:gold_ingot", + "weight": 30, + "quality": 1, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 10 + } + } + ] + }, + { + "type": "minecraft:item", + "name": "minecraft:diamond", + "weight": 5, + "quality": 1, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 2 + } + } + ] + }, + { + "type": "minecraft:item", + "name": "minecraft:lapis_lazuli", + "weight": 20, + "quality": 1, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 10 + } + } + ] + }, + { + "type": "minecraft:item", + "name": "minecraft:iron_ingot", + "weight": 30, + "quality": 1, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "type": "minecraft:uniform", + "min": 1, + "max": 10 + } + } + ] + }, + { + "type": "minecraft:item", + "name": "minecraft:emerald", + "weight": 20, + "quality": 1, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 5 + } + } + ] + }, + { + "type": "minecraft:item", + "name": "minecraft:netherite_ingot", + "weight": 2, + "quality": 1 + }, + { + "type": "minecraft:item", + "name": "minecraft:totem_of_undying", + "weight": 2, + "quality": 1 + }, + { + "type": "minecraft:item", + "name": "minecraft:netherite_scrap", + "weight": 5, + "quality": 1 + } + ] + } + ] +} +