Coder Social home page Coder Social logo

id-resolver's Introduction

ID Resolver

Building

  • Before we begin, make sure you have Minecraft Forge and GuiAPI installed and working in MCP.
  • Now after you pull and make sure that ID resolver's files are in the right location, we need to make sure that FML calls ID Resolver's coremod. We can't just export a jar because it will error saying the mod is installed twice.
  • So, open up cpw.mods.fml.relauncher.RelaunchLibraryManager and make the following change:

Change this:

    private static String[] rootPlugins =  { "cpw.mods.fml.relauncher.FMLCorePlugin" , "net.minecraftforge.classloading.FMLForgePlugin" };

To this:

    private static String[] rootPlugins =  { "cpw.mods.fml.relauncher.FMLCorePlugin" , "net.minecraftforge.classloading.FMLForgePlugin", "sharose.mods.idresolver.IDResolverCorePlugin" };
  • All done! You should be good to go, and the Coremod should pipe block and item creation to ID resolver correctly.

Credits

  • ShaRose (Me. Should be obvious)
  • lahwran (For starting the GuiAPI project and getting me interested in it)
  • Lots of people who asked me to create a Block for my old AutoFertilizer mod, me again for being paranoid, and people who suggested I release ID resolver as it's own mod.
  • People who submit good bug reports. I love bugs because it gives me a reason to work on it and not put it off. Sometimes.
  • People who submitted feature requests (That weren't too hard to implement that is).

id-resolver's People

Contributors

sharose avatar

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.