GithubHelp home page GithubHelp logo

realkarmakun / simple-mod-config Goto Github PK

View Code? Open in Web Editor NEW

This project forked from drew-chase/simple-mod-config

0.0 0.0 0.0 477 KB

A minecraft modding framework for creating configuration files for both client and server

Home Page: https://dcmanproductions.github.io/Simple-Mod-Config/

License: Other

Java 100.00%

simple-mod-config's Introduction

Simple Config Banner.svg

What is Simple Mod Config

Simple Config is a minecraft configuration library. This helps minecraft mod developers easily create a configs in minecraft.
This mod is built with no modding platform in mind. Meaning it can be integrated in Forge, Fabric, Quilt, and any other minecraft modding platforms that popup throughout the years.

Table of Contents

Installation

Add the Modrith Maven to your build.gradle file

repositories {
    // Add the modrinth maven
    maven {
        url = "https://api.modrinth.com/maven"
    }
}

Then add Simple Mod Config to your dependencies. You can find the right version on our Modrinth page

Common

Add the version to your gradle.properties files

#Simple Mod Config Version
simpleconfig=0.0.1 #put your version here

Fabric, Quilt, Architectury

dependencies {
    // Adding a Simple Mod Config dependency for fabric, quilt and architectury
    modImplementation include("maven.modrinth:simple-mod-config:${project.simpleconfig}")
}

Forge

dependencies {
    // Adding a Simple Mod Config dependency for forge
    implementation fg.deobf("maven.modrinth:simple-mod-config:${project.simpleconfig}")
}

simple-mod-config's People

Contributors

drew-chase 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.