mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-01-18 03:21:47 +02:00
Fixed duplicate big rock and missing huge rock
This commit is contained in:
parent
aa1cf8ed74
commit
1694c39f5b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user