0.1.1
Compatibility
Changes
0.1.1
The second public release of the mod.
Features
- Top-down retro camera system
- Custom player and item rendering
- Different poses for blocks and tools
- Simplified health UI (single heart + counter)
- Improved visibility with outline system
- Adjusted FOV for a retro feel
Improvements
- Added step-based camera rotation (45° increments)
- Camera rotation now controlled with arrow keys
- Significantly improved gameplay control and readability
- Reduced disorientation when moving the camera
Compatibility
- Minecraft Beta 1.3_01 only
Installation
This is a jar mod (base edit).
Install by adding it to minecraft.jar in MultiMC or Betacraft.
Notes
This version focuses on core gameplay. More improvements will come in future updates.
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:3eyGb1WG:8YI1irn7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3eyGb1WG:8YI1irn7"
}

