GithubHelp home page GithubHelp logo

forgelin-continuous's Introduction

Forgelin Continuous

Fork of Shadowfacts's Forgelin

Addition

This mod shades:

  • Reflect
  • Standard Library
  • Runtime Library
  • Coroutine
  • Serialization
    • Json Only

The list of version of bundled libraries is listed in GitHub Release.

Usages

For Gradle Groovy:

repositories {
  repositories {
    maven {
      url 'https://maven.cleanroommc.com'
    }
  }
}

dependencies {
  implementation 'io.github.chaosunity.forgelin:Forgelin-Continuous:1.9.23.0'
}

For Gradle Kotlin

repositories {
    maven {
        url = uri("https://maven.cleanroommc.com")
    }
}

dependencies {
  implementation("io.github.chaosunity.forgelin:Forgelin-Continuous:1.9.23.0")
}

Add this line to your mod annotation then you're done with basic settings!

@Mod(
  modid = "modid",
  name = "Mod Name",
  version = "Mod version",
  modLanguageAdapter = "io.github.chaosunity.forgelin.KotlinAdapter"
)
object ExampleMod {
    // ...
}

forgelin-continuous's People

Contributors

chaosunity avatar juraj-hrivnak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

forgelin-continuous's Issues

Incompatible with LibrarianLib

I use librarianlib for wizardry and an additional mod. I cannot load in with the Divine Favor mod which is dependent on this mod because librarian lib is dependent on the old Forgelin. I have tried running just this, running just old forgelin, running just librarianlib and none of these worked. The crash happens on startup.

Compatibility with Forgelin

Yes, I saw that it's not possible to replace forgelin with forgelin-continuous but what about compatibility? I guess this mod won't work with forgelin installed in modpack as there's no relocation?

Missing Kotlin dependencies

It seems since version 1.6.20.0 of this mod the Kotlin libraries are not included anymore

$ jar tf ./Forgelin-Continuous-1.7.20.0.jar | wc -l
14
$ jar tf ./Forgelin-Continuous-1.6.10.0.jar | wc -l
2992
$ jar tf ./Forgelin-Continuous-1.7.20.0.jar
META-INF/
META-INF/MANIFEST.MF
io/
io/github/
io/github/chaosunity/
io/github/chaosunity/forgelin/
io/github/chaosunity/forgelin/preloader/
io/github/chaosunity/forgelin/preloader/ForgelinPlugin.class
io/github/chaosunity/forgelin/preloader/ForgelinSetup.class
io/github/chaosunity/forgelin/Forgelin.class
io/github/chaosunity/forgelin/ForgelinAutomaticEventSubscriber.class
io/github/chaosunity/forgelin/KotlinAdapter.class
META-INF/Forgelin-Continuous.kotlin_module
mcmod.info

You can also see on CF the file sizes went down big time :
image

Am I missing something ?

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.