Update anvil maximum name length to 35

This commit is contained in:
Elias Åström 2020-07-26 17:39:55 +02:00
parent 9ef57692ba
commit 4827d2a83a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
local S = minetest.get_translator("mcl_anvils")
local MAX_NAME_LENGTH = 30
local MAX_NAME_LENGTH = 35
local MAX_WEAR = 65535
local SAME_TOOL_REPAIR_BOOST = math.ceil(MAX_WEAR * 0.12) -- 12%
local MATERIAL_TOOL_REPAIR_BOOST = {