From 19dac59a7af4dcf21c165d55f6fa59d6d212fe0f Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 26 Aug 2025 01:48:26 +0100 Subject: [PATCH] loot tables for mars clay --- .../blocks/grass/amber_clay_mycelium.json | 30 +++++++++++++++++++ .../blocks/grass/amber_kaolin_mycelium.json | 30 +++++++++++++++++++ .../blocks/grass/mars_clay_dirt.json | 30 +++++++++++++++++++ .../blocks/grass/rusticus_clay_mycelium.json | 30 +++++++++++++++++++ .../grass/rusticus_kaolin_mycelium.json | 30 +++++++++++++++++++ .../blocks/grass/sangnum_clay_mycelium.json | 30 +++++++++++++++++++ .../blocks/grass/sangnum_kaolin_mycelium.json | 30 +++++++++++++++++++ 7 files changed, 210 insertions(+) create mode 100644 kubejs/data/tfg/loot_tables/blocks/grass/amber_clay_mycelium.json create mode 100644 kubejs/data/tfg/loot_tables/blocks/grass/amber_kaolin_mycelium.json create mode 100644 kubejs/data/tfg/loot_tables/blocks/grass/mars_clay_dirt.json create mode 100644 kubejs/data/tfg/loot_tables/blocks/grass/rusticus_clay_mycelium.json create mode 100644 kubejs/data/tfg/loot_tables/blocks/grass/rusticus_kaolin_mycelium.json create mode 100644 kubejs/data/tfg/loot_tables/blocks/grass/sangnum_clay_mycelium.json create mode 100644 kubejs/data/tfg/loot_tables/blocks/grass/sangnum_kaolin_mycelium.json diff --git a/kubejs/data/tfg/loot_tables/blocks/grass/amber_clay_mycelium.json b/kubejs/data/tfg/loot_tables/blocks/grass/amber_clay_mycelium.json new file mode 100644 index 000000000..077c8a603 --- /dev/null +++ b/kubejs/data/tfg/loot_tables/blocks/grass/amber_clay_mycelium.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:clay_ball", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 3, + "type": "minecraft:uniform" + } + } + ] + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/grass/amber_kaolin_mycelium.json b/kubejs/data/tfg/loot_tables/blocks/grass/amber_kaolin_mycelium.json new file mode 100644 index 000000000..4ce1779c2 --- /dev/null +++ b/kubejs/data/tfg/loot_tables/blocks/grass/amber_kaolin_mycelium.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "tfc:kaolin_clay", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "type": "minecraft:uniform", + "min": 1, + "max": 3 + } + } + ] + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/grass/mars_clay_dirt.json b/kubejs/data/tfg/loot_tables/blocks/grass/mars_clay_dirt.json new file mode 100644 index 000000000..077c8a603 --- /dev/null +++ b/kubejs/data/tfg/loot_tables/blocks/grass/mars_clay_dirt.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:clay_ball", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 3, + "type": "minecraft:uniform" + } + } + ] + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/grass/rusticus_clay_mycelium.json b/kubejs/data/tfg/loot_tables/blocks/grass/rusticus_clay_mycelium.json new file mode 100644 index 000000000..077c8a603 --- /dev/null +++ b/kubejs/data/tfg/loot_tables/blocks/grass/rusticus_clay_mycelium.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:clay_ball", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 3, + "type": "minecraft:uniform" + } + } + ] + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/grass/rusticus_kaolin_mycelium.json b/kubejs/data/tfg/loot_tables/blocks/grass/rusticus_kaolin_mycelium.json new file mode 100644 index 000000000..4ce1779c2 --- /dev/null +++ b/kubejs/data/tfg/loot_tables/blocks/grass/rusticus_kaolin_mycelium.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "tfc:kaolin_clay", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "type": "minecraft:uniform", + "min": 1, + "max": 3 + } + } + ] + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/grass/sangnum_clay_mycelium.json b/kubejs/data/tfg/loot_tables/blocks/grass/sangnum_clay_mycelium.json new file mode 100644 index 000000000..077c8a603 --- /dev/null +++ b/kubejs/data/tfg/loot_tables/blocks/grass/sangnum_clay_mycelium.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:clay_ball", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 3, + "type": "minecraft:uniform" + } + } + ] + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/grass/sangnum_kaolin_mycelium.json b/kubejs/data/tfg/loot_tables/blocks/grass/sangnum_kaolin_mycelium.json new file mode 100644 index 000000000..4ce1779c2 --- /dev/null +++ b/kubejs/data/tfg/loot_tables/blocks/grass/sangnum_kaolin_mycelium.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "tfc:kaolin_clay", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "type": "minecraft:uniform", + "min": 1, + "max": 3 + } + } + ] + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file