2.0.0
Compatibility
Required content
Changes
「GabeUp's Super Pack Ver. 2.0.0」
Hello everyone! Thank you for waiting this long as I present to you the next stage in the refining and evolution of the GabeUp Super Pack! It's been a long time coming, and I appreciate your patience. I would like to thank each and every one of you, and I promise I do my best to make this even better for everyone!
〘What Changed? What is New?〙
Everything is new! But on the main page there is a large explanation of the new systems that have been put into place, but I will repeat them again here briefly. We now have :
》Fully Functioning Stat System and Race Rolling System W/ Traits.
》Fully Functioning Custom Machinery in the form of the Microscope and the Synthesizer Block!
》Various different items have now been added, and many have been removed due to a massive amount of changing systems, the same things just don't really work anymore if that makes sense! But we now have items such as circuits, special power crafting ingredients, and a new ore! There will definitely be more to come.
》As a further note, as to avoid burnout when developing, I have decided that when I work on an update, I would like it to be part of a theme or topic, so I don't have to jump around with stuff! So we get more stuff for everyone!
》We have dropped all dependency with FSang18's Addonpack, from now on, everything will be custom coded by myself with no connection, aside from some compatibility if popular enough.
Thank you all so much!
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:OTPIFwFU:Kc6KxxN7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OTPIFwFU:Kc6KxxN7"
}

