Patbox / TaterCart

A server side (works on singleplayer too) Minecart mod for Fabric
GNU Lesser General Public License v3.0
19 stars 2 forks source link

Enchanced minecart physics don't play well with Lithium #10

Open M-Ryba opened 2 years ago

M-Ryba commented 2 years ago

When lithium is installed, minecarts with enchanced physics almost always bounce back down when going uphill no matter how many powered rails I put.

M-Ryba commented 2 years ago

https://user-images.githubusercontent.com/34245941/179754344-d48c7d83-99e1-4104-9301-55bc907cc4b5.mp4

https://user-images.githubusercontent.com/34245941/179754359-89cf4543-12c4-48cc-b947-63703e08a779.mp4

Of course I didn't change anything besides removing lithium

arnokeesman commented 2 years ago

You can work around this by setting the default speed to something below 20 (most likely is 22)

M-Ryba commented 2 years ago

You can work around this by setting the default speed to something below 20 (most likely is 22)

Limiting the speed doesn't seem to change enything

arnokeesman commented 1 year ago

Limiting the speed does seem to fix ramps without Lithium. With lithium even at 16 speed there's a chance of getting bounced back, it's really inconsistent. 12 speed is the highest that seems stable with Lithium.

piebaker commented 1 year ago

Is this currently still the case? Any workable way to use Tater with Lithium?

s-k-y-l-i commented 1 year ago

Default speed 9 is the highest for me on lithium. Do you know which setting should I disable in lithium? https://github.com/CaffeineMC/lithium-fabric/wiki/Configuration-File

s-k-y-l-i commented 1 year ago

Adding mixin.entity.collisions=false to the lithium.properties fixes this issue!