Tags
Creators
Details
1.1.1
Compatibility
Required content
Changes
Changes
- Fixed the other Smooth Lapis block shapes not being in the pickaxe minable tag
- Fixed Chiseled Lapis having the wrong recipe and giving the wrong amount
- Netherite Ingot is now a shaped recipe, requiring 3 Gold Ingots in a row with a piece of Netherite Scrap on top of each, positive being a Netherite Ingot is now one Gold Ingot and Netherite Scrap cheaper
- Netherite Upgrade Smithing Template duplication recipe cheaper
- Added a new crafting recipe to the Netherite Upgrade Smithing Template, using a Diamond, two Netherite Ingots and two Gilded Blackstone blocks
- Gilded Blackstone can be crafted with Blackstone surrounded by 4 Gold Nuggets
- Gilded Blackstone behaves like Glowstone when broken, drops itself with Silk Touch, drops 2-4 Gold Nuggets otherwise, drops 4 all the time with Fortune 3
- Ender Chest uses a Ender Pearl instead of an Ender Eye, and now doesn't require Silk Touch to be dropped
- Crying Obsidian craftable with Obsidian and 4 Ghast Tears
- Crying Obsidian behaves like Glowstone when broken, drops itself with Silk Touch, drops 2-4 Ghast Tears otherwise, drops 4 all the time with Fortune 3
- Soul Soil can now be crafted from Soul Sand and Gravel, overrides the Dried Ghast recipe so they remain uncraftable without giving an error in the logs
Additions
- Added the Golden Potato, crafted by surrounding a Potato with Gold Ingots
- Added the Enchanted Golden Potato, crafted shapelessly with a Golden Potato, Glowstone Dust and Blaze Powder
- The Golden Potato when eaten gives Haste for 45 seconds
- The Golden Potato when eaten gives Haste 2 for 22 seconds
(The idea with the Golden Potato was to make it a brewing ingredient for Haste Potions, however I was having difficulty doing so at the time, so I made them consumable food items instead. In the future, I will remove the Enchanted Golden Potato, remove the Haste effect from eating the Regular Golden Potato and make it a brewing ingredient like I intended once I figure out how)
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:GilpWg79:rZCC2ATk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GilpWg79:rZCC2ATk"
}

