Rock_Dawnstone_Cobble_Half
Server/Item/Items/Rock/Dawnstone/Rock_Dawnstone_Cobble_Half.json, 2.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Quality | string |
MaxStack | number |
Categories | array[1] |
Parent | string |
PlayerAnimationsId | string |
Interactions | object |
Set | string |
BlockType | object |
Tags | object |
Icon | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Dawnstone_Cobble_Half.name"
},
"ItemLevel": 15,
"Quality": "Developer",
"MaxStack": 50,
"Categories": [
"Blocks.Rocks"
],
"Parent": "Rock_Stone_Cobble_Half",
"PlayerAnimationsId": "Block",
"Interactions": {
"Secondary": {
"Interactions": [
{
"Parent": "Half_Block",
"Matchers": [
{
"Block": {
"Id": "Rock_Dawnstone_Cobble_Half",
"State": "default"
},
"Face": "Up",
"StaticFace": false
}
]
}
],
"Cooldown": {
"Id": "BlockInteraction",
"Cooldown": 0.3,
"ClickBypass": true
},
"Settings": {
"Creative": {
"AllowSkipChainOnClick": true
}
}
}
},
"Set": "Rock_Dawnstone",
"BlockType": {
"CustomModel": "Blocks/Structures/Base_Shapes/HalfBlock_CustomSide.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Base_Shapes/HalfBlock_CustomSide_Dawnstone_Cobble.png",
"Weight": 1
}
],
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"BlockSoundSetId": "Stone",
"Group": "Stone",
"State": {
"Definitions": {
"Block": {
"Material": "Solid",
"DrawType": "Cube",
"HitboxType": "Full",
"Textures": [
{
"Sides": "BlockTextures/Rock_Dawnstone_Cobble.png",
"UpDown": "BlockTextures/Rock_Dawnstone_Cobble_Top.png"
}
],
"Supporting": {
"BlockSides": [
{}
]
},
"Gathering": {
"Breaking": {
"GatherType": "Rocks",
"DropList": {
"Container": {
"Type": "Single",
"Item": {
"ItemId": "Rock_Dawnstone_Cobble_Half",
"QuantityMax": 2,
"QuantityMin": 2
}
}
}
}
}
}
}
},
"ParticleColor": "#f2ab78"
},
"Tags": {
"Family": [
"Calcite"
],
"Type": [
"Rock"
]
},
"Icon": "Icons/ItemsGenerated/Rock_Dawnstone_Cobble_Half.png",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
0.0,
-13.5
]
}
}