Wood_Softwood_Fence
Server/Item/Items/Wood/Softwood/Wood_Softwood_Fence.json, 2.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
MaxStack | number |
Icon | string |
Categories | array[1] |
SubCategory | string |
PlayerAnimationsId | string |
Interactions | object |
Set | string |
Recipe | object |
BlockType | object |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Softwood_Fence.name"
},
"ItemLevel": 15,
"MaxStack": 100,
"Icon": "Icons/ItemsGenerated/Wood_Softwood_Fence.png",
"Categories": [
"Blocks.Wood"
],
"SubCategory": "BlockSets",
"PlayerAnimationsId": "Item",
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Set": "Wood_Softwood_Planks",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Softwood",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Wall"
]
}
],
"OutputQuantity": 2
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Structures/Fences/Fence_Softwood.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Fences/Fence_Softwood_Texture.png",
"Weight": 1
}
],
"Group": "Wood",
"HitboxType": "Fence_Thin",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods",
"ItemId": "Wood_Softwood_Fence"
}
},
"VariantRotation": "NESW",
"BlockParticleSetId": "Wood",
"Supporting": {
"Down": [
{
"FaceType": "Fence"
}
],
"Up": [
{
"FaceType": "Fence"
}
]
},
"ParticleColor": "#65482d",
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood",
"State": {
"Definitions": {
"Corner": {
"CustomModel": "Blocks/Structures/Fences/Fence_Softwood_Corner.blockymodel",
"HitboxType": "Fence_Corner_Thin",
"FlipType": "OrthogonalInverse"
},
"T": {
"CustomModel": "Blocks/Structures/Fences/Fence_Softwood_T.blockymodel",
"FlipType": "Symmetric"
},
"Cross": {
"CustomModel": "Blocks/Structures/Fences/Fence_Softwood_Cross.blockymodel"
}
}
},
"ConnectedBlockRuleSet": {
"Type": "CustomTemplate",
"TemplateShapeAssetId": "WallConnectedBlockTemplate",
"TemplateShapeBlockPatterns": {
"Straight": "Wood_Softwood_Fence",
"Corner": "*Wood_Softwood_Fence_State_Definitions_Corner",
"Gate": "Wood_Softwood_Fence_Gate",
"T_Junction": "*Wood_Softwood_Fence_State_Definitions_T",
"Cross_Junction": "*Wood_Softwood_Fence_State_Definitions_Cross"
}
}
},
"IconProperties": {
"Scale": 0.63,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-16.7
]
},
"Tags": {
"Type": [
"Wood"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}