When trying to swap around 650 blocks or more the config becomes too large.
io.netty.handler.codec.EncoderException: String too big (was 32993 characters, max 32767)
This is the crash log that kicked me from the game, and is resolved when I remove some blocks from the list
A solution would be a block_swap2.json5 file that works the exact same as the block_swap.json5 allowing you to split your list of blocks between the two files.
When trying to swap around 650 blocks or more the config becomes too large.
io.netty.handler.codec.EncoderException: String too big (was 32993 characters, max 32767)
This is the crash log that kicked me from the game, and is resolved when I remove some blocks from the list
A solution would be a block_swap2.json5 file that works the exact same as the block_swap.json5 allowing you to split your list of blocks between the two files.