Links
Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 years ago
All versions
4.0.0
Release
v4.0.03 years ago 77
Compatibility
Minecraft: Java Edition
b1.7.3
Platform
Risugami's ModLoader
Supported environments
Client-side
Changes
v4.0.0
- Mod is now a complete inventory editor instead of an 'addon' for TMI
- Colours fixed, gui no longer opens in sign editing (Thanks mine_diver, Meefy)
v3.0.1
- Gui no longer opens when user is in chat. (Thanks Meefy)
- Mod makers can now add their own tabs with addModTab(new Tab()) in mod_RecipeViewer
- Tabs can now be reordered or disabled in the config file.
- Icon and description added for mine_divers' Mod Menu.
- Code has been compiled in Java 6 =)
v3.0.0
- Items removed and mod now a client only JEI style recipe guide
v2.0
- Sloppy code -> legit code
- UI overhaul: instead of there being a seperate gui for each book, there is 1 combining the best of both
- Flan's plane crash when scrolling back is fixed
- ModLoaderMp is no longer required for those playing on single player
- Item & Gui IDs are now configurable
v1.1
- Huge code improvements despite a low difference for user
- Packets sent to server reduced
- Classes formalised and refined
- Indicator slot on book to show it cannot be moved
- Book textures swapped to match Risugami's book
- Book now retains item in filter slot until gui is closed
- Gui png no longer required, uses crafting table gui
- Item ID changed to not conflict with Risugami's book
v1.0 -Initial release as addon for TooManyItems
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:O7kbdPha:h9n9Kj3P"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O7kbdPha:h9n9Kj3P"
}

