mirror of
https://github.com/nimsolated/Nims-Random-BS.git
synced 2026-04-02 02:05:20 -07:00
2.3.2
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
"trackingRange": 64,
|
||||
"followRange": 16,
|
||||
"health": 20,
|
||||
"xpAmount": 0,
|
||||
"xpAmount": 9,
|
||||
"waterMob": false,
|
||||
"breatheUnderwater": {
|
||||
"fixedValue": false
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
"value": "CUSTOM:Orichalcum"
|
||||
},
|
||||
"dropAmount": 1,
|
||||
"useLootTableForDrops": false,
|
||||
"useLootTableForDrops": true,
|
||||
"requiresCorrectTool": true,
|
||||
"enchantPowerBonus": 0.0,
|
||||
"plantsGrowOn": false,
|
||||
|
||||
34
elements/OrichalcumDeepslateOreLootTable.mod.json
Normal file
34
elements/OrichalcumDeepslateOreLootTable.mod.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "loottable",
|
||||
"definition": {
|
||||
"type": "Block",
|
||||
"pools": [
|
||||
{
|
||||
"minrolls": 1,
|
||||
"maxrolls": 1,
|
||||
"minbonusrolls": 1,
|
||||
"maxbonusrolls": 1,
|
||||
"hasbonusrolls": false,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"item": {
|
||||
"value": "CUSTOM:Orichalcum"
|
||||
},
|
||||
"weight": 1,
|
||||
"minCount": 1,
|
||||
"maxCount": 1,
|
||||
"minEnchantmentLevel": 0,
|
||||
"maxEnchantmentLevel": 0,
|
||||
"affectedByFortune": true,
|
||||
"explosionDecay": false,
|
||||
"silkTouchMode": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"name": "blocks/orichalcum_deepslate_ore",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
@@ -52,7 +52,7 @@
|
||||
"value": "CUSTOM:Orichalcum"
|
||||
},
|
||||
"dropAmount": 1,
|
||||
"useLootTableForDrops": false,
|
||||
"useLootTableForDrops": true,
|
||||
"requiresCorrectTool": true,
|
||||
"enchantPowerBonus": 0.0,
|
||||
"plantsGrowOn": false,
|
||||
|
||||
34
elements/OrichalcumOreLootTable.mod.json
Normal file
34
elements/OrichalcumOreLootTable.mod.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "loottable",
|
||||
"definition": {
|
||||
"type": "Block",
|
||||
"pools": [
|
||||
{
|
||||
"minrolls": 1,
|
||||
"maxrolls": 1,
|
||||
"minbonusrolls": 1,
|
||||
"maxbonusrolls": 1,
|
||||
"hasbonusrolls": false,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"item": {
|
||||
"value": "CUSTOM:Orichalcum"
|
||||
},
|
||||
"weight": 1,
|
||||
"minCount": 1,
|
||||
"maxCount": 1,
|
||||
"minEnchantmentLevel": 0,
|
||||
"maxEnchantmentLevel": 0,
|
||||
"affectedByFortune": true,
|
||||
"explosionDecay": false,
|
||||
"silkTouchMode": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"name": "blocks/orichalcum_ore",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user