Merge branch 'master' into master

This commit is contained in:
snouz 2021-03-07 23:27:59 +01:00 committed by GitHub
commit 4cd720ffb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 78 additions and 31 deletions

View file

@ -6,6 +6,7 @@ if mods["FactorioExtended-Plus-Core"] then
util.remove_raw("item", "titanium-ore")
end
if (not mods["pyrawores"]) then
data:extend({
{
type = "autoplace-control",
@ -81,7 +82,8 @@ data:extend({
},
subgroup = "raw-resource",
order = "t-c-a",
stack_size = (mods["Krastorio2"] and util.get_k2_stack_size() or 50)
stack_size = util.get_stack_size(50)
},
})
end