All versions
1.3-1.20.1
Release
Undead Remains 1.3-1.20.1yesterday 9
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Changes
undeadremains-1.3
CHANGES:
- Xanarian Gateway changes texture based on charge
- Rebalanced durability of normal + modified fossil tools
- nerfed drowned skeleton spawn rate
- Rebalanced Xanarians
- Rebalanced Armor (rare fossil + langrite)
- changed mob spawning
- reduced healing factor of Sahn Uzal
- most food now gives more nutrition/saturation
- Made metatorbernite enricher parts much cheaper
- Fossil polisher now gives 2 fossil per raw fossil instead of 3
- Improved Xand worldgen
ADDITIONS:
- Added weapon skin to Harvester
- Added Xanarian Soldier
- New attack animations for all the Xanarians
- Added Xanarian dungeon (WIP)
- Added attack to Sahn Uzal
- Added 8 new Advancements
- Fully added xanarain Cannibal
FIXES:
- Fixed entity hitbox sizes
- Made Xanarians less dumb
- Fixed rotation of fossil polisher
- Fixed flowers being 3d as an item
- Fixed food issues
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:UX6P0khu:ErcBnH6B"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UX6P0khu:ErcBnH6B"
}


