This commit is contained in:
2026-06-26 02:08:53 +09:00
parent 915b66bd2e
commit b86c382f02
2 changed files with 13 additions and 7 deletions
+10
View File
@@ -0,0 +1,10 @@
if settings.startup['PHI-GM'].value then
if settings.startup['PHI-GM'].value == 'VP' then
for k, v in pairs(data.raw.recipe) do
if v.categories and v.categories == {'recycling'} and v.hidden then
data.raw.recipe[k] = nil
end
end
end
end