Skip to content

Okaghana/RefinedRedstone

Repository files navigation

RefinedRedstone

Refined Redstone mod for Minecraft

Download

Once a version will be released as jar-file, you will be able to find all releases here

How to Configure your IDE for contributing

Installation

  • Download the Repository
  • Open the folder and run
    • gradlew genIntellijRuns for IntelliJ
    • gradlew genEclipseRuns for Eclipse
    • This should download and load all required files and configure the Project for your IDE
  • If you should not be able to run the Project (which would open a new Minecraft windows with Forge and the mod installed), you might need to restart your Editor

Exporting as a JAR

To export the mod as a JAR you need to run gradlew build in the root folder of the project. The .jar can be found in /build/libs

TODO

  • Expand the possible connections for refined redstone
    • Requires a TileEntity "with a dynamic model" and `IModelData (According to @gigaherz on Discord)
  • Implement the following blocks:
    • Diode
    • Filter
    • Adder, Subtractor, etc
    • Gates
    • Variable power source
  • AR Helmet that shows all kind of Data about Redstone circuits

About

A Minecraft mod for improved Redstone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages