From cd469833af8dbc19409821811ee941c77c9b2bb9 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 10 Aug 2025 13:04:56 +0100 Subject: [PATCH] mars farmland loot table --- .../blocks/grass/mars_farmland.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 kubejs/data/tfg/loot_tables/blocks/grass/mars_farmland.json diff --git a/kubejs/data/tfg/loot_tables/blocks/grass/mars_farmland.json b/kubejs/data/tfg/loot_tables/blocks/grass/mars_farmland.json new file mode 100644 index 000000000..01040dcf2 --- /dev/null +++ b/kubejs/data/tfg/loot_tables/blocks/grass/mars_farmland.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "tfg:grass/mars_dirt" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file