Giter Site home page Giter Site logo

kaboyisama / inventory-profiles Goto Github PK

View Code? Open in Web Editor NEW

This project forked from blackd/inventory-profiles

0.0 1.0 0.0 4.38 MB

Take control over you inventory. Sort. Move matching/all Items. Throw all/all items. Locked slots. Gear sets! And much more!

Home Page: https://inventory-profiles-next.github.io/

License: GNU Affero General Public License v3.0

Shell 0.08% Python 0.05% Java 15.06% Kotlin 84.69% CSS 0.01% ANTLR 0.12%

inventory-profiles's Introduction

1 5 1 8 Javadoc

Inventory Profiles Next

Requirement: Minecraft 1.16.5 - 1.17, Fabric Loader 0.11.6, Forge 36.1.32

Mod download

Modrinth: https://modrinth.com/mod/inventory-profiles-next

CurseForge: https://www.curseforge.com/minecraft/mc-mods/inventory-profiles-next

Other MODs integration

The artefacts are available on Maven Central. The Javadoc is available here Javadoc. If your screen is not an inventory use @IPNIgnore annotation. If your screen is inventory but IPN buttons are not aligned properly look at @IPNGuiHint.

gradle:

Gradle examples are in kotlin DSL. Although currently there is no difference between fabric and forge APIs this is not a guarantee, we advise you to add dependency on the proper loader version.

Fabric

dependencies {
    compileOnly(group = "org.anti-ad.mc",
                name = "inventory-profiles-next",
                version = "fabric-1.17.1-1.1.0")
}

Forge

dependencies {
    compileOnly(group = "org.anti-ad.mc",
                name = "inventory-profiles-next",
                version = "forge-1.17.1-1.1.0")
}

Maven

Fabric

<dependency>
    <groupId>org.anti-ad.mc</groupId>
    <artifactId>inventory-profiles-next</artifactId>
    <version>fabric-1.17.1-1.1.0</version>
</dependency>

Forge

<dependency>
    <groupId>org.anti-ad.mc</groupId>
    <artifactId>inventory-profiles-next</artifactId>
    <version>forge-1.17.1-1.1.0</version>
</dependency>

TODO

  • learn Kotlin
  • learn about Minecraft modding :)

inventory-profiles's People

Contributors

jsnimda avatar blackd avatar victorbnl avatar leo40git avatar triphora avatar gibberishdev avatar elexenon avatar imgbotapp avatar serpi90 avatar phosphorshy avatar waterrail avatar imgbot[bot] avatar

Watchers

James Cloos 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.