Build_GreyLight_Half
Server/Item/Items/Build/Build_GreyLight/Build_GreyLight_Half.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
Quality | string |
Categories | array[1] |
SubCategory | string |
Interactions | object |
BlockType | object |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Build_GreyLight_Half.name"
},
"Icon": "Icons/ItemsGenerated/Build_GreyLight_Half.png",
"Parent": "Build_Black_Half",
"Quality": "Technical",
"Categories": [
"Tool.TechnicalBlocks"
],
"SubCategory": "BlockSets",
"Interactions": {
"Secondary": {
"Interactions": [
{
"Parent": "Half_Block",
"Matchers": [
{
"Block": {
"Id": "Build_GreyLight_Half",
"State": "default"
},
"Face": "Up",
"StaticFace": false
}
]
}
]
}
},
"BlockType": {
"ParticleColor": "#c0c0c0",
"CustomModelTexture": [
{
"Texture": "BlockTextures/Dev_Grey_Light_Top.png",
"Weight": 1
}
],
"State": {
"Definitions": {
"Block": {
"Material": "Solid",
"DrawType": "Cube",
"HitboxType": "Full",
"Textures": [
{
"All": "BlockTextures/Dev_Grey_Light_Top.png"
}
],
"Gathering": {
"Breaking": {
"GatherType": "SoftBlocks",
"DropList": {
"Container": {
"Type": "Single",
"Item": {
"ItemId": "Build_GreyLight_Half",
"QuantityMax": 2,
"QuantityMin": 2
}
}
}
}
}
}
}
}
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}