This commit is contained in:
2025-04-02 19:04:27 +09:00
parent 4f6172d41b
commit ebb77ad6b1

View File

@@ -772,12 +772,6 @@ if settings.startup['PHI-VP'].value then
localised_description = {'description.charged-train-battery'}
}})
for _, v in pairs(data.raw.recipe) do
v.auto_recycle = false
v.allow_quality = false
v.allow_quality_message = nil
end
local item_sounds = require('__base__/prototypes/item_sounds')
data:extend({
@@ -1311,6 +1305,16 @@ if settings.startup['PHI-VP'].value then
v.minable.results = {{type = 'item', name = 'wood', amount = 4}}
end
end
for _, v in pairs(data.raw.recipe) do
v.auto_recycle = false
v.allow_quality = false
v.allow_quality_message = nil
end
for _, v in pairs(data.raw.item) do
v.auto_recycle = false
end
end
if mods['quality'] and settings.startup['PHI-VP-MAIN'].value and (not settings.startup['PHI-SA-MAX-QUALITY'].value) then