Rock_Sandstone_White_Cobble_Wall
Server/Item/Items/Rock/Sandstone_White/Rock_Sandstone_White_Cobble_Wall.json, 2.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Recipe | object |
BlockType | object |
IconProperties | object |
Tags | object |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Sandstone_White_Cobble_Wall.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Sandstone_White_Cobble_Wall.png",
"Set": "Rock_Sandstone_White",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Sandstone_White"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Wall"
]
}
],
"OutputQuantity": 2,
"TimeSeconds": 0
},
"BlockType": {
"CustomModel": "Blocks/Structures/Walls/Wall_Sandstone_Cobble.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Walls/Wall_Sandstone_Cobble_Textures/White.png",
"Weight": 1
}
],
"HitboxType": "Fence_Thick",
"Gathering": {
"Breaking": {
"ItemId": "Rock_Sandstone_White_Cobble_Wall",
"GatherType": "Rocks"
}
},
"ParticleColor": "#cca863",
"State": {
"Definitions": {
"Corner": {
"CustomModel": "Blocks/Structures/Walls/Wall_SandStone_Cobble_Corner.blockymodel",
"HitboxType": "Fence_Corner_Thick",
"FlipType": "OrthogonalInverse"
},
"T": {
"CustomModel": "Blocks/Structures/Walls/Wall_SandStone_Cobble_T.blockymodel",
"FlipType": "Symmetric"
},
"Cross": {
"CustomModel": "Blocks/Structures/Walls/Wall_SandStone_Cobble_Cross.blockymodel"
}
}
},
"ConnectedBlockRuleSet": {
"Type": "CustomTemplate",
"TemplateShapeBlockPatterns": {
"Straight": "Rock_Sandstone_White_Cobble_Wall",
"Corner": "*Rock_Sandstone_White_Cobble_Wall_State_Definitions_Corner",
"T_Junction": "*Rock_Sandstone_White_Cobble_Wall_State_Definitions_T",
"Cross_Junction": "*Rock_Sandstone_White_Cobble_Wall_State_Definitions_Cross"
},
"TemplateShapeAssetId": "WallConnectedBlockTemplate"
},
"TextureComputedColor": "#CAA961"
},
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.58823,
"Translation": [
0,
-16.8
]
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Sandstone_White"
]
},
"Parent": "Rock_Stone_Cobble_Wall"
}