Tags
Creators
Details
All versions
fabric-1.0.1
Release
More Gold 1.0.13 years ago 794
Compatibility
Minecraft: Java Edition
1.20–1.20.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
[1.0.1] - 8-9-2023
General
- Added issues URL.
- Saplings, and Seeds can now be composted.
- Golden Logs & Wood can now be used as fuel.
- Requires Lot's More Food v0.0.2 or higher.
- More Honey will now show up as a child mod under Lot's More Food when using modmenu.
- Golden logs & wood have a chance to drop a gold nugget instead of the block.
- Enchanted Golden Apples can now be crafted using 9 Gold Blocks & a Golden Apple.
Fixes
- Golden logs & wood should now drop the block instead of nothing.
New
- Enchanted Golden Banana
- Enchanted Golden Grape
- Enchanted Golden Lemon
- Enchanted Golden Orange
- Enchanted Golden Strawberry
Bug Fixes
- #2 Black on Golden Fruit Crop & Golden Fruit Sapling
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:4cS7TdXN:qmov75hy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4cS7TdXN:qmov75hy"
}

