forked from minetest-mods/technic
aliased diamong block back to default one.
This commit is contained in:
@ -56,3 +56,5 @@ minetest.register_craft({
|
||||
{'technic:marble','technic:marble'}
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_alias("technic:diamond_block", "default:diamondblock")
|
||||
|
Reference in New Issue
Block a user