All versions
1.2.0
Release
Fin's ABC & Number Lore Mod 1.2.02 months ago 3,212
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Bug Fixes:
- Prevented Zero biome from spawning in the Nether
- Prevented Overworld ores from spawning on Planet Z
Retextures & Remodels:
- Unsilhouetted Six
- Slightly recolored Five
- Slightly remodeled Three
- Slightly retextured Two
- Gave new texture to the top and bottom of Zee's Surface
New Features:
- Added silhouetted Seven
- Made it so that when Four reaches low health, she will cover herself in thornes and get a burst of energy and start sprinting until healed
- Made it so that if Three bumps into hostile entities (such as Zombies, Skeletons, Creepers, etc.) he will eat them and immediately poop them out into an orange calculator button which will then crush the entity inside
- Made it so that you can put a saddle on Two and ride him and then you can press G to shoot his teeth at enemies
- Made it so that you can give One the asterisk to clone and tame him
- Made a new block for the calculator buttons
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:3E47rcDx:CkHPJ9CZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3E47rcDx:CkHPJ9CZ"
}

