-- Alternative to no-magic style.
-- Description here
----
---- string of mending id "7449"-----
local ITEMS = {
[21385] = {
{"golem wrench", 10.10} -----
}
}
local stringOfMending = Action()
function stringOfMending.onUse(player, item, fromPos, target, toPos, isHotkey)...