Rock_Sandstone_Red_Cobble_Stairs
Server/Item/Items/Rock/Sandstone_Red/Rock_Sandstone_Red_Cobble_Stairs.json, 3.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Recipe | object |
BlockType | object |
Tags | object |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Sandstone_Red_Cobble_Stairs.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Sandstone_Red_Cobble_Stairs.png",
"Set": "Rock_Sandstone_Red",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Sandstone_Red"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Stairs"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Stairs/Stairs_Textures/Sandstone_Red_Cobble.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"ItemId": "Rock_Sandstone_Red_Cobble_Stairs",
"GatherType": "Rocks"
}
},
"ParticleColor": "#8e5234",
"State": {
"Definitions": {
"Corner_Right": {
"CustomModel": "Blocks/Structures/Stairs/Stairs_Corner_Right.blockymodel",
"HitboxType": "Stairs_Corner_Right",
"FlipType": "OrthogonalInverse",
"Supporting": {
"Down": [
{}
]
}
},
"Inverted_Corner_Right": {
"CustomModel": "Blocks/Structures/Stairs/Stairs_Inverted_Corner_Right.blockymodel",
"HitboxType": "Stairs_Inverted_Corner_Right",
"FlipType": "OrthogonalInverse",
"Supporting": {
"Down": [
{}
],
"North": [
{}
],
"East": [
{}
]
}
},
"Corner_Left": {
"CustomModel": "Blocks/Structures/Stairs/Stairs_Corner_Left.blockymodel",
"HitboxType": "Stairs_Corner_Left",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{}
]
}
},
"Inverted_Corner_Left": {
"CustomModel": "Blocks/Structures/Stairs/Stairs_Inverted_Corner_Left.blockymodel",
"HitboxType": "Stairs_Inverted_Corner_Left",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{}
],
"North": [
{}
],
"West": [
{}
]
}
}
}
},
"PlacementSettings": {
"RotationMode": "StairFacingPlayer"
},
"ConnectedBlockRuleSet": {
"Type": "Stair",
"Corner_Left": {
"State": "Corner_Left"
},
"Corner_Right": {
"State": "Corner_Right"
},
"Inverted_Corner_Left": {
"State": "Inverted_Corner_Left"
},
"Inverted_Corner_Right": {
"State": "Inverted_Corner_Right"
},
"Straight": {
"State": "default"
}
},
"Supporting": {
"Down": [
{}
],
"North": [
{}
]
},
"TextureComputedColor": "#7D4B2D"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Sandstone"
]
},
"Parent": "Rock_Stone_Cobble_Stairs"
}