Links
Tags
Creators
Details
Licensed ARR
Published last year
Updated 13 hours ago
All versions
2.1
Release
DataPack + ResourcePack v2.113 hours ago 11
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platforms
Data Pack
Resource Pack
Changes
- A texture has been added to the ghost spawn egg.
- In chat, you can now open the datapack Wikipedia page in the browser after "/reload" and get a list of commands for issuing all items.
- Most items are no longer firework_star, now it is poisonous_potato.
- Some cauldron cooking bugs have been fixed.
- The Ruined Witch's House has become less common.
- Items on a small cauldron are now longer uncollectable.
- Explosive and settling bottles, as well as jars, can be crafted in batches of three.
- Fixed the appearance of a small cauldron after breaking it.
- Added a new achievement.
- Changed the way villager trades appear.
- Fixed a bug where some potions, in combination with others, were displayed when viewed in the inventory.
- Village trades have been updated to accommodate modern mechanics.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Improved Potions (rp).zip | Required resource pack | 200.38 KiB |
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:fantkDSh:lXqdnIGQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fantkDSh:lXqdnIGQ"
}

