Giter Site home page Giter Site logo

Comments (7)

Slexom avatar Slexom commented on May 20, 2024 2

I'll look at it, thank you.

from earth2java.

Slexom avatar Slexom commented on May 20, 2024 2

Thank you for the tips @shartte

from earth2java.

shartte avatar shartte commented on May 20, 2024

Regarding AppliedEnergistics/Applied-Energistics-2#4600

Please don't add methods to a class without using your mod-id as a prefix in the method-name, unless you are using an accessor.
For accessing this class's private field, you can just copy paste the Accessor we use:

https://github.com/AppliedEnergistics/Applied-Energistics-2/blob/fabric/master/src/main/java/appeng/mixins/structure/GenerationSettingsAccessor.java

from earth2java.

Slexom avatar Slexom commented on May 20, 2024

This is an issue that come from the lack of an unified api for biomes in fabric 1.16.2. Those mods, and others too, use same approach to do same things and this generate errors and incompatibility. This isn't the only combination of mods that generate this, or related, issues.
I'll disable any feature that regard generations until we have an api.

from earth2java.

shartte avatar shartte commented on May 20, 2024

@Slexom Just copy paste our Accessor Mixin, it does the same thing and any number of mods can use the exact same one without causing incompatibility.

from earth2java.

shartte avatar shartte commented on May 20, 2024

p.s.: If you want an alternative: If you prefix the methods you add with your mod-id, (earth2java_getXYZ), that will also be okay.

from earth2java.

Katorone avatar Katorone commented on May 20, 2024

Thank you!

from earth2java.

Related Issues (20)

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.