Tags
Creators
Details
All versions
9.0.0
Release
MC Dungeons Weapons 9.0.03 years ago 26.8K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Changes
Breaking Changes
- Redid the McdwEnchantmentsConfig and McdwEnchantmentSettingsConfig to be easier to read and use
- Removed EnchantStatsID.java, as it is no longer needed
- Moved the following values from the McdwEnchantmentSettingsConfig to the McdwEnchantmentsConfig
ENIGMA_RESONATOR_DIVISOR->offsetvalue forENIGMA_RESONATORDYNAMO_STACK_CAP->offsetvalue forDYNAMOENCHANTMENT_TRIGGER_BASE_CHANCE->procChancevalue in proc-able enchantmentsHEALING_FACTOR->offsetvalue for healing enchantmentsdirectDamageEnchantmentMultipliercalled the same thing, but moved to top of McdwEnchantmentsConfig- Propagated necessary changes throughout project
- Configs will be reset; BACK UP YOUR CONFIG BEFORE UPDATING
- Cleaned up
AreaEffectCloudEntityspawns by combiningAOECloudHelper#spawnStatusCloudandAOECloudHelper#spawnPickyStatusCloudinto one method:AOECloudHelper#spawnAreaEffectCloudEntityWithAttributes - Cleaned up Predicate Registration for Bows and Crossbows in
McdwClient, reducing it from 5 methods to 3
Updates and Clarifications
- Added Contribution attributions to
fabric.mod.json - Explicitly depend on
>=1.20.0 <=1.20.1ofMinecraft
Bug Fixes
- Fixed #253, No longer crash when using something other than a healing potion with Dipping Poison. (Thank you, @Aesthir!)
- Fixed #252, Ranged Enchantments now apply correctly on bows and crossbows and do not trigger when melee attacking with the bow or crossbow. (Thank you, @Scizith!)
- Fixed
SummonedBeeEntitynot having attributes
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
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:FZmGDE43:NVyPECBw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FZmGDE43:NVyPECBw"
}

