mirror of
https://github.com/minetest-mods/maptools.git
synced 2025-07-01 14:40:22 +02:00
Disable crafting recipes for coins by default
Crafting recipes for coins can be enabled again by setting `maptools.enable_coin_crafting = true` in `minetest.conf`.
This commit is contained in:
committed by
Hugo Locurcio
parent
fd9476c173
commit
9915ec1852
@ -27,3 +27,5 @@ end
|
||||
|
||||
-- Show Map Tools stuff in creative inventory (1 or 0):
|
||||
setting("integer", "hide_from_creative_inventory", 1)
|
||||
-- Enable crafting recipes for coins (true or false):
|
||||
setting("bool", "enable_coin_crafting", false)
|
||||
|
Reference in New Issue
Block a user