Ore_Iron
Server/Item/Items/Ore/Iron/Ore_Iron.json, 997 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
SubCategory | string |
Recipe | object |
Icon | string |
Model | string |
Texture | string |
ItemLevel | number |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemEntity | object |
MaxStack | number |
ItemSoundSetId | string |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Ore_Iron.name",
"Description": "server.items.Ore_Iron.description"
},
"Categories": [
"Blocks.Ores"
],
"SubCategory": "Ore",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Salvage_Iron",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Processing",
"Id": "Salvagebench"
}
],
"TimeSeconds": 4
},
"Icon": "Icons/ItemsGenerated/Ore_Iron.png",
"Model": "Resources/Ores/Ore_Large.blockymodel",
"Texture": "Resources/Ores/Ore_Textures/Iron.png",
"ItemLevel": 10,
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.57323,
"Translation": [
-3.6,
-16.200001
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Ore"
]
},
"ItemEntity": {
"ParticleSystemId": null
},
"MaxStack": 25,
"ItemSoundSetId": "ISS_Blocks_Stone",
"DropOnDeath": true
}