From c4210b8a9f3d0407c87382d81f496c785f878b57 Mon Sep 17 00:00:00 2001 From: moonfather Date: Tue, 14 Jul 2026 17:40:26 +0000 Subject: [PATCH] data directory cleanup --- .../{packingtape => c}/tags/fluid/milk.json | 0 .../blocks/rope_linen_dark_oak_fence.json | 19 ------- .../blocks/rope_linen_oak_fence.json | 19 ------- .../loot_tables/blocks/salt_ore_end.json | 57 ------------------- 4 files changed, 95 deletions(-) rename src/main/resources/data/{packingtape => c}/tags/fluid/milk.json (100%) delete mode 100644 src/main/resources/data/growthcraft/loot_tables/blocks/rope_linen_dark_oak_fence.json delete mode 100644 src/main/resources/data/growthcraft/loot_tables/blocks/rope_linen_oak_fence.json delete mode 100644 src/main/resources/data/growthcraft/loot_tables/blocks/salt_ore_end.json 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" -}