fix: source code

This commit is contained in:
nimsolated
2026-03-02 14:53:17 -08:00
parent f611d5d2d0
commit 5ce72a2d5b
238 changed files with 10146 additions and 0 deletions

View 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"
}
}
}