11
Compatibility
Changes
Hey this is the second beta for DungeonsWeapons 11 or V3 as there are lots of changes made with in this verison! It could cause bugs and is not finished many things can and will change! Any feedback would be more than helpful to help balance or change things!
Special thanks to blouish_ for all the help he did he was truly the brains behind this go check him out on curseforge and instagram he has pretty cool mods!
Changes:
Uniquesmithing only requires a weapon and illager rune
Piggy Banks will now only spawn in raids
Sunsgrace will now give regeneration to the user and can also give regeneration to any entity if the user right clicks on the entity
Models and textures of some weapons(& varients) have been updated this includes Reinforced Iron Sword, Mace, Great Hammer, Gauntlets and Hunters armor.
Weapons and Unique varients can now spawn in some structures including Woodland Mansion, Trail Ruins, Nether Fortress, Bastion, Mineshaft, Ancient City, Stronghold, Desert Temple, Buried Treasure and Shipwrecks
Uniquesmith recipe now need a gold block instead of cobblestone
Hawkbrand and Hammer Of Gravity now have special varients only accessible through the Unqiuesmith that being the Sinister Sword and the Bonehead Hammer

Added new painting named Island

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:CXUEmqIy:T5X10Cmo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CXUEmqIy:T5X10Cmo"
}

