forked from VoxeLibre/VoxeLibre
Update anvil maximum name length to 35
This commit is contained in:
parent
9ef57692ba
commit
4827d2a83a
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue