Bench_Loom
Server/Item/Items/Bench/Bench_Loom.json, 2.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Quality | string |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
Recipe | object |
MaxStack | number |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Bench_Loom.name",
"Description": "server.items.Bench_Loom.description"
},
"Icon": "Icons/ItemsGenerated/Bench_Loom.png",
"Categories": [
"Furniture.Benches"
],
"Quality": "Developer",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Semitransparent",
"CustomModel": "Blocks/Benches/Loom.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Benches/Loom_Texture.png",
"Weight": 1
}
],
"HitboxType": "Bench_Loom",
"VariantRotation": "NESW",
"Bench": {
"Type": "Crafting",
"Categories": [
{
"Id": "All",
"Icon": "Icons/CraftingCategories/Campfire.png",
"Name": "All"
}
],
"LocalOpenSoundEventId": "SFX_Bench_Placeholder",
"LocalCloseSoundEventId": "SFX_Bench_Placeholder",
"CompletedSoundEventId": "SFX_Bench_Placeholder",
"Id": "Loombench"
},
"BlockEntity": {
"Components": {
"BenchBlock": {}
}
},
"State": {
"Definitions": {
"CraftCompleted": {
"Looping": true
},
"CraftCompletedInstant": {}
}
},
"Gathering": {
"Breaking": {
"GatherType": "Benches"
}
},
"BlockParticleSetId": "Wood",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#6b472f",
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.385,
"Translation": [
11.4,
-13.2
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Bench"
]
},
"Recipe": {
"Input": [
{
"Quantity": 5,
"ResourceTypeId": "Wood_Trunk"
},
{
"ItemId": "Ingredient_Fabric_Scrap_Cotton",
"Quantity": 3
}
]
},
"MaxStack": 1,
"ItemSoundSetId": "ISS_Blocks_Wood"
}