Bench_Lumbermill
Server/Item/Items/Bench/Bench_Lumbermill.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Recipe | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
MaxStack | number |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Bench_Lumbermill.name"
},
"Icon": "Icons/ItemsGenerated/Bench_Lumbermill.png",
"Categories": [
"Furniture.Furniture"
],
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 1
},
{
"ResourceTypeId": "Rubble",
"Quantity": 2
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 2
},
{
"ItemId": "Ingredient_Stick",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Furniture_Bench",
"Categories": [
"Furniture_Misc"
]
}
]
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Benches/Lumbermill.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Benches/Lumbermill_Texture.png",
"Weight": 1
}
],
"CustomModelScale": 1,
"VariantRotation": "NESW",
"HitboxType": "Bench_Lumbermill",
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"BlockParticleSetId": "Wood",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#6f462c",
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.41,
"Translation": [
11.4,
-7.2
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Furniture"
]
},
"MaxStack": 1,
"ItemSoundSetId": "ISS_Blocks_Wood"
}