Tags
Creators
Details
All versions
1.0.0
Release
Dogecoin 1.0.0last week 5
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Patch Notes - v1.0.0
What's New
- Dogecoin Ore - A new block that spawns naturally in the overworld (stone layers, Y-level range similar to gold ore)
- Mine the ore with an iron pickaxe or better
- Smelt ore into Dogecoin (furnace: 200 ticks / blast furnace: 100 ticks, 0.7 XP)
- Dogecoin Ore drops itself when mined (with silk touch compat via survives_explosion condition)
- Dogecoin item moved from Operator tab to Ingredients creative tab
- Added translations for the ore block
Removed
- ATM/Wallet system (commands, GUI, networking)
- Config file system (dogecoin.json, dogecoin_wallets.json)
- Wolf interaction (feeding gold to wolves)
- Data generator (was empty anyway)
- Unused texture file (dogecoin-2.png)
- All version-specific networking code (WalletPayload, WalletScreen)
What Was Kept
- The Dogecoin item
- Smelting Dogecoin back into Gold Ingot
Technical Changes
- Removed datagen entrypoint from fabric.mod.json
- Simplified all 3 version entrypoints (1.20.1, 1.21.1, 1.21.4)
- Zero mixins (as before)
- Zero dependencies beyond Fabric API
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:e9Zvyh0K:7wr8b3j3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e9Zvyh0K:7wr8b3j3"
}

