All versions
0.5.2-alpha
Alpha
Lazy Redstone 0.5.2-alpha2 months ago 40
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
New Content
Version Support
- Now support NeoForge 1.21.1.
- Updated Forge1.20.1 to 47.4.22.
Villager Concentration Camp
- Now supports releasing villagers from the Villager Concentration Camp. While sneaking, right-click a block with a Villager Concentration Camp containing a villager to release one villager.
Shulker Farm
Recipe
- Added Shulker Farm Scaffolding Unit, crafted from Scaffolding and a Slab. Used as a crafting component.
- Added Single Shulker Farm Layer, crafted from Shulker Farm Scaffolding Units. Used as a crafting component.
- Added Shulker Farm, crafted from a Single Shulker Farm Layer, a Dropper, a Boat, and Scaffolding.
Features
- Right-click a Shulker with a Mob Catcher to capture it.
- Place a Mob Catcher containing a Shulker into the Shulker Farm's GUI. The Shulker will be transferred into the farm and start duplicating. The more Shulkers, the faster the duplication.
- The Shulker Farm's GUI displays the current number of Shulkers. Once stabilized, the count is maintained at around 130.
- Once the Shulker count exceeds 50, the warm-up is complete and Shulker Shells will start being produced. The more Shulkers, the higher the production frequency and the amount per drop.
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:dpsdwoNC:3A2hRJdk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dpsdwoNC:3A2hRJdk"
}

