This commit is contained in:
Anuken 2021-11-01 15:29:07 -04:00
parent 72e3461745
commit f5c09845ae

View File

@ -95,7 +95,7 @@ public class PayloadConveyor extends Block{
public void onProximityUpdate(){
super.onProximityUpdate();
Building accept = nearby(Geometry.d4(rotation).x * size, Geometry.d4(rotation).y * size);
Building accept = nearby(Geometry.d4(rotation).x * (size/2+1), Geometry.d4(rotation).y * (size/2+1));
//next block must be aligned and of the same size
if(accept != null && (
//same size