mirror of
https://github.com/minetest-mods/maptools.git
synced 2025-06-30 14:20:22 +02:00
Version MFF.
This commit is contained in:
4
config.lua
Normal file → Executable file
4
config.lua
Normal file → Executable file
@ -1,7 +1,7 @@
|
||||
--[[
|
||||
Map Tools: configuration handling
|
||||
|
||||
Copyright (c) 2012-2017 Hugo Locurcio and contributors.
|
||||
Copyright (c) 2012-2015 Calinou and contributors.
|
||||
Licensed under the zlib license. See LICENSE.md for more information.
|
||||
--]]
|
||||
|
||||
@ -26,4 +26,4 @@ local function setting(settingtype, name, default)
|
||||
end
|
||||
|
||||
-- Show Map Tools stuff in creative inventory (1 or 0):
|
||||
setting("integer", "hide_from_creative_inventory", 1)
|
||||
setting("integer", "hide_from_creative_inventory", 0)
|
||||
|
Reference in New Issue
Block a user