Rock_Runic_Teal_Brick_Stairs
Server/Item/Items/Rock/Runic_Teal/Rock_Runic_Teal_Brick_Stairs.json, 2.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
BlockType | object |
IconProperties | object |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Runic_Darkblue_Brick_Stairs.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Runic_Darkblue_Brick_Stairs.png",
"Set": "Rock_Runic_DarkBlue_Brick",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Stairs/Stairs_Textures/Rock_Runic_DarkBlue_Stairs.png",
"Weight": 1
}
],
"ParticleColor": "#255a63",
"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": [
{}
]
}
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
},
"Parent": "Rock_Stone_Brick_Stairs"
}