Rock_Magma_Cooled_Brick_Stairs
Server/Item/Items/Rock/Magma/Rock_Magma_Cooled_Brick_Stairs.json, 3.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Recipe | object |
BlockType | object |
Tags | object |
Parent | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Magma_Cooled_Brick_Stairs.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Magma_Cooled_Brick_Stairs.png",
"Set": "Rock_Magma_Cooled",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Magma_Cooled_Brick"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Stairs"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Stairs/Stairs_Textures/Magma_Cooled_Brick.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"ItemId": "Rock_Magma_Cooled_Brick_Stairs",
"GatherType": "Rocks"
}
},
"ParticleColor": "#0d0a0a",
"State": {
"Definitions": {
"Corner_Right": {
"CustomModel": "Blocks/Structures/Stairs/Stairs_Corner_Right.blockymodel",
"HitboxType": "Stairs_Corner_Right",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{}
]
}
},
"Inverted_Corner_Right": {
"CustomModel": "Blocks/Structures/Stairs/Stairs_Inverted_Corner_Right.blockymodel",
"HitboxType": "Stairs_Inverted_Corner_Right",
"FlipType": "Orthogonal",
"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": [
{}
]
}
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Magma_Cooled"
]
},
"Parent": "Rock_Stone_Brick_Stairs",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}