Ingredient_Flour
Server/Item/Items/Ingredient/Ingredient_Flour.json, 1.1 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_Flour.name"
},
"Parent": "Template_Food",
"Icon": "Icons/ItemsGenerated/Food_Flour.png",
"ResourceTypes": [
{
"Id": "Foods"
}
],
"Quality": "Common",
"Consumable": false,
"Interactions": {},
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"CustomModel": "Items/Tools/Feedbag/Feedbag.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Tools/Feedbag/Flourbag_Texture.png",
"Weight": 1
}
],
"ParticleColor": "#ba8149",
"TextureComputedColor": "#95623A"
},
"Scale": 1,
"IconProperties": {
"Scale": 0.6,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-15
]
},
"MaxStack": 25,
"Recipe": {
"Input": [
{
"ItemId": "Plant_Crop_Wheat_Item",
"Quantity": 10
}
],
"BenchRequirement": [
{
"Id": "Cookingbench",
"Type": "Crafting",
"Categories": [
"Ingredients"
]
}
],
"TimeSeconds": 1
},
"DropOnDeath": true
}