Version MFF.

This commit is contained in:
sys4-fr
2018-09-08 00:31:40 +02:00
parent 04483e4fd7
commit 48b8f8a726
37 changed files with 317 additions and 100 deletions

4
config.lua Normal file → Executable file
View 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)