TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Nest/Loom Breaking on Hopper Lock/Unlock

Allmoz opened this issue ยท 2 comments

commented

If a nest is over a hopper and the hopper gets lock/unlock with redstone, the nest breaks and drop as an item. Tested in TFC 2.2.27 in 1.18.2 (atfc 1.9).

commented

ok, it seems to affect all the bottom supported devices.

the placement is considering Helpers.isBlock(state, TFCTags.Blocks.BOTTOM_SUPPORT_ACCEPTED)

return facing == Direction.DOWN && !facingState.isFaceSturdy(level, facingPos, Direction.UP) ? Blocks.AIR.defaultBlockState() : super.updateShape(state, facing, facingState, level, currentPos, facingPos);

but update is not

commented

This also applies to looms