Giter Site home page Giter Site logo

endangerednayla / almostunified-connectified Goto Github PK

View Code? Open in Web Editor NEW

This project forked from almostreliable/almostunified

0.0 1.0 0.0 1.01 MB

A Minecraft mod to unify resources.

Home Page: https://www.curseforge.com/minecraft/mc-mods/almost-unified

License: GNU Lesser General Public License v3.0

Java 100.00%

almostunified-connectified's Introduction

Preview

Almost Unified

A Minecraft mod to unify resources.

Workflow Status License

Version Total Downloads CF Total Downloads MR

Discord Wiki

๐Ÿ“– Information

For an in-depth explanation of the mod, its functionality, config descriptions, FAQs and more, check out the wiki.

๐Ÿ”ง Manual Installation

  1. Download the latest mod jar from the releases, from CurseForge or Modrinth.
  2. Install Minecraft Forge or Fabric.
  3. Drop the jar file into your mods folder.

๐Ÿ”— Depending on the Mod

Maven

Every release of this project is built on and published to the BlameJared maven.

repositories {
    maven { 
        url = 'https://maven.blamejared.com'
        name = 'BlameJared Maven'
    }
}

Common Maven

dependencies {
    modApi("com.almostreliable.mods:almostunified-common:<version>")
}

Fabric Maven

dependencies {
    modApi("com.almostreliable.mods:almostunified-fabric:<version>")
}

Forge Maven

dependencies {
    modApi(fg.deobf("com.almostreliable.mods:almostunified-forge:<version>"))
}

Examples

For code examples on how to use the API, check out the wiki.

๐Ÿ–ฅ๏ธ Dev Environment Setup

  1. Clone the repository
  2. Import into IntelliJ (VSCode and Eclipse are not tested)
  3. Run
  • gradle -> common -> Tasks -> fabric -> genSources
  • gradle -> fabric -> Tasks -> fabric -> genSources
  • gradle -> forge -> Tasks -> loom -> genSources
  • gradle -> Tasks -> buildconfig -> generateBuildConfig
  1. Restart the IDE

The common module uses fabric-loom. This allows to use ParchmentMC.
Do not use Fabric related features inside the common module!

๐Ÿ’š Credits

The logo was made by mo_shark.

๐ŸŽ“ License

This project is licensed under the GNU Lesser General Public License v3.0.

almostunified-connectified's People

Contributors

alexsa1000 avatar embeddedt avatar fitfc avatar llytho avatar persiflagetheninth avatar rlnt avatar

Watchers

 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.