diff --git a/src/main/resources/data/packingtape/tags/fluid/milk.json b/src/main/resources/data/c/tags/fluid/milk.json similarity index 100% rename from src/main/resources/data/packingtape/tags/fluid/milk.json rename to src/main/resources/data/c/tags/fluid/milk.json diff --git a/src/main/resources/data/growthcraft/loot_tables/blocks/rope_linen_dark_oak_fence.json b/src/main/resources/data/growthcraft/loot_tables/blocks/rope_linen_dark_oak_fence.json deleted file mode 100644 index d6096ba..0000000 --- a/src/main/resources/data/growthcraft/loot_tables/blocks/rope_linen_dark_oak_fence.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "growthcraft:rope_linen_dark_oak_fence" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} diff --git a/src/main/resources/data/growthcraft/loot_tables/blocks/rope_linen_oak_fence.json b/src/main/resources/data/growthcraft/loot_tables/blocks/rope_linen_oak_fence.json deleted file mode 100644 index 9133dc2..0000000 --- a/src/main/resources/data/growthcraft/loot_tables/blocks/rope_linen_oak_fence.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "growthcraft:rope_linen_oak_fence" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} diff --git a/src/main/resources/data/growthcraft/loot_tables/blocks/salt_ore_end.json b/src/main/resources/data/growthcraft/loot_tables/blocks/salt_ore_end.json deleted file mode 100644 index 2373963..0000000 --- a/src/main/resources/data/growthcraft/loot_tables/blocks/salt_ore_end.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "growthcraft:salt", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 2.0, - "max": 4.0 - } - } - ] - }, - { - "type": "minecraft:item", - "name": "growthcraft:salt", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 2.0, - "max": 3.0 - } - } - ], - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fortune", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "conditions": [ - { "condition": "minecraft:survives_explosion" } - ] - } - ], - "random_sequence": "growthcraft:blocks/salt_ore_end" -}