Soil_Clay_Raw_Brick_Stairs
Server/Item/Items/Soil/Clay_Raw/Soil_Clay_Raw_Brick_Stairs.json, 2.9 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Quality | string |
MaxStack | number |
Icon | string |
Categories | array[1] |
SubCategory | string |
PlayerAnimationsId | string |
BlockType | object |
Tags | object |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Soil_Clay_Raw_Brick_Stairs.name"
},
"ItemLevel": 15,
"Quality": "Developer",
"MaxStack": 50,
"Icon": "Icons/ItemsGenerated/Soil_Clay_Raw_Brick_Stairs.png",
"Categories": [
"Blocks.Soils"
],
"SubCategory": "BlockSets",
"PlayerAnimationsId": "Block",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Structures/Stairs/Stairs.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Stairs/Stairs_Textures/Clay_Raw_Brick.png",
"Weight": 1
}
],
"Group": "Stone",
"HitboxType": "Stairs",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"VariantRotation": "UpDownNESW",
"BlockParticleSetId": "Stone",
"Supporting": {
"Down": [{}],
"North": [{}]
},
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"ParticleColor": "#404040",
"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" }
}
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Basalt"
]
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [22.5, 45.0, 22.5],
"Translation": [0.0, -13.5]
}
}