Coder Social home page Coder Social logo

Comments (6)

AlexIIL avatar AlexIIL commented on August 21, 2024 1

This should be fixed in 0.16.1-beta.1.

from quilt-loader.

AlexIIL avatar AlexIIL commented on August 21, 2024

It looks like loader read the spec incorrectly - that should work AFAIK.

from quilt-loader.

SilverAndro avatar SilverAndro commented on August 21, 2024

It looks like loader read the spec incorrectly

yeah re-reading I misunderstood it as well 😅

Unfortunately this doesn't seem to be fixed, my main method contains exitProcess(1) as an obvious "reached here" mark, and without wrapping my entrypoint in [] still, nothing happens

Specifically,

"entrypoints": {
  "init": [{
    "adapter": "kotlin",
    "value": "io.github.p03w.transistor.Main"
  }]
},

invokes my main method (and closes the game with exit code 1) while

"entrypoints": {
  "init": {
    "adapter": "kotlin",
    "value": "io.github.p03w.transistor.Main"
  }
},

Just lets the game launch normally. Don't see anything in the log, just my mod listed as planned to be loaded.

from quilt-loader.

AlexIIL avatar AlexIIL commented on August 21, 2024

That's odd. What happens if you remove the value field from the entrypoint? So:

"entrypoints": {
  "init": {
    "adapter": "kotlin"
  }
},

from quilt-loader.

AlexIIL avatar AlexIIL commented on August 21, 2024

Ah sorry, I got the version wrong: try 0.16.1-beta.2 instead - I pushed 0.16.1-beta.1 just before to fix an unrelated issue.

from quilt-loader.

SilverAndro avatar SilverAndro commented on August 21, 2024

Ah yep! that runs fine, thanks much!

from quilt-loader.

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.