Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated last year
All versions
1.5.3
Release
minecells-1.19.2-1.5.33 years ago 248.7K
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Mine Cells 1.5.3
- Improved the look of the Conjunctivius' Tentacle swinging animaion
- Fixed a bug with Mine Cells teleporting you out of regular dimensions
- Improved the wording of the Prisoners' Quarters Doorway item description
Mine Cells 1.5.2
- Fixed server-side crash when initializing the Mine Cells item group
- Fixed a mixin conflict crash with Lithium
Mine Cells 1.5.1
Removed a packet mixin. It should now be fixed by other, network-fix focused mods.
Mine Cells 1.5.0
IMPORTANT
- Make sure to reset the dimensions of Mine Cells! Follow the guide here
- This version has been tested by myself but there may be unknown game-breaking bugs!
Proceed with caution and please report any bugs and crashes you see either on Github or through my Discord.
Portal overhaul
- Removed old circular dimension portals
- They have been replaced with Doorways that can be broken, crafted and placed elsewhere (only in the Overworld)
- A tooltip is shown that tells you if you have already visited the Prisoners' Quarters in the area you're in.
- If you break a doorway, it will remember the area it was placed in.
- Added new Teleporters that look similar to the old portals (Not available without cheats yet!)
Blocks
- Added missing blocks for the Prison Stone and Putrid Wood set:
- Prison Stone Pressure Plate, Prison Stone Button,
- Putrid Pressure Plate, Putrid Button, Putrid Sign
- Added the missing recipes for Putrid Boards
- Elevators can now be powered with hidden redstone (from below or from the side)
Dimensions
- The dimensions are now divided into 1024x1024 areas, which cannot be crossed.
- A compass now guided you to the entry of your current dimension and area.
- Added red falling leaf particles to Promenade.
- Overhauled structure generation in the Promenade.
- Insufferable Crypt now leads back to the Overworld. The arena is also closed off by two doors that are locked until you kill the boss.
- Added a new portal room in the Promenade of The Condemned, tweaked all old portal rooms.
- Added a new Overworld Portal structure that takes you to the Prisoners' Quarters! Has a chance to spawn an enemy not seen before in survival - the Inquisitor
Spawner Runes
- Spawner runes have been reworked. They are now entities, so after they're activated you can place blocks at their position.
- Only fire once per player. Cooldown between players is not yet implemented!
Technical
- Added owo-lib as a dependency
- New
/minecells:print_data,/minecells:sync_data,/minecells:clear_datacommands - A few new config options, including an option to disable automatic data wiping or keep the boss entry door unlocked
- A lot of other technical changes behind the scenes
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:9Qdvz1OV:VWbCUfvw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9Qdvz1OV:VWbCUfvw"
}


