Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2021-07-03 17:27:54 +02:00
4 changed files with 39 additions and 2 deletions

View File

@ -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)