Ingredient_Salt
Server/Item/Items/Ingredient/Ingredient_Salt.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
ResourceTypes | array[1] |
Quality | string |
Consumable | boolean |
Interactions | object |
BlockType | object |
Scale | number |
IconProperties | object |
Recipe | object |
MaxStack | number |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Ingredient_Salt.name"
},
"Parent": "Template_Food",
"Icon": "Icons/ItemsGenerated/Food_Salt.png",
"ResourceTypes": [
{
"Id": "Foods"
}
],
"Quality": "Common",
"Consumable": false,
"Interactions": {},
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"CustomModel": "Items/Ingredients/Salt.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Ingredients/Salt_Texture.png",
"Weight": 1
}
],
"HitboxType": "Food_Medium",
"ParticleColor": "#b7c0d3",
"CustomModelScale": 0.6,
"TextureComputedColor": "#675340"
},
"Scale": 1,
"IconProperties": {
"Scale": 0.9,
"Rotation": [
5,
77,
22.5
],
"Translation": [
0,
-6
]
},
"Recipe": {
"Input": [
{
"ItemId": "Rock_Salt",
"Quantity": 1
}
],
"TimeSeconds": 1,
"Output": [
{
"ItemId": "Ingredient_Salt",
"Quantity": 5
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Cookingbench",
"Categories": [
"Ingredients"
]
}
],
"OutputQuantity": 5
},
"MaxStack": 25,
"DropOnDeath": true
}