mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 01:21:05 +01:00
Update anvil maximum name length to 35
This commit is contained in:
parent
9ef57692ba
commit
4827d2a83a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue