#Audaki Cart Engine Fork

1 messages · Page 1 of 1 (latest)

limpid basalt
#

Looking for a modified version of Audaki Cart Engine for Fabric 1.20.1 that provides compatibility with Linkart and The Copper Rail and that supports furnace minecarts. https://github.com/audaki/minecraft-cart-engine/pull/23 https://github.com/audaki/minecraft-cart-engine/issues/29 https://github.com/audaki/minecraft-cart-engine/issues/26 If you're interested, price can be negotiated :D paying no longer allowed because of the VERY STUPID ANNOUNECEMENTTT

GitHub

Linkart has an interface we can use to check if a minecart is a train (instead of reading from NBT, which you've mentioned was computationally expensive). The Mods utility enum handles opti...

GitHub

Furnace minecarts seem to be significantly slower than regular minecarts, but seem to instantly accelerate any minecart they bumped into? Fabric 1.20.1 latest. Here's a clip: https://medal.tv/g...

GitHub

The Copper Rail (https://modrinth.com/mod/thecopperrail) adds a rail that always directs the cart in a specific direction however when using it together with the Audaki Cart Engine mod, the copper ...

limpid basalt
#

b

oblique zenith
#

the way audaki cart engine works just inherently makes it really bad for compatibility
i would like to look at rewriting it at some point though, since a copy of its code is used in better exploration which i'd like to not be incompatible with stuff

limpid basalt
oblique zenith
#

i mean you could add very specific compatibility for those mods

#

but i'd rather just try to write it in a way that leaves as much vanilla logic as possible intact

oblique zenith
oblique zenith
#

technically it's working with linkart, but the link breaks very quickly when a minecart gets up to high speed

limpid basalt
#

tysm

oblique zenith
#

oh i actually found a bug in audaki's code from this

#

and a bug in mixin

#

so linkart just won't work until i make a workaround for that

#

as in it will literally crash on load if you tried to run them together

#

theoretically it would work as it is though

#

grab it from actions or build it yourself

#

i'm planning to add config options for things like how furnace minecarts should be affected, if minecarts with non player passengers should be affected, if minecarts with no passengers should be affected, the max speed, etc

#

oh and i'll make it a dependency of my 1.21 fork of better exploration if i ever get around to that