mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2025-05-13 20:21:24 -05:00
Update some modes to new API provided by issue #31 of main repo
This commit is contained in:
@@ -90,8 +90,6 @@ PAIRS.colourscheme = {
|
||||
[18] = "R"
|
||||
}
|
||||
|
||||
PAIRS.pieces = 18
|
||||
|
||||
PAIRS.block_offsets = {
|
||||
[1]={
|
||||
{ {x=-2, y=0}, {x=-1, y=0}, {x=0, y=0}, {x=1, y=0}, {x=2, y=0} },
|
||||
|
||||
@@ -33,8 +33,6 @@ function RandomPieces:generateBlockOffsets()
|
||||
return { { offsets, offsets, offsets, offsets } }
|
||||
end
|
||||
|
||||
RandomPieces.pieces = 1
|
||||
|
||||
RandomPieces.spawn_positions = {
|
||||
{ x=4, y=5 }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user