mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Removed 1.13, because it's not possible to walk under slabs
This commit is contained in:
parent
852be6e90d
commit
64eb48f46d
1 changed files with 0 additions and 26 deletions
|
|
@ -376,32 +376,6 @@ public static class BlockExtension
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (protocolVersion >= Protocol18Handler.MC_1_13_Version)
|
|
||||||
{
|
|
||||||
switch (block.BlockId)
|
|
||||||
{
|
|
||||||
case 7258: // OakSlab
|
|
||||||
case 7264: // SpruceSlab
|
|
||||||
case 7270: // BirchSlab
|
|
||||||
case 7276: // JungleSlab
|
|
||||||
case 7282: // AcaciaSlab
|
|
||||||
case 7288: // DarkOakSlab
|
|
||||||
case 7294: // StoneSlab
|
|
||||||
case 7300: // SandstoneSlab
|
|
||||||
case 7306: // PetrifiedOakSlab
|
|
||||||
case 7312: // CobblestoneSlab
|
|
||||||
case 7318: // BrickSlab
|
|
||||||
case 7324: // StoneBrickSlab
|
|
||||||
case 7330: // NetherBrickSlabw
|
|
||||||
case 7336: // QuartzSlab
|
|
||||||
case 7342: // RedSandstoneSlab
|
|
||||||
case 7348: // PurpurSlab
|
|
||||||
case 6802: // PrismarineSlab
|
|
||||||
case 6808: // PrismarineBrickSlab
|
|
||||||
case 6814: // DarkPrismarineSlab
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue