Rock_Dawnstone
Server/Item/Items/Rock/Dawnstone/Rock_Dawnstone.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Quality | string |
MaxStack | number |
Icon | string |
Categories | array[1] |
PlayerAnimationsId | string |
Set | string |
Recipe | object |
BlockType | object |
ResourceTypes | array[1] |
Tags | object |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Dawnstone.name"
},
"ItemLevel": 15,
"Quality": "Developer",
"MaxStack": 50,
"Icon": "Icons/ItemsGenerated/Rock_Dawnstone.png",
"Categories": [
"Blocks.Rocks"
],
"PlayerAnimationsId": "Block",
"Set": "Rock_Dawnstone",
"Recipe": {
"Input": [
{
"ItemId": "Rock_Quartzite",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Id": "Furnace",
"Type": "Processing"
}
],
"OutputQuantity": 1,
"TimeSeconds": 2
},
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "Stone",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"BlockParticleSetId": "Stone",
"Textures": [
{
"All": "BlockTextures/Rock_Dawnstone.png",
"Weight": 1,
"UpDown": "BlockTextures/Rock_Dawnstone_Top.png"
}
],
"ParticleColor": "#dd5837",
"BlockSoundSetId": "Stone"
},
"ResourceTypes": [
{
"Id": "Bricks"
}
],
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Quartzite"
]
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
0.0,
-13.5
]
}
}