1
0
mirror of https://github.com/cabaletta/baritone synced 2025-03-19 01:33:58 +00:00

epicer default

This commit is contained in:
Leijurv 2018-09-16 19:43:48 -07:00
parent 71473ab17d
commit f25f264fd3
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -156,13 +156,11 @@ public final class ChunkPacker implements Helper {
case -1:
return Blocks.NETHERRACK.getDefaultState();
case 0:
default: // The fallback solid type
return Blocks.STONE.getDefaultState();
case 1:
return Blocks.END_STONE.getDefaultState();
}
// The fallback solid type
return Blocks.STONE.getDefaultState();
default:
return null;
}