Carry On

Carry On

108M Downloads

Can't place down entities

TheCreepyPirate opened this issue ยท 7 comments

commented

Can't place down entities with CarryOn, was working just fine until the addition of other mods.

Steps to Reproduce
PIck up entity
Try to place it down
Can't

Version of Minecraft, Carry On, Forge/Fabric

Minecraft 1.20.1
CarryOn 2.1.2.5
Forge 47.1.3
imagem_2023-10-10_142133315

commented

For others who have this issue you can use the /carryon place command to place down the entity you have stuck in your hands.

commented

I encounter the same issue every time I pick up an entity. I become immediately stuck holding it, and the only way to get rid of it is by using the command /kill @s or /kill [username]. I've also observed that if you have 'keep inventory' enabled, you'll still be trapped in the glitch. So, you need to ensure that it's turned off when you execute the command. However, picking up spawners works just fine. The best way to identify the issue is to remove all of them except for the 'carry on' mod, then gradually add one mod at a time and test the game. Check if it works with each addition, and continue until you find the mod that causes the issue. Please note that I haven't tried this solution yet, so I can't confirm if it works. You can then try installing a different version of the mod or simply remove it altogether.

So, i found the issue, i forgot to close this thread but here we go, it was a conflict between "Rats" mod and Carry On, maybe because on Rats you're also able to pick up your rat, i can't think of anything logical about this but it must be something related

commented

I encounter the same issue every time I pick up an entity. I become immediately stuck holding it, and the only way to get rid of it is by using the command /kill @s or /kill [username]. I've also observed that if you have 'keep inventory' enabled, you'll still be trapped in the glitch. So, you need to ensure that it's turned off when you execute the command. However, picking up spawners works just fine. The best way to identify the issue is to remove all of them except for the 'carry on' mod, then gradually add one mod at a time and test the game. Check if it works with each addition, and continue until you find the mod that causes the issue. Please note that I haven't tried this solution yet, so I can't confirm if it works. You can then try installing a different version of the mod or simply remove it altogether.

commented

@TheCreepyPirate this is why it happens, they are using the same function:
image
image

The right way it's something like that:
image

I was trying to solve without the "/carryon place" or "/kill" and I was able to place mobs on another mobs head.

commented

I tried:
Forge 47.1.3
-> CarryOn 2.1.2.5 and Rats 8.1.2 == Unable to drop
-> CarryOn 2.1.2.5 and Rats 8.0.5 == Able to drop

Forge 47.2.4
-> CarryOn 2.1.0.1 and Rats 8.1.2 == Unable to drop
-> CarryOn 2.1.0.1 and Rats 8.0.5 == Able to drop

Possible Fix: downgrade Carryon to use the last forge version and downgrade rats to be able to use Carryon ๐Ÿ˜‚

commented

Hello, rats dev here. I've tracked down this issue and it will be fixed in 8.1.3 when I'm able to get it released.
The problem here is that Carry On passes null as the difficulty when firing the FinalizeSpawn event. This field is never supposed to be null, and everything fails because I hook into this event and check the difficulty before anything else. I will be adding a bandaid fix but Carry On needs to pass the actual difficulty into the event.

commented

Will fix on my side too