1.1 코드
flags = {"hidden", "not-stackable", "only-in-cursor", "spawnable"}, 2.0 코드
??????????
로 바꾸어야 하는데 모딩 팁 글 보니까 이러라고 하는데 무슨뜻임?
Hidden flaghttps://gist.github.com/tburrows13/687f7dc86da1840624575ba437e86cfa#hidden-flag" style="background-color:transparent;float:left;margin:auto;line-height:1;width:28px;height:28px;">
"hidden" is no longer a flag, and is now a property of every single prototype.
-my_prototype.flags = {"hidden"}
+my_prototype.hidden = true
--------------------------------------------------------------------------
https://gist.github.com/tburrows13/687f7dc86da1840624575ba437e86cfa
플래그에다가 hidden을 넣는게 아니라 따로 프로퍼티로 빠졌다는 말인듯 Object.flags = {"hidden", "not-stackable", "only-in-cursor", "spawnable"}, 이걸 Object.hidden = true 이렇게 바꾸라는거 아닐까
단순히 변경만으로 안되네 전체 코드는 이럼local cfg1 = require("config.config-1")data:extend{ { -- This allows loading the selection-tool type item when mods are removed type = "selection-tool", name = cfg1.AC_sel_tool_name, -- icon = "__base__/graphics/icons/blueprint.png", -- icon_size = 64, icon_mipmaps = 4, icons = { { icon = "__base__/graphics/icons/upgrade-planner.png", i
글 따로 올려줄수있음?
https://gall.dcinside.com/mgallery/board/view/?id=factorio&no=70903&page=1