1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-09-16 09:16:22 +02:00

Fixed duplicate big rock and missing huge rock

This commit is contained in:
Lynn
2018-12-01 19:00:42 +01:00
committed by GitHub
parent aa1cf8ed74
commit 1694c39f5b

View File

@@ -155,7 +155,7 @@ function Template.resources(surface, resources)
end
end
Template.diggy_rocks = {'sand-rock-big', 'rock-big', 'rock-big'}
Template.diggy_rocks = {'sand-rock-big', 'rock-big', 'rock-huge'}
---Returns true if the entity name is that of a diggy rock.
---@param entity_name string