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