Fixed pistons being viable middle block
Also an excuse to update submodules
This commit is contained in:
parent
7035d31e9d
commit
cd35bd2c49
@ -150,6 +150,9 @@ private:
|
|||||||
switch (Block)
|
switch (Block)
|
||||||
{
|
{
|
||||||
// Add SOLID but not viable middle blocks here
|
// Add SOLID but not viable middle blocks here
|
||||||
|
case E_BLOCK_PISTON:
|
||||||
|
case E_BLOCK_PISTON_EXTENSION:
|
||||||
|
case E_BLOCK_STICKY_PISTON:
|
||||||
case E_BLOCK_REDSTONE_REPEATER_ON:
|
case E_BLOCK_REDSTONE_REPEATER_ON:
|
||||||
case E_BLOCK_REDSTONE_REPEATER_OFF:
|
case E_BLOCK_REDSTONE_REPEATER_OFF:
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user