Removed ability to craft stone picks and furnaces from anything other than cobble.

This commit is contained in:
0gb.us 2013-04-03 03:40:53 -07:00
parent 80bd8800aa
commit b6b195ef76
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@ give_initial_stuff = true
unlimited_player_transfer_distance = false unlimited_player_transfer_distance = false
enable_pvp = false enable_pvp = false
disallow_empty_password = true disallow_empty_password = true
disable_anticheat = false disable_anticheat = true
mg_name = v6 mg_name = v6
mg_flags = trees, caves, v6_biome_blend, v6_jungles, dungeons mg_flags = trees, caves, v6_biome_blend, v6_jungles, dungeons

View File

@ -0,0 +1,2 @@
minetest.register_alias("group:stone", "default:cobble")