NichtStudioCode /
InvUI
A paper library for creating custom inventory-based GUIs.
85/100 healthLoading repository data…
TheDude86 / repository
A Java Minecraft plugin that provides a framework for developers to create in game front ends much like a webpage or application.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Gradle Dependency:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
compileOnly "com.github.TheDude86.Apps:block:1.0.7"
}
Maven Dependency:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.TheDude86.Apps</groupId>
<artifactId>block</artifactId>
<version>1.0.7</version>
<scope>provided</scope>
</dependency>
</dependencies>
TODO: Add a tutorial for working with the Apps API
Selected from shared topics, language and repository description—not editorial ratings.
NichtStudioCode /
A paper library for creating custom inventory-based GUIs.
85/100 healthFabricMC /
Gradle build system plugin used to automate the setup of a minecraft mod development environment.
74/100 healthRevxrsal /
A modern annotations-driven commands framework for Java and Kotlin
/100 healthMinecraftFunctionPlusPlus /
MCFPP is a brand new objected-oriented language that can be compiled into Minecraft Datapack.
83/100 healthTigermouthbear /
A Kotlin program used to analyze and discover backdoors in Minecraft Java 1.12.2 forge mods
80/100 healthjuraj-hrivnak /
A multiplatform modpack manager for Minecraft: Java Edition. Create modpacks for CurseForge, Modrinth or both simultaneously.
73/100 health