Rock_Stone_Cobble_Wall
Server/Item/Items/Rock/Stone/Rock_Stone_Cobble_Wall.json, 3.1 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 |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Stone_Cobble_Wall.name"
},
"ItemLevel": 10,
"MaxStack": 100,
"Icon": "Icons/ItemsGenerated/Rock_Stone_Cobble_Fence.png",
"Categories": [
"Blocks.Rocks"
],
"PlayerAnimationsId": "Block",
"Set": "Rock_Stone",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Rock_Stone",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Wall"
]
}
],
"OutputQuantity": 2,
"TimeSeconds": 0
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Structures/Walls/Wall_Rock_Cobble.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Walls/Wall_Rock_Cobble_Textures/Stone.png",
"Weight": 1
}
],
"Group": "Stone",
"HitboxType": "Fence",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"VariantRotation": "Wall",
"BlockParticleSetId": "Stone",
"Supporting": {
"Down": [
{
"FaceType": "Wall"
}
],
"Up": [
{
"FaceType": "Wall"
}
]
},
"ParticleColor": "#615d44",
"BlockSoundSetId": "Stone",
"State": {
"Definitions": {
"Corner": {
"CustomModel": "Blocks/Structures/Walls/Wall_Rock_Cobble_Corner.blockymodel",
"HitboxType": "Fence_Corner",
"Gathering": {
"Breaking": {
"ItemId": "Rock_Stone_Cobble_Wall",
"GatherType": "Rocks"
}
},
"FlipType": "OrthogonalInverse"
},
"T": {
"CustomModel": "Blocks/Structures/Walls/Wall_Rock_Cobble_T.blockymodel",
"Gathering": {
"Breaking": {
"ItemId": "Rock_Stone_Cobble_Wall",
"GatherType": "Rocks"
}
},
"FlipType": "Symmetric"
},
"Cross": {
"CustomModel": "Blocks/Structures/Walls/Wall_Rock_Cobble_Cross.blockymodel",
"Gathering": {
"Breaking": {
"ItemId": "Rock_Stone_Cobble_Wall",
"GatherType": "Rocks"
}
}
}
}
},
"ConnectedBlockRuleSet": {
"Type": "CustomTemplate",
"TemplateShapeAssetId": "WallConnectedBlockTemplate",
"TemplateShapeBlockPatterns": {
"Straight": "Rock_Stone_Cobble_Wall",
"Corner": "*Rock_Stone_Cobble_Wall_State_Definitions_Corner",
"T_Junction": "*Rock_Stone_Cobble_Wall_State_Definitions_T",
"Cross_Junction": "*Rock_Stone_Cobble_Wall_State_Definitions_Cross"
}
}
},
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.63,
"Translation": [
0,
-16.700001
]
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Stone"
]
},
"ItemSoundSetId": "ISS_Blocks_Stone"
}