Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 years ago
All versions
0.1.2-beta
Beta
Formidulus 0.1.2-beta2 years ago 23K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- added new Item: Bulwark
- Dropped by the Deer
- A heavy shield capable of absorbing up to 40 Damage while placed
- Can be used to interrupt//counter certain Attacks
- Added Russian Translation provided by Closted748
- Fixed Deer Exploit involving Boats//Minecarts
- Some Damage Types can now disable Shields
- like when a shield is hit with an axe, yk
- this is handled by the
shield_disabling_damageDamage Type Tag
- added
soullessMob Type Tag- Immune to Soul-Damage, due to lack thereof
- Includes things like boats, the Bulwark but also Golems
- added
bulwark_unblockableDamage Type Tag- listed Damage Types do not get absorbed by a placed Bulwark
- includes stuff like being on fire or poison damage
- fixed crash related to bosses trying to select a random valid target while there isn't any
- fixed Daggers accepting any enchantment (thanks MoriyaShiine for the help)
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| formidulus-0.2.0-beta-DEV1-sources.jar | Unknown | 24.26 MiB |
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:VOFv2Rsg:KPdKLHjS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VOFv2Rsg:KPdKLHjS"
}


