mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 13:56:20 +09:00
.
This commit is contained in:
@@ -329,7 +329,8 @@ if data.raw['resource'] then
|
||||
if data.raw['resource'][v] and data.raw['resource'][v].autoplace then
|
||||
nauvis_control[v:gsub('-', '_')] = {}
|
||||
nauvis_setting[v] = {}
|
||||
data.raw['resource'][v].minable = {mining_time = 1, results = {{type = 'fluid', name = v, amount_min = 10, amount_max = 10, probability = 1}}}
|
||||
data.raw['resource'][v].minable.results[1].amount_min = 10
|
||||
data.raw['resource'][v].minable.results[1].amount_max = 10
|
||||
data.raw['resource'][v].autoplace = resource_autoplace.resource_autoplace_settings{
|
||||
name = v,
|
||||
order = 'c',
|
||||
|
||||
Reference in New Issue
Block a user