Git Product home page Git Product logo

Comments (5)

audaki avatar audaki commented on July 2, 2024

Heya, I just checked it and the mod in question is also overriding the function moveOnRail: https://github.com/iluha168/MCTheCopperRail/blob/main/src/main/java/com/thecopperrail/mixin/AbstractMinecartMixin.java#L23C20-L23C30

They need to change their mod.

If there was even a possible way it could be fixed on this side, I would accept pull requests as long as they don’t negatively impact performance for people who don’t use that other mod.

from minecraft-cart-engine.

peow avatar peow commented on July 2, 2024

I contacted the Copper Rail developer and he told me this:

iluha168/MCTheCopperRail#2 (comment)

from minecraft-cart-engine.

audaki avatar audaki commented on July 2, 2024

@peow Thank you for the reporting, but it seems like the mods will never be compatible, sorry!

(The other mod author doesn’t seem willing to learn how the overwrite in this mod works.)

from minecraft-cart-engine.

Blockmeska avatar Blockmeska commented on July 2, 2024

@audaki This is fixable, but it's not going to be an easy fix.

Since you're cancelling the entire moveOnRail method if certain conditions are met, any other mods that try to inject into this method are just met with a no longer existing method.

To fix this, you would need to inject code using mixin only into the necessary parts, without removing the original moveOnRail method.

from minecraft-cart-engine.

audaki avatar audaki commented on July 2, 2024

@Blockmeska I’d love to see the pull-request for this 😇

Since the "necessary parts" are literally the whole function, it’s why the whole function is overwritten.

from minecraft-cart-engine.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.