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