mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-09-16 09:16:22 +02:00
fixed missing end and added gitingore
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.swp
|
@@ -12,5 +12,5 @@ local function chunk_modification(event)
|
||||
surface.set_tiles(tiles)
|
||||
end
|
||||
end
|
||||
|
||||
Event.register(defines.events.on_chunk_generated, chunk_modification)
|
||||
end
|
||||
Event.register(defines.events.on_chunk_generated, chunk_modification)
|
||||
|
Reference in New Issue
Block a user