Ingredient_Dough
Server/Item/Items/Ingredient/Ingredient_Dough.json, 1.4 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 |
MaxStack | number |
Recipe | object |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Ingredient_Dough.name"
},
"Parent": "Template_Food",
"Icon": "Icons/ItemsGenerated/Food_Dough.png",
"ResourceTypes": [
{
"Id": "Foods"
}
],
"Quality": "Common",
"Consumable": false,
"Interactions": {},
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"CustomModel": "Items/Ingredients/Dough.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Ingredients/Dough_Texture.png",
"Weight": 1
}
],
"HitboxType": "Food_Medium",
"ParticleColor": "#f0ebc6",
"CustomModelScale": 0.5
},
"Scale": 1,
"IconProperties": {
"Scale": 0.7,
"Rotation": [
18,
45,
32
],
"Translation": [
1,
-4
]
},
"MaxStack": 25,
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Flour",
"Quantity": 1
},
{
"ItemId": "Food_Egg",
"Quantity": 2
},
{
"ItemId": "*Deco_Tankard_State_Filled_Water"
}
],
"BenchRequirement": [
{
"Id": "Cookingbench",
"Type": "Crafting",
"Categories": [
"Ingredients"
]
}
],
"TimeSeconds": 1,
"Output": [
{
"ItemId": "Ingredient_Dough"
},
{
"ItemId": "Deco_Tankard",
"Quantity": 1
}
]
},
"DropOnDeath": true
}