Ingredient_Bolt_Linen
Server/Item/Items/Ingredient/Bolt/Ingredient_Bolt_Linen.json, 974 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Recipe | object |
Model | string |
Texture | string |
Quality | string |
ItemLevel | number |
PlayerAnimationsId | string |
IconProperties | object |
Icon | string |
Tags | object |
ItemEntity | object |
ItemSoundSetId | string |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Ingredient_Bolt_Linen.name"
},
"Categories": [
"Items.Ingredients"
],
"Recipe": {
"Input": [
{
"ItemId": "Plant_Crop_Cotton_Item",
"Quantity": 1
}
],
"OutputQuantity": 1,
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Loombench"
}
]
},
"Model": "Resources/Materials/Cotton_Bolt.blockymodel",
"Texture": "Resources/Materials/Cotton_Bolt_Textures/Linen_Texture.png",
"Quality": "Common",
"ItemLevel": 10,
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.65,
"Translation": [
1,
-3
],
"Rotation": [
22.5,
45,
22.5
]
},
"Icon": "Icons/ItemsGenerated/Ingredient_Bolt_Linen.png",
"Tags": {
"Type": [
"Ingredient"
]
},
"ItemEntity": {
"ParticleSystemId": null
},
"ItemSoundSetId": "ISS_Items_Cloth",
"DropOnDeath": true
}