mirror of
https://github.com/minetest-mods/maptools.git
synced 2025-07-01 06:40:20 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@ -26,4 +26,6 @@ local function setting(settingtype, name, default)
|
||||
end
|
||||
|
||||
-- Show Map Tools stuff in creative inventory (1 or 0):
|
||||
setting("integer", "hide_from_creative_inventory", 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