Tags
Creators
Details
All versions
9.0.2
Release
MC Dungeons Weapons 9.0.22 years ago 13.9K
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
Note: You __will __ need to delete your configs for MCDW with this update!
-- Bug Fixes --
- Fixed duplicate registry attempts within enchantments
- Fixed recipe and advancement data files to allow for disabling of items without console spam
- Added fallbacks for the icons in the
ItemGroupRegistryin case the items that are used by default are disabled in order to prevent a crash when the creative tabs are viewed
-- Added --
- Added
BusyBeeEnchantmentandMultishotBowEnchantmentas separate enchantments - Added notations in various places to note nullability and more explicitly and clearly stated notes that were already present in the code (this is ongoing)
-- Changes --
- Refactored Enchantments to allow for more configurability
- Removed
BeeStingerItemandEnchantsListsclasses - Explicitly renamed
POISONINGtoJUNGLE_POISONwhere used to be more consistent and to be in line with Minecraft Dungeons - Rewrote
EnchantsRegistryto use a Switch Statement rather than individual calls. This may change depending on need, but it is functionally the same thing as was already in place - Optimised
LootTablesRegistry - Updated lang entries to reflect more readable layout and groupings
- Refactored configs to allow for enabling and disabling to be in the same place the stats
- Updated to the Timefall Development License 1.2
-- Thanks --
- @fzzyhmstrs for helping with the config refactor
- @purejosh for bringing the registration config issues to our attention
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:O8JgP5eC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FZmGDE43:O8JgP5eC"
}

