Versions / 0.6.0-pre.9.1 / Item / Items / Furniture / Temple_Earth / Furniture_Temple_Earth_Door.json
Furniture_Temple_Earth_Door
Server/Item/Items/Furniture/Temple_Earth/Furniture_Temple_Earth_Door.json, 3.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Icon | string |
Interactions | object |
IconProperties | object |
Recipe | object |
BlockType | object |
Scale | number |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Temple_Earth_Door.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Doors"
],
"Set": "Furniture_Temple_Earth",
"Icon": "Icons/ItemsGenerated/Furniture_Temple_Earth_Door.png",
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.45,
"Translation": [
-6.51,
-61.71
]
},
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 2
},
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Id": "Furniture_Bench",
"Type": "Crafting",
"Categories": [
"Furniture_Misc"
]
}
]
},
"BlockType": {
"BlockParticleSetId": "Wood",
"CustomModel": "Blocks/Decorative_Sets/Temple_Emerald/Door_Large.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Temple_Emerald/Door_Large_Texture.png"
}
],
"DrawType": "Model",
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"HitboxType": "Door_Large",
"Material": "Solid",
"State": {
"Definitions": {
"CloseDoorIn": {
"InteractionSoundEventId": "SFX_Door_Temple_Light_Close",
"CustomModelAnimation": "Blocks/Animations/Door/Door_Close_In.blockyanim"
},
"CloseDoorOut": {
"InteractionSoundEventId": "SFX_Door_Temple_Light_Close",
"CustomModelAnimation": "Blocks/Animations/Door/Door_Close_Out.blockyanim"
},
"DoorBlocked": {},
"OpenDoorIn": {
"SoundOcclusionOpacity": 0.0,
"HitboxType": "Door_Large_Open_In",
"InteractionHitboxType": "Door_Large_Open_In_Interaction",
"InteractionSoundEventId": "SFX_Door_Temple_Light_Open",
"CustomModelAnimation": "Blocks/Animations/Door/Door_Open_In.blockyanim",
"InteractionHint": "server.interactionHints.closeDoor"
},
"OpenDoorOut": {
"SoundOcclusionOpacity": 0.0,
"HitboxType": "Door_Large_Open_Out",
"InteractionHitboxType": "Door_Large_Open_Out_Interaction",
"InteractionSoundEventId": "SFX_Door_Temple_Light_Open",
"CustomModelAnimation": "Blocks/Animations/Door/Door_Open_Out.blockyanim",
"InteractionHint": "server.interactionHints.closeDoor"
}
}
},
"VariantRotation": "NESW",
"ParticleColor": "#694b29",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"SoundOcclusionOpacity": 2.0,
"InteractionHint": "server.interactionHints.openDoor",
"IsDoor": true,
"Interactions": {
"Use": "Door"
},
"ConnectedBlockRuleSet": {
"Type": "CustomTemplate",
"TemplateShapeAssetId": "DoorConnectedBlockTemplate",
"TemplateShapeBlockPatterns": {
"Default": "Furniture_Temple_Earth_Door"
}
},
"TextureComputedColor": "#664C30"
},
"Scale": 0.5,
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Temple"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}