mirror of
https://github.com/minetest-mods/maptools.git
synced 2025-07-01 06:40:20 +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
3
settingtypes.txt
Normal file
3
settingtypes.txt
Normal file
@ -0,0 +1,3 @@
|
||||
# If `true`, enables coin crafting recipes. If `false`, disables coin crafting recipes.
|
||||
# Takes effect only at load-time; runtime changes to this setting are ignored.
|
||||
maptools.enable_coin_crafting (Enable crafting recipes for coins) bool false
|
Reference in New Issue
Block a user