Files
Aris-Random-Additions/elements/AriLootTable.mod.json
nimsolated e867e4b0a2 2.1.2
2026-03-25 17:58:21 -07:00

48 lines
1.1 KiB
JSON

{
"_fv": 73,
"_type": "loottable",
"definition": {
"type": "Entity",
"pools": [
{
"minrolls": 1,
"maxrolls": 1,
"minbonusrolls": 1,
"maxbonusrolls": 1,
"hasbonusrolls": false,
"entries": [
{
"type": "item",
"item": {
"value": "CUSTOM:Orichalcum"
},
"weight": 16,
"minCount": 1,
"maxCount": 1,
"minEnchantmentLevel": 0,
"maxEnchantmentLevel": 0,
"affectedByFortune": false,
"explosionDecay": false,
"silkTouchMode": 0
},
{
"type": "item",
"item": {
"value": "Blocks.AIR"
},
"weight": 300,
"minCount": 1,
"maxCount": 1,
"minEnchantmentLevel": 0,
"maxEnchantmentLevel": 0,
"affectedByFortune": false,
"explosionDecay": false,
"silkTouchMode": 0
}
]
}
],
"name": "entities/ari",
"namespace": "mod"
}
}