Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 years ago
All versions
0.2.0
Beta
Numismatic Archeology 0.2.03 years ago 139
Compatibility
Minecraft: Java Edition
23w16a
Platform
Fabric
Supported environments
Client and server
Changes
- Removed redundant suspicious gravel
- Added the bamboo shrine, where the parrot coin now generates in suspicious gravel
- The shrine consists of an above ground gate and below ground small tunnels
- Added the end temple, where the ender coin now generates in suspicious end stone
- Added archeologist houses in villages
- Added archeologist villager, mainly trades in sherds, and at master level can trade for suspicious blocks (sand, gravel, red sand)
- Added numismatic desk, the job site for the archeologist. It currently has no function (but I'm not going to forget about it cough cough fletching table)
- The desert, savanna, and plains archeologist houses generate with a pit of suspicious sand/gravel.
- The taiga and snowy archeologist houses generate with a loot chest
- The taiga village might also contain another variant of the archeologist house with no chest
- Sniffer coin now generates in warm ocean ruin suspicious gravel
- Added odd green figurine, found in bamboo shrines, which currently does nothing
- Sniffer coin no longer found in desert wells, ender coin no longer found in end cities, parrot coin no longer found in jungle temples, and the villager coin is no longer traded for with the Wandering Trader
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:7tR3Q0Vf:zx7Itpyt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7tR3Q0Vf:zx7Itpyt"
}

