Soil_Sand_White_Path_Half
Server/Item/Items/Soil/Sand/Soil_Sand_White_Path_Half.json, 2.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Icon | string |
PlayerAnimationsId | string |
Interactions | object |
Categories | array[1] |
SubCategory | string |
Set | string |
Recipe | object |
BlockType | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Soil_Sand_White_Path_Half.name"
},
"ItemLevel": 15,
"Icon": "Icons/ItemsGenerated/Soil_Sand_White_Path_Half.png",
"PlayerAnimationsId": "Block",
"Interactions": {
"Secondary": {
"Interactions": [
{
"Parent": "Half_Block",
"Matchers": [
{
"Block": {
"Id": "Soil_Sand_White_Path_Half",
"State": "default"
},
"Face": "Up",
"StaticFace": false
}
]
}
],
"Cooldown": {
"Id": "BlockInteraction",
"Cooldown": 0.3,
"ClickBypass": true
},
"Settings": {
"Creative": {
"AllowSkipChainOnClick": true
}
}
}
},
"Categories": [
"Blocks.Soils"
],
"SubCategory": "GrassAndDirt",
"Set": "Soil_Half",
"Recipe": {
"Input": [
{
"ItemId": "Soil_Sand_White",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "Crafting",
"Categories": [
"Structural-Rock"
]
}
],
"OutputQuantity": 2,
"TimeSeconds": 2
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"CustomModel": "Blocks/Structures/Base_Shapes/HalfBlock.blockymodel",
"CustomModelTexture": [
{
"Texture": "BlockTextures/Soil_Gravel_Sand.png",
"Weight": 1
}
],
"Group": "Stone",
"HitboxType": "Block_Half",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Soils"
}
},
"VariantRotation": "DoublePipe",
"BlockParticleSetId": "Stone",
"Supporting": {
"Down": [
{}
]
},
"BlockSoundSetId": "Gravel",
"State": {
"Definitions": {
"Block": {
"Material": "Solid",
"DrawType": "Cube",
"HitboxType": "Full",
"Textures": [
{
"All": "BlockTextures/Soil_Gravel_Sand.png",
"Weight": 1
}
],
"Supporting": {
"BlockSides": [
{}
]
},
"Gathering": {
"Breaking": {
"GatherType": "Soils",
"DropList": {
"Container": {
"Type": "Single",
"Item": {
"ItemId": "Soil_Sand_White_Path_Half",
"QuantityMax": 2,
"QuantityMin": 2
}
}
}
}
}
}
}
},
"ParticleColor": "#c39a48"
},
"Tags": {
"Type": [
"Soil"
],
"Family": [
"Sand"
]
},
"ItemSoundSetId": "ISS_Blocks_Soft"
}