mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-01-18 03:21:47 +02:00
Merge pull request #497 from Refactorio/iltar-patch-1
Fixed duplicate big rock and missing huge rock
This commit is contained in:
commit
13c37a4d32
@ -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