All versions
1.0.2
Release
Jazix Additions 1.0.22 months ago 22
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes
- Can no longer make spruce stairs, you can only make 64 bread!
- Can now make scissors! You can now clip your toenails. Be careful though, as for every 8 times you clip them, you get a bloody one and blood gets everywhere! Bloody toenail clippings are still usable! Just put 2 seperatly into a crafting table and you can get a bucket of blood!
- Nuke that explodes into mini confetti guys.
- Fluid Blood that after a few seconds turns into netherack bc it looks like dried blood lol.
- Brains that you can get from other players. Simply take your sharp toenail clipping, NOT your bloody one, and right click a entity. After 1 second, you will have their brain! After taking their brain, no one can take that entities brain for that entire game. You need this later...
- Cheese that slowly turns into moldy cheese. At its 3rd phase, when broken it spawns Hantavirus infected rats! When nearby, you are given the Hantavirus. Remember, it only spreads through rats!
- When rats are killed, they drop the rat item. With this, you can put it in Hamburgers and Soup! When players eat it, they get Hantavirus too!
- You can trade villagers toenail clippings and ect now! Visit a farmer/librarian.
- When trading with a librarian, you can trade for a PS6 or GTA6! These are both real!
- When right clicking on the PS6 with GTA6, Rockstar employee's will spawn and attack you!
- Recipes for alot.
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:GAgyPY6j:qkX8xDbl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GAgyPY6j:qkX8xDbl"
}

