All versions
1.7.0-beta.6-neoforge+1.21.1
Beta
MineColonies Talking Citizens 1.7.0-beta.6 Neoforge 1.21.1last month 18
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
1.7.0-beta.6 - 2026-06-12
Chores
- remove prompts/ folder (outdated design docs) - (80e542f) - Hendrik Lind
- remove prompts/ folder (outdated design docs) - (d8eb709) - Hendrik Lind
Features
- add pre-commit hook reminding to run mixin smoke test - (f5a12a2) - Hendrik Lind
Fixes
- discover versions from settings.gradle.kts instead of globbing - (2126a48) - Hendrik Lind
- use while read for robust version iteration - (21b4e4c) - Hendrik Lind
- defer autoQuitWorld world check to avoid configuration-time crash - (418762e) - Hendrik Lind
- use libgl1 instead of libgl1-mesa-glx for Ubuntu 24.04 - (5991352) - Hendrik Lind
- use Xvfb directly and cache apt/packages - (015de72) - Hendrik Lind
- run verification independently of build job - (d053582) - Hendrik Lind
- checkout PR head ref for correct marker comparison - (505e250) - Hendrik Lind
- add mixin smoke verified - (8f11099) - Hendrik Lind
- prevent AI from ending player conversations prematurely (#114) - (40937f6) - Hendrik Lind
- prevent AI from ending player conversations prematurely (#114) - (bd09730) - Hendrik Lind
- fix some states - (1dbf995) - Hendrik Lind
- restore sick walking/hospital and mourn at-grave distinctions; add eat-completion mixin for recent action - (dcbc92e) - Hendrik Lind
- use ancestor check instead of exact SHA match for mixin smoke CI - (5cce8ad) - Hendrik Lind
- correct Forge NBT deserialization mixin descriptor (#119) - (11ae825) - Hendrik Lind
- correct Forge NBT deserialization mixin descriptor (#119) - (240c426) - Hendrik Lind
Other
- add smoke test - (bc50eec) - Hendrik Lind
- also refresh project so it works properly - (62da888) - Hendrik Lind
- Merge pull request #95 from sshcrack/dev/add-mixin-smoke-test - (fc48d20) - Hendrik Lind
- Add mixin smoke test dev tooling - (fc48d20) - Hendrik Lind
- add mixin smoke test job with Xvfb - (d08a414) - Hendrik Lind
- replace heavy smoke test with lightweight marker verification - (f20f3e4) - Hendrik Lind
- Merge pull request #97 from sshcrack/dev/add-ci-mixin-test - (387f185) - Hendrik Lind
- add mixin smoke test job with Xvfb - (387f185) - Hendrik Lind
- Merge pull request #111 from sshcrack/report-11-mq81olv6 - (d8eb709) - Hendrik Lind
- prevent AI from ending player conversations prematurely (#114) - (40937f6) - Hendrik Lind
- prevent AI from ending player conversations prematurely (#114) - (40937f6) - Hendrik Lind
- prevent AI from ending player conversations prematurely (#114) - (40937f6) - Hendrik Lind
- prevent AI from ending player conversations prematurely (#114) - (40937f6) - Hendrik Lind
- Merge pull request #115 from sshcrack/report-14-mq85pjy9 - (bd09730) - Hendrik Lind
- Consolidated sub-state tracking, removed 5 mixins. - (6a856ae) - opencode-agent[bot]
- sshcrack sshcrack@users.noreply.github.com - (6a856ae) - opencode-agent[bot]
- Remove orphaned EAT_GET_FOOD enum value - (55eacc9) - Hendrik Lind
- Merge branch 'main' into opencode/issue93-20260609094345 - (abf986c) - Hendrik Lind
- smoke test passed - (1319304) - Hendrik Lind
- verify mixin smoke - (6282cbf) - Hendrik Lind
- Merge pull request #94 from sshcrack/opencode/issue93-20260609094345 - (af6a782) - Hendrik Lind
- Consolidated sub-state tracking, removed 5 mixins. - (af6a782) - Hendrik Lind
- run mixin smoke test - (f590129) - Hendrik Lind
- Merge pull request #120 from sshcrack/report-32-mqb2g3tz - (240c426) - Hendrik Lind
- 1.7.0-beta.6 - (edceb55) - Hendrik Lind
Refactoring
- move smoke verification to build_reusable for shared use - (7c6dd05) - Hendrik Lind
Contributors
-
Hendrik Lind
-
opencode-agent[bot]
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| mc_talking-1.7.0-beta.6-neoforge+1.21.1-sources.jar | Unknown | 246.44 KiB |
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:QJvWFsra:VhLnxecU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QJvWFsra:VhLnxecU"
}

