Links
Tags
Creators
Details
Licensed ARR
Published 11 months ago
Updated 2 days ago
All versions
26.1a
Release
Pumpkin Mobs! 🎃🎃🎃2 days ago 5
Compatibility
Minecraft: Java Edition
26.3
Platform
Data Pack
Changes
Dappled Forest
- Can now spawn Pumpkin mobs.
- Spawn 50% less Apidae mobs.
Pumpkin Mobs
- Humanoid Skeletons and Zombies in the Dappled Forest can spawn with a Special Pumpkin in the head.
- That Pumpkin has a low drop chance, and is a special item, capable of storing up to 7 projectiles, and releasing them later.
- They are faster and tougher, and wield Spears (Skeletons) and Shovels (Zombies).
Curses
- Added Animu-ignis, a potion that dispel 1/3 of the cursed mark power, but does not revert effects it already applied.
- Brewed using a ominous bottle and a enchanted golden apple.
Fuel
- Magma Cubes now can drop a magma block that serves as fuel — Long burn time and slower speed.
- Coal dropped by Wither Skeletons now has lower burning time but is faster speed.
- Fast Blaze Poweder can be crafted.
Recipes
- Enchantmnet provider is now standardized:
- Enchantment Bottles provide low enchantment power.
- Enchanted Books provide regular enchantment power.
- Enchanted Golden Apples provide high enchantment power.
- Nether Stars provide super enchantment power.
- Recipes that require enchantment power now require a minimum level of enchantment power, but also accepts higher levels.
- Compact Spyglass recipe changed to be more expensive.
Other
- Maps from the datapack now use new avaliable decorations.
- Shinai name is once again white.
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:9DyC9ERT:E7NGW1RD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9DyC9ERT:E7NGW1RD"
}

