loot tables for "meteorites" and quartz blocks

This commit is contained in:
Pyritie 2025-05-14 01:07:10 +01:00
parent 64e50a09cc
commit 7fbd4b74c4
2 changed files with 58 additions and 0 deletions

View file

@ -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"
}

View file

@ -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"
}