Tags
Creators
Details
Licensed LGPL-2.1-only
Published 3 years ago
Updated 3 years ago
All versions
1.20.1-2.0.5
Release
Caged Mobs 1.20.1-forge-2.0.53 years ago 347.1K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
BEFORE UPDATING ALWAYS REMEMBER TO MAKE A WORLD BACKUP!
Have you found any bugs? Report them at: https://github.com/Corgam/CagedMobs/issues
- Backported changes from Minecraft 1.20.2.
- Experience Orb item has a new name and a texture (old Experience Orbs will, unfortunately, disappear from your current world, sorry!)
- Bottle o’ Enchanting recipe now requires 8 Crystallized Experience
- Added a Crystalized Experience Block (works like a Crystalized Experience, but a more compact)
- Added a new Warped Nylium environment for Enderman. Fixes #60 (It has the standard growth modifier of 1.0, but you do not need to go to the End to farm Enderman inside cages)
- Updated entities folder name which stores data pack's JSON files related to mobs. This change might break the current Craft Tweaker scripts. The changes include the Caged Mobs files and all supported mods included by default. Changes: mobs → entities. Example:
entities.getEntity("cagedmobs:entities/cow");instead ofentities.getEntity("cagedmobs:mobs/cow"); - Renamed some environment JSON files to be consistent with others. The file names are now the name of the input block and not the category. This change might break the current Craft Tweaker scripts. Changes: environments/end → environments/end_stone, environments/farm → environments/hay_block, environments/nether → environments/magma_block, environments/snow → environments/snow_block, and environments/cave → environments/stone
- Updated Simplified Chinese translation (Thanks to qznfbnj!)
- Fixed normal cages being not harvestable after upgrade removal. Fixes #58
- Fixed colored sheep not rendering properly in the Cage’s GUI
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:LvTzhSqu:xu8CgGzR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LvTzhSqu:xu8CgGzR"
}

