mirror of
https://github.com/nimsolated/Nims-Random-BS.git
synced 2026-04-02 10:20:42 -07:00
fix: source code
This commit is contained in:
43
elements/NetherrackitePickaxe.mod.json
Normal file
43
elements/NetherrackitePickaxe.mod.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "tool",
|
||||
"definition": {
|
||||
"toolType": "Pickaxe",
|
||||
"renderType": 0,
|
||||
"blockingRenderType": 0,
|
||||
"texture": "netherrackite_pickaxe",
|
||||
"customModelName": "Normal",
|
||||
"blockingModelName": "Normal blocking",
|
||||
"name": "Netherrackite Pickaxe",
|
||||
"specialInformation": {
|
||||
"fixedValue": [
|
||||
"Non-condensed netherracks broken by this pickaxe drop themselves an additional time."
|
||||
]
|
||||
},
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "TOOLS"
|
||||
}
|
||||
],
|
||||
"efficiency": 729.0,
|
||||
"attackSpeed": 1.0,
|
||||
"enchantability": 15,
|
||||
"damageVsEntity": 4.0,
|
||||
"usageCount": 18279,
|
||||
"glowCondition": {
|
||||
"fixedValue": false
|
||||
},
|
||||
"repairItems": [],
|
||||
"immuneToFire": true,
|
||||
"blockDropsTier": "WOOD",
|
||||
"blocksAffected": [],
|
||||
"stayInGridWhenCrafting": false,
|
||||
"damageOnCrafting": false,
|
||||
"onItemInUseTick": {
|
||||
"name": "NetherrackingLogic"
|
||||
},
|
||||
"onBlockDestroyedWithTool": {
|
||||
"name": "NetherrackitePickaxeBlockDestroyedWithTool"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user