Wood_Sticks
Server/Item/Items/Wood/Sticks/Wood_Sticks.json, 1.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Interactions | object |
BlockType | object |
ResourceTypes | array[1] |
FuelQuality | number |
PlayerAnimationsId | string |
Tags | object |
MaxStack | number |
Icon | string |
IconProperties | object |
ItemSoundSetId | string |
Recipe | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Sticks.name"
},
"Categories": [
"Items.Ingredients"
],
"Interactions": {
"Secondary": "Block_Secondary"
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Farming/Stick_Pile.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Farming/Sticks_Pile_Texture.png",
"Weight": 1
}
],
"Group": "Wood",
"HitboxType": "Rubble",
"Flags": {},
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {
"DropList": "Wood_Sticks"
},
"Harvest": {
"DropList": "Wood_Sticks"
},
"UseDefaultDropWhenPlaced": true
},
"BlockParticleSetId": "Dust",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#633625",
"BlockSoundSetId": "Sticks"
},
"ResourceTypes": [
{
"Id": "Fuel"
}
],
"FuelQuality": 4.0,
"PlayerAnimationsId": "Item",
"Tags": {
"Family": [
"Rubble"
],
"Type": [
"Wood"
]
},
"MaxStack": 100,
"Icon": "Icons/ItemsGenerated/Wood_Sticks.png",
"IconProperties": {
"Scale": 0.7,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-4
]
},
"ItemSoundSetId": "ISS_Blocks_Wood",
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Stick",
"Quantity": 5
}
],
"BenchRequirement": [
{
"Id": "Farmingbench",
"Categories": [
"Decorative"
]
}
]
}
}