Wood_Tropicalwood_Fence_Gate
Server/Item/Items/Wood/Tropicalwood/Wood_Tropicalwood_Fence_Gate.json, 2.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
Set | string |
Recipe | object |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Tropicalwood_Fence_Gate.name"
},
"Parent": "Wood_Softwood_Fence_Gate",
"Icon": "Icons/ItemsGenerated/Wood_Tropicalwood_Fence_Gate.png",
"Set": "Wood_Tropicalwood_Planks",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Tropicalwood",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Gate"
]
}
],
"OutputQuantity": 1
},
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Fences/Fence_Tropicalwood_Gate_Texture.png",
"Weight": 1
}
],
"ParticleColor": "#e4c16a",
"State": {
"Definitions": {
"CloseDoorIn": {
"InteractionSoundEventId": "SFX_Door_Desert_Close",
"CustomModelAnimation": "Blocks/Animations/Door/Door_Close_In.blockyanim"
},
"CloseDoorOut": {
"InteractionSoundEventId": "SFX_Door_Desert_Close",
"CustomModelAnimation": "Blocks/Animations/Door/Door_Close_Out.blockyanim"
},
"DoorBlocked": {},
"OpenDoorIn": {
"HitboxType": "Fence_Gate_Open_In",
"InteractionHitboxType": "Fence_Gate_Open_In_Interaction",
"InteractionSoundEventId": "SFX_Door_Desert_Open",
"CustomModelAnimation": "Blocks/Animations/Door/Door_Open_In.blockyanim",
"InteractionHint": "server.interactionHints.closeDoor"
},
"OpenDoorOut": {
"HitboxType": "Fence_Gate_Open_Out",
"InteractionHitboxType": "Fence_Gate_Open_Out_Interaction",
"InteractionSoundEventId": "SFX_Door_Desert_Open",
"CustomModelAnimation": "Blocks/Animations/Door/Door_Open_Out.blockyanim",
"InteractionHint": "server.interactionHints.closeDoor"
}
}
},
"ConnectedBlockRuleSet": {
"Type": "CustomTemplate",
"TemplateShapeBlockPatterns": {
"Gate": "Wood_Tropicalwood_Fence_Gate,*Wood_Tropicalwood_Fence_Gate_State_Definitions_OpenDoorIn,*Wood_Tropicalwood_Fence_Gate_State_Definitions_OpenDoorOut,*Wood_Tropicalwood_Fence_Gate_State_Definitions_CloseDoorIn,*Wood_Tropicalwood_Fence_Gate_State_Definitions_CloseDoorOut,*Wood_Tropicalwood_Fence_Gate_State_Definitions_DoorBlocked"
},
"TemplateShapeAssetId": "WallConnectedBlockTemplate"
},
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood"
}
}