Create

Create

86M Downloads

Contraption broke off

blasksun opened this issue ยท 4 comments

commented

Hi, im using create-mc1.16.5_v0.3.1c with latest forge and after updating to current version of create one of my bearings disconnected from contraption and now it's stuck in invincible entity state. They end up floating without contact with blocks or bearing that created them, even breaking bearing does not help.

axis>1 bearing>arm>2 bearing>disconnection?>platform

Presumably it happened on server loading/unloading since it got bugged at starting position where contraption turned into blocks.

I want help with either removing persistent bits or reanimating them.
If any additional info is needed i will provide it.

commented

This issue has been marked as stale because it has been inactive for 3 weeks. It will be closed if it remains inactive for another 3 weeks.

commented

This issue has been closed since it has been inactive for 3 weeks since it was marked as stale.

commented

I had the same problem.

You can remove any broken contraption by using the command /kill @e[name=Contraption] IT WILL REMOVE ALL THE MOVING CONTRAPTION IN YOUR WORLD, SO USE IT CAREFULY. Stop all your other contraptions before using it.

You can also use the /kill @e[x=,dx=,y=,dy=,z=,dz=] It will delete all entities between (x, y, z) and (x+dx, y+dy, z+dz), so don't stand in it.

You can also combine those 2 command to delete only the contraptions in the area. /kill @e[name=Contraption,x=,dx=,y=,dy=,z=,dz=]

commented

Or just use /kill @e[type=create:bearing_contraption,distance=..5], which will kill all bearing contraptions within 5 blocks of you