Basalt Rubble is an item in Hytale, categorized under the Rubble category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
Can also be acquired by breaking down cobble in a Salvager's Workbench.
This item cannot be crafted.
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.Rubble_Basalt.name",
"Description": "server.items.Rubble_Basalt.description"
},
"Icon": "Icons/ItemsGenerated/Rubble_Basalt.png",
"Parent": "Rubble_Stone",
"InteractionVars": {
"Item_Throw_Projectile": {
"Interactions": [
{
"Parent": "Item_Throw_Projectile",
"ProjectileId": "Rubble_Basalt"
}
]
}
},
"BlockType": {
"CustomModel": "Blocks/Stone/Rubble_Small.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Rubble/Rubble_Textures/Basalt.png",
"Weight": 1
}
],
"Gathering": {
"Soft": {
"ItemId": "Rubble_Basalt"
},
"Harvest": {
"ItemId": "Rubble_Basalt"
}
},
"ParticleColor": "#636045"
},
"DropOnDeath": true
}