diff --git a/src/main/resources/data/techreborn/loot_tables/chests/rubber_plantation.json b/src/main/resources/data/techreborn/loot_tables/chests/rubber_plantation.json deleted file mode 100644 index 2b0ffccaa..000000000 --- a/src/main/resources/data/techreborn/loot_tables/chests/rubber_plantation.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "pools": [ - { - "name": "techreborn:rubber_plantation", - "rolls": { - "min": 3, - "max": 5 - }, - "bonus_rolls": { - "min": 1, - "max": 3 - }, - "entries": [ - { - "type": "item", - "name": "techreborn:treetap", - "weight": 6, - "functions": [ - { - "function": "set_data", - "data": 0 - }, - { - "function": "set_count", - "count": 1 - } - ] - }, - { - "type": "item", - "name": "minecraft:dye", - "weight": 4, - "functions": [ - { - "function": "set_data", - "data": 15 - }, - { - "function": "set_count", - "count" : { - "min": 8, - "max": 16 - } - } - ] - }, - { - "type": "item", - "name": "techreborn:sap", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count" : { - "min": 1, - "max": 30 - } - } - ] - }, - { - "type": "item", - "name": "techreborn:rubber_sapling", - "weight": 4, - "functions": [ - { - "function": "set_count", - "count" : { - "min": 1, - "max": 16 - } - } - ] - }, - { - "type": "item", - "name": "techreborn:rubber_log", - "weight": 4, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 16 - } - } - ] - } - ] - } - ] -} \ No newline at end of file