Wood_Greenwood_Roof_Hollow
Server/Item/Items/Wood/Greenwood/Wood_Greenwood_Roof_Hollow.json, 3.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
SubCategory | string |
Set | string |
BlockType | object |
Tags | object |
Parent | string |
Variant | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Greenwood_Roof_Hollow.name"
},
"Icon": "Icons/ItemsGenerated/Wood_Greenwood_Roof_Hollow.png",
"Categories": [
"Blocks.Wood"
],
"SubCategory": "BlockSets",
"Set": "Wood_Greenwood_Planks",
"BlockType": {
"CustomModel": "Blocks/Structures/Roofs/Slope_Rock_Hollow.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Roofs/Slope_Rock_Textures/Greenwood.png",
"Weight": 1
}
],
"CustomModelScale": 1,
"Gathering": {
"Breaking": {
"ItemId": "Wood_Greenwood_Roof",
"GatherType": "Woods"
}
},
"ParticleColor": "#9ca05b",
"BlockSoundSetId": "Wood",
"State": {
"Definitions": {
"Corner_Right": {
"CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Hollow_Right.blockymodel",
"HitboxType": "Stairs_Thin_Corner_Right",
"FlipType": "OrthogonalInverse",
"InteractionHitboxType": "Roof_Corner_Right"
},
"Corner_Left": {
"CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Hollow_Left.blockymodel",
"HitboxType": "Stairs_Thin_Corner_Left",
"FlipType": "Orthogonal",
"InteractionHitboxType": "Roof_Corner_Left"
},
"Inverted_Corner_Right": {
"CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Inverted_Hollow_Right.blockymodel",
"HitboxType": "Stairs_Inverted_Corner_Right",
"FlipType": "OrthogonalInverse",
"InteractionHitboxType": "Stairs_Inverted_Corner_Right"
},
"Inverted_Corner_Left": {
"CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Inverted_Hollow_Left.blockymodel",
"HitboxType": "Stairs_Inverted_Corner_Left",
"FlipType": "Orthogonal",
"InteractionHitboxType": "Stairs_Inverted_Corner_Left"
}
}
},
"ConnectedBlockRuleSet": {
"Type": "Roof",
"Regular": {
"Straight": {
"State": "default",
"Block": "Wood_Greenwood_Roof"
},
"Corner_Right": {
"State": "Corner_Right",
"Block": "Wood_Greenwood_Roof"
},
"Corner_Left": {
"State": "Corner_Left",
"Block": "Wood_Greenwood_Roof"
},
"Inverted_Corner_Right": {
"State": "Inverted_Corner_Right",
"Block": "Wood_Greenwood_Roof"
},
"Inverted_Corner_Left": {
"State": "Inverted_Corner_Left",
"Block": "Wood_Greenwood_Roof"
}
},
"Hollow": {
"Straight": {
"State": "default"
},
"Corner_Right": {
"State": "Corner_Right"
},
"Corner_Left": {
"State": "Corner_Left"
},
"Inverted_Corner_Right": {
"State": "Inverted_Corner_Right"
},
"Inverted_Corner_Left": {
"State": "Inverted_Corner_Left"
}
},
"MaterialName": "Roof"
},
"Supporting": {},
"InteractionHitboxType": "Stairs"
},
"Tags": {
"Type": [
"Wood"
],
"Family": [
"Greenwood"
]
},
"Parent": "Wood_Softwood_Roof_Hollow",
"Variant": true
}