Block prefabs in Assets/Prefabs/Blocks are supposed to start at Block_0 to follow the blocks.key.txt file but instead they are indexed at Block_1+, they need 1 subtracted from all of their indices
We don't really use these at the moment (all of them are generated by MapLoader regardless right now because laziness) so it's not super important right now.
Block prefabs in
Assets/Prefabs/Blocks
are supposed to start at Block_0 to follow theblocks.key.txt
file but instead they are indexed at Block_1+, they need 1 subtracted from all of their indicesWe don't really use these at the moment (all of them are generated by MapLoader regardless right now because laziness) so it's not super important right now.