Questions on Coremods

This page summarizes the projects mentioned and recommended in the original post on /r/feedthebeast

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Xray

    An implementation of the Xray mod (by ate47)

  • Sometimes you can't use the Forge API or you need to change a really specific things in the code, I've used this feature to add a hook for my Xray mod a while ago in Forge 1.14-15 before switching to Mixins (here is the transformer file). it's extremely unstable once someone else try to touch the same code section.

  • Mixin

    Mixin is a trait/mixin and bytecode weaving framework for Java using ASM

  • If you can't use the API, I suggest you to use Mixins or really asking yourself if your idea should worth the instability/effort of creating a coremod.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts