pre-1.12.2-1.0.3b1
Compatibility
Changes
Release 1.12.2-1.0.3 Beta 1
A lot has been added since release 1.0.2! This is really the 6th beta for 1.0.3, however I have been testing this mod in my own worlds, adding more features along the way.
New Blocks Since 1.0.2:
- VCR
- DVD Player
- Bookshelf Speaker
- Wall-Mount Speaker
- CD Changer
- CD Changer (with discs)
- Keycard Reader
- Breaker Panel
- Breaker Panel (opened)
- 7 Types of Sector Antenna
- Yagi Antenna
- Log Periodic Antenna
- Small CRT TV
Changed Blocks:
- Desktop Computer model has been updated
- Computer Setup model has been updated
- Monitor model has been updated
Misc Changes:
- New Creative Tab: ItemOverflow RF; contains antennas and radio equipment.
ItemOverflow RF:
As part of 1.0.3, I have chosen to combine ItemOverflow with one of my smaller hobby projects, MCCellular, to create ItemOverflow RF. This project primarily adds antennas and radio equipment, including sector antennas used for cell towers.
Since this is a niche interest of mine, I opted to place these additions under a different creative tab due to the many variations of similar looking blocks that may eventually clutter the existing tab.

What about 1.16.5?
1.0.3b1 will not be released on 1.16.5, but rest assured, the 1.16.5 project is up to date with all 1.0.3b1 additions. Building the 1.16.5 project as a Jar file temporarily disrupts my 1.12.2 project due to shared Gradle configurations, so I am choosing to hold 1.16.5 betas for the time being.
Future betas will be released on 1.16.5, however they will be less frequent than 1.12.2 betas due to the disruption they cause to my other projects. Both full releases will happen at the same time!
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:mSK2TbZz:kMlg3lVj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mSK2TbZz:kMlg3lVj"
}

