Wood_Softwood_Ornate
Server/Item/Items/Wood/Softwood/Wood_Softwood_Ornate.json, 1.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
MaxStack | number |
Icon | string |
Categories | array[1] |
SubCategory | string |
PlayerAnimationsId | string |
Set | string |
Recipe | object |
BlockType | object |
Tags | object |
ItemSoundSetId | string |
Parent | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Softwood_Ornate.name"
},
"ItemLevel": 15,
"MaxStack": 100,
"Icon": "Icons/ItemsGenerated/Wood_Softwood_Ornate.png",
"Categories": [
"Blocks.Wood"
],
"SubCategory": "BlockSets",
"PlayerAnimationsId": "Block",
"Set": "Wood_Softwood_Planks",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Softwood_Trunk",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"OrnatePlanks"
]
}
],
"OutputQuantity": 1
},
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "Wood",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"BlockParticleSetId": "Wood",
"Textures": [
{
"Sides": "BlockTextures/Wood_Softwood_Ornate.png",
"UpDown": "BlockTextures/Wood_Softwood_Ornate_Top.png",
"Weight": 1
}
],
"ParticleColor": "#65482d",
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood"
},
"Tags": {
"Type": [
"Wood"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood",
"Parent": "Wood_Softwood_Planks",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}