Soil_Basalt_Gravel_Half
Server/Item/Items/Soil/Gravel/Soil_Basalt_Gravel_Half.json, 2.4 KB
Fields
| Field | Type |
|---|---|
Parent | string |
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Recipe | object |
Set | string |
Interactions | object |
BlockType | object |
IconProperties | object |
Source
{
"Parent": "Soil_Gravel_Half",
"TranslationProperties": {
"Name": "server.items.Soil_Basalt_Gravel_Half.name"
},
"Icon": "Icons/ItemsGenerated/Soil_Basalt_Gravel_Half.png",
"Categories": [
"Blocks.Rocks"
],
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ItemId": "Rubble_Basalt",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Decorative"
]
}
],
"OutputQuantity": 2
},
"Set": "Rock_Basalt",
"Interactions": {
"Secondary": {
"Interactions": [
{
"Parent": "Half_Block",
"Matchers": [
{
"Block": {
"Id": "Soil_Basalt_Gravel_Half",
"State": "default"
},
"Face": "Up",
"StaticFace": false
}
]
}
],
"Cooldown": {
"Id": "BlockInteraction",
"Cooldown": 0.3,
"ClickBypass": true
},
"Settings": {
"Creative": {
"AllowSkipChainOnClick": true
}
}
}
},
"BlockType": {
"ParticleColor": "#413b2b",
"CustomModelTexture": [
{
"Texture": "BlockTextures/Soil_Basalt_Gravel.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"GatherType": "Soils",
"DropList": "Soil_Basalt_Gravel"
}
},
"State": {
"Definitions": {
"Block": {
"Material": "Solid",
"DrawType": "Cube",
"HitboxType": "Full",
"Textures": [
{
"All": "BlockTextures/Soil_Basalt_Gravel.png"
}
],
"Gathering": {
"Breaking": {
"GatherType": "Soils",
"DropList": {
"Container": {
"Type": "Single",
"Item": {
"ItemId": "Soil_Basalt_Gravel_Half",
"QuantityMax": 2,
"QuantityMin": 2
}
}
}
}
}
}
}
},
"TextureComputedColor": "#49412F"
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}