mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 07:40:37 +02:00
Make granite harder than regular stone
In real life granite is renowned for its hardness.
This commit is contained in:
@ -90,7 +90,7 @@ technic.cnc.register_all("technic:marble",
|
||||
-- Granite
|
||||
------------
|
||||
technic.cnc.register_all("technic:granite",
|
||||
{cracky=3, not_in_creative_inventory=1},
|
||||
{cracky=1, not_in_creative_inventory=1},
|
||||
{"technic_granite.png"},
|
||||
S("Granite"))
|
||||
|
||||
|
Reference in New Issue
Block a user