Tags
Creators
Details
1.5.0
Compatibility
Changes
A complete redesign of the mod! So far, there are 4 professions Bricklayer, miner, woodcutter, digger. The main focus of the mod will be on selling items that cannot be sold to ordinary resident merchants, so as not to devalue the vanilla experience. The mod is at a very early stage of development, but I want to share it with you as it is already playable. For now, you can only sell items, maybe I can do a buy and sell function (maybe) Also, so far there are only 4 professions. All the test ones are valuable, they will be fixed in the future!!
All changes apply only to this version. The old versions will remain on Forge and they will not be updated!
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:t7JcTmlk:La3x7q0A"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:t7JcTmlk:La3x7q0A"
}

