From 7fbd4b74c4f075e3f5e0f5fa8208111660d0febf Mon Sep 17 00:00:00 2001 From: Pyritie Date: Wed, 14 May 2025 01:07:10 +0100 Subject: [PATCH] loot tables for "meteorites" and quartz blocks --- .../loot_tables/blocks/sky_stone.json | 29 +++++++++++++++++++ .../ae2/loot_tables/blocks/quartz_block.json | 29 +++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 kubejs/data/ad_astra/loot_tables/blocks/sky_stone.json create mode 100644 kubejs/data/ae2/loot_tables/blocks/quartz_block.json diff --git a/kubejs/data/ad_astra/loot_tables/blocks/sky_stone.json b/kubejs/data/ad_astra/loot_tables/blocks/sky_stone.json new file mode 100644 index 000000000..205dda2cf --- /dev/null +++ b/kubejs/data/ad_astra/loot_tables/blocks/sky_stone.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "gtceu:poor_raw_iron" + }, + { + "type": "minecraft:item", + "name": "minecraft:raw_iron" + }, + { + "type": "minecraft:item", + "name": "gtceu:rich_raw_iron" + } + ], + "rolls": 5.0 + } + ], + "random_sequence": "ad_astra:blocks/sky_stone" +} \ No newline at end of file diff --git a/kubejs/data/ae2/loot_tables/blocks/quartz_block.json b/kubejs/data/ae2/loot_tables/blocks/quartz_block.json new file mode 100644 index 000000000..f45df8744 --- /dev/null +++ b/kubejs/data/ae2/loot_tables/blocks/quartz_block.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "gtceu:poor_raw_certus_quartz" + }, + { + "type": "minecraft:item", + "name": "gtceu:raw_certus_quartz" + }, + { + "type": "minecraft:item", + "name": "gtceu:rich_raw_certus_quartz" + } + ], + "rolls": 5.0 + } + ], + "random_sequence": "ad_astra:blocks/sky_stone" +} \ No newline at end of file