Soil_Dirt_Dry_Half
Server/Item/Items/Soil/Dirt/Soil_Dirt_Dry_Half.json, 1.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
Set | string |
Interactions | object |
BlockType | object |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Soil_Dirt_Dry_Half.name"
},
"Parent": "Soil_Dirt_Half",
"Icon": "Icons/ItemsGenerated/Soil_Dirt_Dry_Half.png",
"Set": "Soil_Dirt_Dry",
"Interactions": {
"Secondary": {
"Interactions": [
{
"Parent": "Half_Block",
"Matchers": [
{
"Block": {
"Id": "Soil_Dirt_Dry_Half",
"State": "default"
},
"Face": "Up",
"StaticFace": false
}
]
}
]
}
},
"BlockType": {
"CustomModelTexture": [
{
"Texture": "BlockTextures/Soil_Dirt_Dry.png",
"Weight": 1
}
],
"ParticleColor": "#b89552",
"State": {
"Definitions": {
"Block": {
"Material": "Solid",
"DrawType": "Cube",
"HitboxType": "Full",
"Textures": [
{
"All": "BlockTextures/Soil_Dirt_Dry.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"GatherType": "Soils",
"DropList": {
"Container": {
"Type": "Single",
"Item": {
"ItemId": "Soil_Dirt_Dry_Half",
"QuantityMax": 2,
"QuantityMin": 2
}
}
}
}
}
}
}
}
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}