Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published last year
All versions
0.1
Alpha
WorkersTFC 0.1 - 1.20.1last year 54
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Unavailable version
Unavailable version
Changes
NEW FEATURES:
- added coins (new currency item)
- added recipe for coins (tfc anvil recipe from precious metals)
- added a weakness potion substitute and it's crafting chain
- added golden apple recipies
- re-added villager zombies to spawnpools
- added recruits/workers stations recipies
- added Creative mode tab for new items
BALLANCE CHANGES:
- horseman/nomad spawns without a horse in default config
- fisherman is nerfed to be more inline with TFC's food scarcity
COMPATIBILITY FIXES/CHANGES:
- changed default recruitment/upkeep item to coins
- changed default held items of recruitsto to tfc items
- changed default held items of workers to tfc items
- workers/recruits now recognise TFC chests
- workers now recognise TFC food.
- workers are now unwilling to eat spoilt food, or raw food
- recruits are now unwilling to eat spoilt food
- fisherman now can fish in saltwater
- changed fisherman items to TFC seafood items
- made woodcutter replant tfc trees
- farmer now tills tfc dirt types
- farmer now plants tfc crops
- farmer now harvests tfc crops
- merchants now are able to use tfc horses, donkeys, mules
- recruits now use tfc horses
- miners now use tfc torches
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:zYwI0Iz0:gWYTrmj4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zYwI0Iz0:gWYTrmj4"
}

