Tags
Creators
Details
All versions
1.9.0-1.21.8
Release
SkyOcean 1.9.010 months ago 16.2K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
SkyOcean 1.9.0
Additions
- Added support for 1.21.9 and fixed conflicts with old mod versions.
- Customize:
- Allow Raw Id for customization.
- Made color replace everything that has customizable color (Grass, Map, ...)
- Added Museum donation tooltip.
- Added Forge item ready reminder.
- Added raw Craft Helper formatter, showing the raw items required.
- Added blocks walked to the Prehistoric Egg.
- Warn if you have more then 4 pests on your garden.
Changes
- Made Inventory Buttons save every input instead of requiring an enter to save.
- Blacklist a lot of Craft Helper recipes.
- Reversed Craft Helper items from the bottom up, helping with crafting minions.
- Change craft helper icons.
Fixes
- Fixed Craft Helper finished notification ignoring the toggle.
- Fixed item customization skins not showing up if the original item isn't a player head.
- Allow /bank on bingo profiles.
- An issue that would cause some items not working with craft helper.
This Update was brought to you by:
lunaynx, Empa, j10a1n15, ThatGravyBoat, meowora
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:dIczrQAR:8ZcaSwOv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dIczrQAR:8ZcaSwOv"
}

