mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-03-03 14:53:01 +02:00
Merge pull request #127 from Valansch/develop_nextmap_tweaks
Next map's tweaks
This commit is contained in:
commit
76a9f5bd0f
@ -27,7 +27,7 @@ local function player_joined(event)
|
||||
player.insert { name = "raw-fish", count = 4 }
|
||||
player.insert { name = "iron-gear-wheel", count = 8 }
|
||||
player.insert { name = "iron-plate", count = 16 }
|
||||
player.print("Welcome to our Server. You can join our Discord at: discord.me/redmew")
|
||||
player.print("Welcome to our Server. You can join our Discord at: redmew.com/discord")
|
||||
player.print("And remember.. Keep Calm And Spaghetti!")
|
||||
end
|
||||
|
||||
@ -54,10 +54,10 @@ function hodor(event)
|
||||
end
|
||||
end
|
||||
end
|
||||
if message:match("discord") then
|
||||
if message:match("discord") then
|
||||
if game.player then
|
||||
game.player.print("Did you ask about our discord server?")
|
||||
game.player.print("You can find it here: www.discord.me/redmew")
|
||||
game.player.print("You can find it here: redmew/discord")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -29,7 +29,7 @@ local function fillVanillaConfig()
|
||||
config["copper-ore"] = {
|
||||
type="resource-ore",
|
||||
|
||||
allotment=100,
|
||||
allotment=90,
|
||||
spawns_per_region={min=1, max=2},
|
||||
richness=11000,
|
||||
size={min=20, max=50},
|
||||
|
@ -5,7 +5,7 @@ function run_shape_module(event)
|
||||
|
||||
top_left = area.left_top --make a more direct reference
|
||||
|
||||
if top_left.x < -75 or top_left.y > 32 or top_left.y < -400 then
|
||||
if top_left.x < -150 or top_left.y > 32 or top_left.y < -568 then
|
||||
for x = top_left.x-1, top_left.x + 32 do
|
||||
for y = top_left.y-1, top_left.y + 32 do
|
||||
table.insert(tiles, {name = "out-of-map", position = {x,y}})
|
||||
|
Loading…
x
Reference in New Issue
Block a user