We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e334146 commit a5b8c95Copy full SHA for a5b8c95
map_gen/maps/danger_ores/modules/restart_command.lua
@@ -136,7 +136,7 @@ return function(config)
136
local ore_products = {}
137
for _, ore_prototype in pairs(resource_prototypes) do
138
local mineable_properties = ore_prototype.mineable_properties
139
- if mineable_properties.minable_flag and ore_prototype.resource_category == 'basic-solid' then
+ if mineable_properties.minable and ore_prototype.resource_category == 'basic-solid' then
140
for _, product in pairs(mineable_properties.products) do
141
ore_products[product.name] = true
142
end
0 commit comments