This website requires JavaScript.
Explore
Help
Register
Sign In
games
/
RedMew
Watch
1
Star
0
Fork
0
You've already forked RedMew
mirror of
https://github.com/Refactorio/RedMew.git
synced
2024-12-14 10:13:13 +02:00
Code
Issues
Releases
Activity
39d5134611
RedMew
/
map_gen
/
shape
/
left.lua
4 lines
78 B
Lua
Raw
Normal View
History
Unescape
Escape
changed to new module system
2018-05-10 21:42:24 +02:00
return
function
(
x
,
y
,
world
)
return
not
(
x
>
100
or
y
>
200
or
y
<
-
200
)
Added left, converted Glitter to misc to allow RSO + Glitter. Tweak to the RSO base to balance ores better, may need a rebalance
2017-11-08 13:25:28 +02:00
end
Reference in New Issue
Copy Permalink