Removed ability to craft stone picks and furnaces from anything other than cobble.
This commit is contained in:
parent
80bd8800aa
commit
b6b195ef76
@ -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
|
||||||
|
|
||||||
|
2
0gb.us_game/mods/aliases/init.lua
Normal file
2
0gb.us_game/mods/aliases/init.lua
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
minetest.register_alias("group:stone", "default:cobble")
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user