Giter Club home page Giter Club logo

craterlib's Introduction

CraterLib

badge-snapshot


A library mod used by HypherionSA and First Dark Development mods to make porting and multiple modloader support easier


Library Features

  • Universal Config System (TOML Based)
  • Easy Cross Mod-Loader registration System
  • Built in Helper Classes for Various minecraft features
  • Built in FluidTank and Energy systems for Forge/Fabric (Forge versions are just wrappers).
  • Built in Optifine-Compat utilities
  • Various utilities for Blockstates, LANG, Math and Rendering
  • Cross Mod-Loader Events - Based on Acara
  • Cross Mod-Loader Config Screens (Based on Cloth Config Lite)
  • Automatic ModMenu and Forge Config screen registration
  • Built in Cross Mod-Loader Network system
  • WIP: Various GUI widgets and Utilities
  • WIP: Texture Utils
  • TODO: Sync Config From Server to Client

Setup Instructions

There's a wiki coming soon, but for now, here's some basic instructions for building the project:

  1. git clone the project to a safe spot.
  2. Install Java's JDK 17. Make sure you have the development version explicitly:
    • Fedora: sudo dnf install java-17-openjdk-devel
    • Ubuntu: sudo apt install openjdk-17-jdk
    • macOS: brew install openjdk@17
  3. Set it accordingly:
    • Windows/macOS: Set the JAVA_HOME environment variable or use system settings
    • Linux: sudo update-alternatives --config java
  4. Navigate to the CraterLib folder, then run a gradlew file depending on your operating system:
    • Windows: .\gradlew.bat build
    • macOS/Linux/BSD: chmod +x gradlew and ./gradlew

craterlib's People

Contributors

hypherionmc avatar onkoe 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.