mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -772,8 +772,10 @@ if settings.startup['PHI-VP'].value then
|
||||
localised_description = {'description.charged-train-battery'}
|
||||
}})
|
||||
|
||||
for k, v in pairs(data.raw.recipe) do
|
||||
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')
|
||||
|
||||
Reference in New Issue
Block a user