Rock_Iridescent_Half
Server/Item/Items/Rock/Iridescent/Rock_Iridescent_Half.json, 2.4 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_Iridescent_Half.name"
},
"ItemLevel": 15,
"Quality": "Developer",
"MaxStack": 50,
"Categories": [
"Blocks.Rocks"
],
"Parent": "Rock_Stone_Half",
"PlayerAnimationsId": "Block",
"Interactions": {
"Secondary": {
"Interactions": [
{
"Parent": "Half_Block",
"Matchers": [
{
"Block": {
"Id": "Rock_Iridescent_Half",
"State": "default"
},
"Face": "Up",
"StaticFace": false
}
]
}
],
"Cooldown": {
"Id": "BlockInteraction",
"Cooldown": 0.3,
"ClickBypass": true
},
"Settings": {
"Creative": {
"AllowSkipChainOnClick": true
}
}
}
},
"Set": "Rock_Iridescent",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "BlockTextures/Rock_Crystal_Iridescent_Top.png",
"Weight": 1
}
],
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"BlockParticleSetId": "Stone",
"ParticleColor": "#e2fdff",
"BlockSoundSetId": "Stone",
"Group": "Stone",
"State": {
"Definitions": {
"Block": {
"Material": "Solid",
"DrawType": "Cube",
"HitboxType": "Full",
"Textures": [
{
"All": "BlockTextures/Rock_Crystal_Iridescent_Top.png"
}
],
"Supporting": {
"BlockSides": [
{}
]
},
"Gathering": {
"Breaking": {
"GatherType": "Rocks",
"DropList": {
"Container": {
"Type": "Single",
"Item": {
"ItemId": "Rock_Iridescent_Half",
"QuantityMax": 2,
"QuantityMin": 2
}
}
}
}
}
}
}
}
},
"Tags": {
"Family": [
"Rock_Iridescent"
],
"Type": [
"Rock"
]
},
"Icon": "Icons/ItemsGenerated/Rock_Iridescent_Half.png",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
0.0,
-13.5
]
}
}