Rock_Stone_Brick_Decorative
Server/Item/Items/Rock/Stone/Rock_Stone_Brick_Decorative.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
MaxStack | number |
Icon | string |
Categories | array[1] |
PlayerAnimationsId | string |
Parent | string |
Set | string |
Recipe | object |
BlockType | object |
Tags | object |
ItemSoundSetId | string |
ResourceTypes | array[1] |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Stone_Brick_Decorative.name"
},
"ItemLevel": 15,
"MaxStack": 100,
"Icon": "Icons/ItemsGenerated/Rock_Stone_Brick_Decorative.png",
"Categories": [
"Blocks.Rocks"
],
"PlayerAnimationsId": "Block",
"Parent": "Rock_Stone_Brick",
"Set": "Rock_Stone",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Rock_Stone",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Decorative"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"BlockType": {
"Textures": [
{
"Sides": "BlockTextures/Rock_Stone_Brick_Decorative.png",
"UpDown": "BlockTextures/Rock_Stone_Brick_Smooth.png",
"Weight": 1
}
],
"ParticleColor": "#737055",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"TextureComputedColor": "#5E5D48"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Stone"
]
},
"ItemSoundSetId": "ISS_Blocks_Stone",
"ResourceTypes": [
{
"Id": "Rock_Stone_Brick"
}
]
}