mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-30 20:01:40 +09:00
.
This commit is contained in:
@@ -772,6 +772,12 @@ if settings.startup['PHI-VP'].value then
|
|||||||
localised_description = {'description.charged-train-battery'}
|
localised_description = {'description.charged-train-battery'}
|
||||||
}})
|
}})
|
||||||
|
|
||||||
|
for k, v in pairs(data.raw.recipe) do
|
||||||
|
if v.category == 'recycling' then
|
||||||
|
data.raw.recipe[k] = nil
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
local item_sounds = require('__base__/prototypes/item_sounds')
|
local item_sounds = require('__base__/prototypes/item_sounds')
|
||||||
|
|
||||||
data:extend({
|
data:extend({
|
||||||
|
|||||||
Reference in New Issue
Block a user