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:
45
elements/Gravedigger.mod.json
Normal file
45
elements/Gravedigger.mod.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "tool",
|
||||
"definition": {
|
||||
"toolType": "Spade",
|
||||
"renderType": 0,
|
||||
"blockingRenderType": 0,
|
||||
"texture": "gravedigger",
|
||||
"customModelName": "Normal",
|
||||
"blockingModelName": "Normal blocking",
|
||||
"name": "Gravedigger",
|
||||
"specialInformation": {
|
||||
"fixedValue": [
|
||||
"Right-Click on soul sand or soul soil to use them, summoning a ghoul that attacks hostile mobs.",
|
||||
"We must dig!"
|
||||
]
|
||||
},
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "TOOLS"
|
||||
}
|
||||
],
|
||||
"efficiency": 4.0,
|
||||
"attackSpeed": 1.0,
|
||||
"enchantability": 2,
|
||||
"damageVsEntity": 4.0,
|
||||
"usageCount": 3666,
|
||||
"glowCondition": {
|
||||
"fixedValue": false
|
||||
},
|
||||
"repairItems": [
|
||||
{
|
||||
"value": "Items.SKULL#1"
|
||||
}
|
||||
],
|
||||
"immuneToFire": true,
|
||||
"blockDropsTier": "STONE",
|
||||
"blocksAffected": [],
|
||||
"stayInGridWhenCrafting": false,
|
||||
"damageOnCrafting": false,
|
||||
"onRightClickedOnBlock": {
|
||||
"name": "GravediggerRightclickedOnBlock"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user