All versions
v1.1
Release
Simple Incubator v1.1last year 169
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
[v1.1.0] - 2025-05-23
Added
- New Incubation Transmitter block that's able to replicate the entity presente in it's inventory to spawn it wireless thru a receiver.
- New Incubation Receiver block that's able to receive the duplicated entity presente in the slot of a transmitter.
- New Nest block that has a somewhat rare chance to spawn randomly thru out the map. Each nest has a chance to have between 1 and 3 Spawn Eggs of diferente types.
- New Incubator variants, capable of holding more energy and process incubation faster.
- New Update Modules that can be used to update the range of the transmitter and receiver. They also allow one to increase the speed of each transmission in a transmitter.
- New Energy Update Modules that can be used to update the Incubation Machine.
- New Battery variants that can hold and transfer more energy.
Changed
- Added more options on the config file to enable more customization.
Fixed
- Hopefully fixed allignment of the text on the table.
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:zsWivhY4:ycCsOuCq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zsWivhY4:ycCsOuCq"
}

