All versions
0.3
Release
Foes! v0.3 (Depths)2 months ago 1,507
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Unavailable version
Changes
Features
- Seer (Spawns underground)
- Gnawm (Spawns underground)
- Bogre (Spawns in Rivers)
- Quartz Golem (Summoned through building)
- Gloom (Spawns in pure darkness underground)
- Ampyke (Applies Zapped to target and user on melee. Can summon lightning)
- Gnawm Claw (Instantly mines a block)
- Gnawm Drill (Insta-mines blocks briefly, shoots rocks)
- Knuke (Explosive fist)
- Penumbra Paramerion (Dashes and damages mobs in the dark)
- Torpedo Boost (Underwater dash)
- Air Tank (Restores oxygen underwater)
- Pitch-Black Peeper (Provides Night vision in pure darkness)
- Kineticore (Provides Resistance when falling)
- Items: Greedy Radar, Gloom Filament, Bogre fin, Bogre soup
- Blocks: Quartz Engine, Heavy Coal Ore
- 10+ achievements added to the Foes! advancement tree
Bug-fixing/Polishing
- Spectres no longer spawn before the Countdown effect ends
- Hyppoterra won't endlessly laugh when in lava
- Hyppoterra won't rapid fire lava bombs when stepping on fire or magma blocks
- Pellet Carver can't break enchanting tables anymore
- Heavy coal no longer smelts the amount of items that the heavy coal block should've /
- Faker Cow now has a spawn egg in the Foes! Stuff creative tab
- The Zapped effect now has sound effects when active on entities
- Lava bombs will place lava when hitting entities
- Recipes for items are given after making certain advancements
Balance Changes
- Countdown is much less likely to be applied
- Countdown cannot be applied if there's already a spectre nearby
- Going higher than y=0 with the Countdown effect will stop it without consequence
- Faker cow's wither radius has been doubled
- Hyppoterra's Armor 20 -> 18
- Hyppoterra can now shoot lava bombs in bursts of 4
- Hyppoterra gains resistance when touching lava, magma blocks, or fire
- Hypoterra speed effect level after touching lava has been increased
- Pellet Carver's Cooldown 8s -> 5s
- Heavy Hitter's Obliteration cooldown 15s -> 10s
- Heavy Hitter Obliteration damage 15 -> 20
- Heavy Hitter Regular Damage 5 -> 9
- XPunisher's Cooldown reduced by 25%
- Grace Durability 12 -> 15
- Fly High has been changed into a single and stronger dash
- Added an additional Bombs Away! recipe using a Blizard scale instead of feathers
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:ZobQObv1:zzg7q1N0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZobQObv1:zzg7q1N0"
}

