Surgebinding

Surgebinding

294 Downloads

Allomantic Steel Vertical Push Bug

Exlor64 opened this issue ยท 2 comments

commented

Issue description

When using allomantic steel and trying to launch yourself upwards with the coin pouch it sends you sideways instead of upwards. Even standing still and jumping when using it only has a small chance of making you actually go upwards. I've attempted this with blocks as well and it appears the vertical push component is very weak. I'm not entirely sure whats causing it.

Steps to reproduce

Just look straight down and either use a coin pouch to launch a coin and push or push off of a block directly below you.

Minecraft version

1.20.1 (Latest)

Modloader version

47.3.12

Cosmere version

0.7.97

Other relevant versions

No response

If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)

No response

commented

I don't understand this even a little. For some reason, the coin projectile is off by an X or Z coordinate, but it isn't consistently off, so I can't just compensate in code.

Here it's off by just 1 in the X axis

Player: (-213.5, 69.5, 2.5) | Target: (-212.5, 70.5, 2.5)

Here it's off by 1 in X and 1 in Z

Player: (-211.5, 72.5, -4.5) | Target: (-210.5, 73.5, -3.5)

I don't understand it

commented

I dunno what the issue was, really, but I fixed it. I think. Commit ff3e3d6 should be good. I can provide a test jar if you'd like to test for yourself, but I'll close this for now.