Giter Club home page Giter Club logo

reforged-fabric-api's Introduction

DISCONTINUED!

Use Forgified Fabric API if you want the same thing. It's better than my port.

What is Reforged Fabric API?

It's a core library, which adds features for mod developers to make forge mods easier and also to port Fabric mods to Forge easier.

Example features:

  • Biome API - With that you can modify vanilla biomes or add new End or Nether biomes.
  • You can register entities, features, etc. without using Forge Registries. (Doesn't work with every type of registry!)
  • Compatibility with many mods.
  • And so much more!

Other information:

This is a port of Fabric API made by FabricMC to Forge mod loader. This is still in alpha so expect bugs.

How to use Reforged Fabric API to develop mods with Forge MDK?

To set up a Forge development environment, check out the Forge MDK and follow the instructions there.

To include Reforged Fabric API in the development environment, add the following to your dependencies block in the gradle buildscript:

implementation fg.deobf("curse.maven:reforged-fabric-api-872386:4721584")

Then add the folowing to your build.gradle file:

repositories {
    maven {
        url "https://cursemaven.com"
    }
}

reforged-fabric-api's People

Contributors

kedispl avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

reforged-fabric-api's Issues

thanks a lot

Hello, I'm making a simplified Chinese language file with your other mod Exotelcraft, but it's difficult to use in China legacy curseforge. I hope to submit it here. In addition, thank you very much for bringing me the feeling of childhood.

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.