All versions
1.9.7-beta
Beta
Logicore 1.9.7-betayesterday 1
Compatibility
Minecraft: Java Edition
1.21
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Beta 1.9.7
Release date: 2026-08-31
Stage: Beta
Summary: This one finally makes the current 1.9 survival path start somewhere other than the Creative inventory.
Added
- Resin Taps now appear on common overworld tree logs during world generation.
- Resin Taps can also grow slowly on nearby loaded trees, so old chunks are not permanently resin-free.
- Breaking one Resin Tap always drops three Resin, with no Silk Touch nonsense.
- Resin and Paper can now be crafted into FR-2.
- Preserved the supplied Jetpack Blockbench source and generated its six-piece 3D runtime model without flattening it into an icon.
Changed
- Circuit Boards now use the simple shapeless FR-2 + Copper Wire recipe and produce one board.
- Kept Network Fiber, LPU and Thread Module on their confirmed 1.9 recipes.
Fixed
- Fixed the dead-end where Resin and FR-2 existed but could not actually be obtained or used in survival.
- Checked the current machines, generators, IDDs and required components so a basic network can be built without removed DTS/NDL progression.
Removed
- Removed the accidental need to use Creative mode to begin the Resin/FR-2 part of progression.
Known Issues
- Keep in mind this is still beta, so visual bugs, logic bugs and weird edge cases may still happen.
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:AJmOFSPL:tBk8BPZA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AJmOFSPL:tBk8BPZA"
}


