mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-05 05:41:28 +02:00
Update anvil maximum name length to 35
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user