This commit is contained in:
2026-06-05 14:38:37 +09:00
parent 58141dbe8a
commit c56a745abf
+8
View File
@@ -54,6 +54,14 @@ end
-- entity
function main.EEE(source, tier)
if not data.raw[source.type] then
return
end
if not data.raw[source.type][source.ref_name] then
return
end
local item = table.deepcopy(data.raw[source.type][source.ref_name])
item.name = source.name .. '-' .. tier
item.minable.result = item.name