1.0.0
Compatibility
Changes
🐗 HogMod (Beta)
Welcome to HogMod! This is an early beta version featuring core mechanics, new mobs, and a freezing twist to the underworld. Built specifically for the latest 26.1.2 version, it aims to fill the gap with fresh, exciting content!
🌟 Current Features:
-
🌌 The Frozen Nether (Biomes & Gen):
- Explore Pigfrozeland — a unique, freezing biome generating right inside the Nether!
- Discover new resources like Ice blocks hidden in the freezing depths.
-
🐗 New Mobs:
- Boar: Wild boars roaming the surface forest biomes.
- Underwaterpig & Zombiepigwater: Strange new pig variants spawning in damp environments.
-
⚔️ Ice Equipment Tier (Ice Toolset):
- Craft powerful cold-infused tools: Iceaxe, Icepickaxe, Iceshowel, and Icehoe.
-
🍖 Items & Materials:
- Hunt for new drops like Pigleather and Wetleather.
- Use special items like Tompearl and various new crafting components.
📋 Important Info & Compatibility:
- Current Loader: NeoForge
- Supported Version: 26.1.2
- Future Plans: A brand new dimension featuring Azot resource, and a future port to the Fabric loader!
- Backup Warning: Since this is a beta test, please back up your worlds before installing.
Feel free to report any bugs or share your feedback in the comments!
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:jYHHZs6l:pTKyYXOg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jYHHZs6l:pTKyYXOg"
}

