Halloween_Wagon
Server/Item/Items/Deco/Halloween_Wagon.json, 1.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Icon | string |
IconProperties | object |
Recipe | object |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Halloween_Wagon.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Furniture"
],
"Set": "Furniture_Tavern",
"Icon": "Icons/ItemsGenerated/Halloween_Wagon.png",
"IconProperties": {
"Scale": 0.3,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
8,
-20
]
},
"Recipe": {
"Input": [
{
"ItemId": "Wood_Darkwood_Planks",
"Quantity": 1
},
{
"ItemId": "Wood_Darkwood_Planks_Half",
"Quantity": 2
},
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Furniture_Bench",
"Type": "Crafting",
"Categories": [
"Furniture_Seasonal"
]
}
]
},
"BlockType": {
"BlockParticleSetId": "Wood",
"CustomModel": "Items/Halloween_Props/Halloween_Wagon.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Halloween_Props/Halloween_Wagon_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"Group": "Wood",
"HitboxType": "Table",
"Material": "Solid",
"Opacity": "Transparent",
"ParticleColor": "#543022",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood",
"VariantRotation": "NESW"
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Tavern"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}