mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 13:56:20 +09:00
.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user