Links
Tags
Creators
Details
1.3
Compatibility
Changes
beta-1.3
K- Kriperinq U- UrgedCrane
[K]- Added Tags
[K/U]- Artifact Researcher Villager
[K/U]- Added Crafting Recipes and Trades to all Items
[龙曜/K]- Chinese Translation
[K]- Projectiles Gravityless Now
[U]- New Mod Logo
[U]- Fixed Staffs Models
[K/U]- New Coins
Most items now have crafting recipes. Those items that cannot be crafted can be bought from different villagers, like Artifact Researcher. For convenience, it is recommended to download JER (https://modrinth.com/mod/just-enough-resources-jer)
Artifact Researcher- is a villager of a new profession from whom you can buy most of the items from our mod.

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:uaNXMiq4:O5KW9s4r"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uaNXMiq4:O5KW9s4r"
}

