This commit is contained in:
2024-06-17 19:07:35 +09:00
parent aef805e74e
commit 205be9b4f5
4 changed files with 237 additions and 10 deletions

View File

@@ -201,7 +201,7 @@ local function EE(source)
-- item.icon_size = 64
-- item.icon_mipmaps = 4
if (source.new_type ~= nil) then
if source.new_type then
item.type = source.new_type
end
@@ -214,7 +214,6 @@ local function EI(source)
item.name = source.name
item.place_result = source.name
-- item.icons = {{icon = graphics_location .. source .. '-i.png', icon_mipmaps = 4, icon_size = 64}}
item.order = item.order .. 'B'
data:extend({item})
end