Soil Pathway - Quarter is an item in Hytale, categorized under the Soil category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
The crafting recipe for Soil Pathway - Quarter in Hytale is shown below.
This item cannot be salvaged.
Below is the item's .json data as extracted from the game files.
Click here to view the full file.
{
"TranslationProperties": {
"Name": "server.items.Soil_Pathway_Quarter.name"
},
"ItemLevel": 10,
"Icon": "Icons/ItemsGenerated/Soil_Pathway_Quarter.png",
"Categories": [
"Blocks.Soils"
],
"Set": "Soil_Half",
"Recipe": {
"Input": [
{
"ItemId": "Soil_Pathway",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "Crafting",
"Categories": [
"Structural-Rock"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 2
},
"PlayerAnimationsId": "Block",
"Interactions": {
"Secondary": {
"Interactions": [
{
"Parent": "Half_Block",
"Matchers": [
{
"Block": {
"Id": "Soil_Pathway_Half",
"State": "default"
},
"Face": "Up",
"StaticFace": false
}
]
}
]
}
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"CustomModel": "Blocks/Structures/Base_Shapes/QuarterBlock.blockymodel",
"CustomModelTexture": [
{
"Texture": "BlockTextures/Soil_Pathway.png",
"Weight": 1
}
],
"Group": "Dirt",
"HitboxType": "Block_Quarter",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Soils"
}
},
"VariantRotation": "DoublePipe",
"BlockParticleSetId": "Dirt",
"Supporting": {
"Down": [
{}
]
},
"ParticleColor": "#835c31",
"BlockSoundSetId": "Dirt",
"State": {
"Definitions": {
"Block": {
"Material": "Solid",
"DrawType": "Cube",
"HitboxType": "Full",
"Textures": [
{
"All": "BlockTextures/Soil_Pathway.png",
"Weight": 1
}
]
}
}
}
},
"Tags": {
"Type": [
"Soil"
]
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
},
"ItemSoundSetId": "ISS_Blocks_Soft"
}