cawezs_expanded_world/elements/Asteroid.mod.json
2024-04-28 11:00:35 -04:00

53 lines
1.2 KiB
JSON
Executable File

{
"_fv": 47,
"_type": "item",
"definition": {
"renderType": 0,
"texture": "asteroid",
"customModelName": "Normal",
"customProperties": {},
"states": [],
"name": "Asteroid",
"rarity": "EPIC",
"creativeTab": {
"value": "CUSTOM:MantleToStratusTab"
},
"stackSize": 64,
"enchantability": 0,
"useDuration": 0,
"toolType": 1.0,
"damageCount": 0,
"recipeRemainder": {
"value": ""
},
"destroyAnyBlock": false,
"immuneToFire": false,
"stayInGridWhenCrafting": false,
"damageOnCrafting": false,
"enableMeleeDamage": false,
"damageVsEntity": 0.0,
"specialInfo": [
"Invokes an asteroid at your location (single use)",
"§4Alea Iacta Est"
],
"hasGlow": true,
"guiBoundTo": "<NONE>",
"inventorySize": 9,
"inventoryStackSize": 64,
"onRightClickedInAir": {
"name": "AsteroidRightclicked"
},
"onItemInUseTick": {
"name": "AsteroidItemInHandTick"
},
"isFood": false,
"nutritionalValue": 4,
"saturation": 0.3,
"eatResultItem": {
"value": ""
},
"isMeat": false,
"isAlwaysEdible": false,
"animation": "none"
}
}