All versions
0.0.1
Release
v0.0.1-mc1.20.1last month 6
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
What's Changed
- Feature/phases-9-13 by @ron1196 in https://github.com/ron1196/circle-of-craft/pull/1
- Test ralph by @ron1196 in https://github.com/ron1196/circle-of-craft/pull/20
- Lion merge [6/6]: Game Test scaffolding + breed/mane regression tests (#55) by @ron1196 in https://github.com/ron1196/circle-of-craft/pull/56
- Surface mod recipes in the in-game recipe book by @ron1196 in https://github.com/ron1196/circle-of-craft/pull/67
- Drop unused delayed plumbing and port tab-button flash (#59, #58) by @ron1196 in https://github.com/ron1196/circle-of-craft/pull/68
- Tests + cleanup for #62, #63, #65 by @ron1196 in https://github.com/ron1196/circle-of-craft/pull/69
- JEI: Grinding Bowl recipe category + catalyst binding (#39) by @ron1196 in https://github.com/ron1196/circle-of-craft/pull/71
- Per-face bug trap mechanic + JEI Grinding Bowl by @ron1196 in https://github.com/ron1196/circle-of-craft/pull/72
- Use bug-traps block tag + move scan into goal by @ron1196 in https://github.com/ron1196/circle-of-craft/pull/73
- JEI: recipe transfer handler + GUI click area for Grinding Bowl by @ron1196 in https://github.com/ron1196/circle-of-craft/pull/74
- Add Jade plugin (#24) + centralize quest/dimension/NPC name constants by @ron1196 in https://github.com/ron1196/circle-of-craft/pull/77
- Replace LK Spawner with vanilla; tune Outlands dungeons; disable Dart Quiver by @ron1196 in https://github.com/ron1196/circle-of-craft/pull/79
- Fix mossy_corrupt_pride_brick texture; remove orphan maize-stage assets by @ron1196 in https://github.com/ron1196/circle-of-craft/pull/80
- Rafiki vase heart-particles + mossy brick & maize asset cleanup by @ron1196 in https://github.com/ron1196/circle-of-craft/pull/81
- Phase 4: MixinExtras + @WrapOperation rewrite of OutlandsFluidMixin by @ron1196 in https://github.com/ron1196/circle-of-craft/pull/82
- ci: make CurseForge and Modrinth uploads non-fatal by @ron1196 in https://github.com/ron1196/circle-of-craft/pull/83
New Contributors
- @ron1196 made their first contribution in https://github.com/ron1196/circle-of-craft/pull/1
Full Changelog: https://github.com/ron1196/circle-of-craft/commits/v0.0.1-mc1.20.1
Optional dependencies
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:xpR9bZMi:FKUuQt24"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xpR9bZMi:FKUuQt24"
}




