mirror of
https://github.com/nimsolated/Nims-Random-BS.git
synced 2026-04-02 10:20:42 -07:00
2.1.2
This commit is contained in:
48
elements/AriLootTable.mod.json
Normal file
48
elements/AriLootTable.mod.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"_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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user