Rock_Stone_Brick_Roof
Server/Item/Items/Rock/Stone/Rock_Stone_Brick_Roof.json, 4.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
MaxStack | number |
Icon | string |
Categories | array[1] |
PlayerAnimationsId | string |
Set | string |
Recipe | object |
BlockType | object |
IconProperties | object |
Tags | object |
Scale | number |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Stone_Brick_Roof.name"
},
"ItemLevel": 15,
"MaxStack": 100,
"Icon": "Icons/ItemsGenerated/Rock_Stone_Brick_Roof.png",
"Categories": [
"Blocks.Rocks"
],
"PlayerAnimationsId": "Block",
"Set": "Rock_Stone",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Rock_Stone_Brick",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Roof"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"CustomModel": "Blocks/Structures/Roofs/Slope_Rock.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Roofs/Slope_Rock_Textures/Stone_Brick.png",
"Weight": 1
}
],
"Group": "Roof",
"HitboxType": "Stairs",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks",
"ItemId": "Rock_Stone_Brick_Roof"
}
},
"VariantRotation": "NESW",
"BlockParticleSetId": "Stone",
"Supporting": {
"Down": [
{}
],
"North": [
{}
]
},
"ParticleColor": "#737055",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"State": {
"Definitions": {
"Corner_Right": {
"CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Right.blockymodel",
"HitboxType": "Roof_Corner_Right",
"FlipType": "OrthogonalInverse",
"Supporting": {
"Down": [
{}
]
}
},
"Corner_Left": {
"CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Left.blockymodel",
"HitboxType": "Roof_Corner_Left",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{}
]
}
},
"Inverted_Corner_Right": {
"CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Inverted_Right.blockymodel",
"HitboxType": "Stairs_Inverted_Corner_Right",
"FlipType": "OrthogonalInverse",
"Supporting": {
"Down": [
{}
]
}
},
"Inverted_Corner_Left": {
"CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Inverted_Left.blockymodel",
"HitboxType": "Stairs_Inverted_Corner_Left",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{}
]
}
},
"Topper": {
"CustomModel": "Blocks/Structures/Roofs/Topper_Rock.blockymodel",
"HitboxType": "Block_Three_Quarter",
"Supporting": {
"Down": [
{}
]
}
}
}
},
"ConnectedBlockRuleSet": {
"Type": "Roof",
"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"
}
},
"Hollow": {
"Straight": {
"State": "default",
"Block": "Rock_Stone_Brick_Roof_Hollow"
},
"Corner_Right": {
"State": "Corner_Right",
"Block": "Rock_Stone_Brick_Roof_Hollow"
},
"Corner_Left": {
"State": "Corner_Left",
"Block": "Rock_Stone_Brick_Roof_Hollow"
},
"Inverted_Corner_Right": {
"State": "Inverted_Corner_Right",
"Block": "Rock_Stone_Brick_Roof_Hollow"
},
"Inverted_Corner_Left": {
"State": "Inverted_Corner_Left",
"Block": "Rock_Stone_Brick_Roof_Hollow"
}
},
"Topper": {
"State": "Topper"
},
"MaterialName": "Roof"
}
},
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.45,
"Translation": [
0,
-19.700001
]
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Stone"
]
},
"Scale": 0.75,
"ItemSoundSetId": "ISS_Blocks_Stone"
}