Tags
Creators
Details
2.4
Compatibility
Changes
Here with a small update and some bug fixes.
Items:
-
Added the Herpetologist Jar, an item that allows you to catch and transport a Frog with you.
-
Added the Croaking Whistle, use it to produce a croak that highlights other frogs in the area
-
Added a Guide To Frogs, catch or kill frogs to unlock them in the book to vieuw some information about them.
-
Added the Boosting Plate, a Tic Tac Toe minigame. You have the possibility to input an item, which can be improved on a win but cused or damaged on a loss.
Blocks:
- Changed behavior of the Frog Cage so it saves the data of the Frog. With other words, the exact same frog will be inside after capture. You can use a Herpetologist Jar on this block to pick up/input a frog.
Quests:
- Removed the Crafting type quest, as it was causing too much problems and difficulties. If you had this type of quest active, you will have to choose a new one.
If your game crashes at any time, please contact me.
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:1Ok3lhS4:gQwO6EBi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1Ok3lhS4:gQwO6EBi"
}

