1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +02:00

Merge pull request #1005 from Claude477/patch-2

Update creation_of_adam2.lua
This commit is contained in:
grilledham 2019-11-15 21:14:15 +00:00 committed by GitHub
commit da51264761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ local map = b.grid_pattern(pattern, 2, 2, pic.width - 1, pic.height - 1)
map = b.translate(map, 222, 64)
local rainbows = require 'map_gen.ores.fluffy_rainbows'
local rainbows = require 'map_gen.entities.fluffy_rainbows'
local rainbow1 = b.translate(rainbows, 1000000, 1000000)
local rainbow2 = b.translate(rainbows, 2000000, 2000000)