Tags
Creators
Details
1.0.3+mod
Compatibility
Required content
Changes
-
Fixed a bug where temperate frogs would not drop froglights when eating magma cubes
-
Updated how custom chicken eggs work:
- Custom eggs laid by chickens in this version will appear and function identically to eggs from older versions, but new and old eggs will not stack together
- New eggs will no longer have a hidden curse attached to them. This fixes a side effect on old eggs where their names will be colored aqua if the egg is renamed
- The hidden curse, called Curse of Incubation, will still be present in the files in order to allow older eggs to function
- If you are using the datapack version, ButterBee Resources must also be updated in order for the new egg textures to appear correctly
-
Added a loot tables for custom chicken eggs, allowing them to be easily obtained through the /loot command:
Get all eggs (including vanilla ones)
/loot give @s loot clifftree:eggs/all_eggs
Get individual custom eggs
/loot give @s loot clifftree:eggs/gray_egg
/loot give @s loot clifftree:eggs/black_egg
/loot give @s loot clifftree:eggs/red_egg
/loot give @s loot clifftree:eggs/amber_egg
/loot give @s loot clifftree:eggs/teal_egg
/loot give @s loot clifftree:eggs/pale_egg
- Removed Cliffman
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:91Xzenxx:sR9Pij6h"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:91Xzenxx:sR9Pij6h"
}

