loot tables for "meteorites" and quartz blocks
This commit is contained in:
parent
64e50a09cc
commit
7fbd4b74c4
2 changed files with 58 additions and 0 deletions
29
kubejs/data/ad_astra/loot_tables/blocks/sky_stone.json
Normal file
29
kubejs/data/ad_astra/loot_tables/blocks/sky_stone.json
Normal 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"
|
||||
}
|
||||
29
kubejs/data/ae2/loot_tables/blocks/quartz_block.json
Normal file
29
kubejs/data/ae2/loot_tables/blocks/quartz_block.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue