Ingredient_Bar_Onyxium
Server/Item/Items/Ingredient/Bar/Ingredient_Bar_Onyxium.json, 976 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Recipe | object |
Model | string |
Texture | string |
ResourceTypes | array[1] |
PlayerAnimationsId | string |
IconProperties | object |
Icon | string |
Tags | object |
ItemEntity | object |
ItemSoundSetId | string |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Ingredient_Bar_Onyxium.name"
},
"Categories": [
"Items"
],
"Recipe": {
"Input": [
{
"ItemId": "Ore_Onyxium",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Processing",
"Id": "Furnace"
}
],
"OutputQuantity": 1,
"TimeSeconds": 4
},
"Model": "Resources/Materials/Ingot.blockymodel",
"Texture": "Resources/Materials/Ingot_Textures/Onyxium.png",
"ResourceTypes": [
{
"Id": "Metal_Bars"
}
],
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 1,
"Translation": [
0,
-3
],
"Rotation": [
22.5,
45,
22.5
]
},
"Icon": "Icons/ItemsGenerated/Ingredient_Bar_Onyxium.png",
"Tags": {
"Type": [
"Ingredient"
]
},
"ItemEntity": {
"ParticleSystemId": null
},
"ItemSoundSetId": "ISS_Items_Ingots",
"DropOnDeath": true
}