Versions / 0.6.0-pre.5 / Item / Items / Furniture / Temple_Emerald / Furniture_Temple_Emerald_Trapdoor.json
Furniture_Temple_Emerald_Trapdoor
Server/Item/Items/Furniture/Temple_Emerald/Furniture_Temple_Emerald_Trapdoor.json, 2.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
IconProperties | object |
Interactions | object |
Recipe | object |
BlockType | object |
ResourceTypes | array[2] |
Icon | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Temple_Emerald_Trapdoor.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Doors"
],
"Set": "Furniture_Crude",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.65,
"Translation": [
1,
-26
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Recipe": {
"Input": [
{
"ResourceTypeId": "Rock_Quartzite"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Trapdoor"
]
}
]
},
"BlockType": {
"BlockParticleSetId": "Wood",
"CustomModel": "Blocks/Decorative_Sets/Temple_Emerald/Trapdoor.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Temple_Emerald/Trapdoor_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"HitboxType": "Trapdoor",
"Material": "Solid",
"Opacity": "Transparent",
"ParticleColor": "#452e41",
"State": {
"Definitions": {
"CloseDoorOut": {
"InteractionSoundEventId": "SFX_Door_Crude_Close",
"CustomModelAnimation": "Blocks/Animations/Trapdoor/Trapdoor_Close.blockyanim"
},
"OpenDoorOut": {
"SoundOcclusionOpacity": 0.0,
"HitboxType": "Trapdoor_Open",
"InteractionSoundEventId": "SFX_Door_Crude_Open",
"CustomModelAnimation": "Blocks/Animations/Trapdoor/Trapdoor_Open.blockyanim",
"InteractionHint": "server.interactionHints.closeDoor"
}
}
},
"VariantRotation": "NESW",
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood",
"SoundOcclusionOpacity": 2.0,
"InteractionHint": "server.interactionHints.openDoor",
"IsDoor": true,
"Interactions": {
"Use": "Door_Horizontal"
},
"TextureComputedColor": "#716141"
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Icon": "Icons/ItemsGenerated/Furniture_Temple_Emerald_Trapdoor.png",
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Temple"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}