mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 11:39:03 -06:00
SUPER302 has been changed to not work in big mode
This commit is contained in:
parent
4e66a608bf
commit
3a6e12d12e
@ -16,6 +16,7 @@ BONKERS.colourscheme = {
|
||||
}
|
||||
|
||||
function BONKERS:attemptWallkicks(piece, new_piece, rot_dir, grid)
|
||||
if piece.big then return end
|
||||
unfilled_block_offsets = {}
|
||||
for y = 4, grid.height - 1 do
|
||||
for x = 0, 9 do
|
||||
|
Loading…
Reference in New Issue
Block a user