Rock_Sandstone_Red_Brick_Roof_Shallow
Server/Item/Items/Rock/Sandstone_Red/Rock_Sandstone_Red_Brick_Roof_Shallow.json, 3.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Set | string |
BlockType | object |
Icon | string |
Tags | object |
Parent | string |
Recipe | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Sandstone_Red_Brick_Roof_Shallow.name"
},
"Set": "Rock_Sandstone_Red",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Roofs/Slope_Rock_Textures/Sandstone_Brick_Red.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"ItemId": "Rock_Sandstone_Red_Brick_Roof_Shallow",
"GatherType": "Rocks"
}
},
"ParticleColor": "#8e5234",
"State": {
"Definitions": {
"Corner_Right": {
"CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Shallow_Right.blockymodel",
"HitboxType": "Roof_Corner_Shallow_Right",
"FlipType": "OrthogonalInverse",
"Supporting": {
"Down": [
{}
]
},
"Gathering": {
"Breaking": {
"GatherType": "Rocks",
"ItemId": "Rock_Sandstone_Red_Brick_Roof_Shallow",
"Quantity": 2
}
}
},
"Corner_Left": {
"CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Shallow_Left.blockymodel",
"HitboxType": "Roof_Corner_Shallow_Left",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{}
]
},
"Gathering": {
"Breaking": {
"GatherType": "Rocks",
"ItemId": "Rock_Sandstone_Red_Brick_Roof_Shallow",
"Quantity": 2
}
}
},
"Inverted_Corner_Right": {
"CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Shallow_Inverted_Right.blockymodel",
"HitboxType": "Roof_Corner_Shallow_Inverted_Right",
"FlipType": "OrthogonalInverse",
"Supporting": {
"Down": [
{}
]
},
"Gathering": {
"Breaking": {
"GatherType": "Rocks",
"ItemId": "Rock_Sandstone_Red_Brick_Roof_Shallow",
"Quantity": 2
}
}
},
"Inverted_Corner_Left": {
"CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Shallow_Inverted_Left.blockymodel",
"HitboxType": "Roof_Corner_Shallow_Inverted_Left",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{}
]
},
"Gathering": {
"Breaking": {
"GatherType": "Rocks",
"ItemId": "Rock_Sandstone_Red_Brick_Roof_Shallow",
"Quantity": 2
}
}
}
}
},
"ConnectedBlockRuleSet": {
"Type": "Roof",
"Width": 2,
"Regular": {
"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_Shallow"
}
},
"Icon": "Icons/ItemsGenerated/Rock_Sandstone_Red_Brick_Roof_Shallow.png",
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Sandstone"
]
},
"Parent": "Rock_Stone_Brick_Roof_Shallow",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Sandstone_Red_Brick"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Roof"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
}
}