Tags
Creators
Details
1.2.3
Compatibility
Required content
Changes
[1.2.3] - 2022/21/10
Forge will hopefully receive an update & port to 1.19.2 once Apugli goes multiloader and the Origins Forge port fixes some dependency issues. If anyone cares, I'm too lazy to update the wiki. It probably needs an overhaul anyway.
I'll also look at some mod compat with the Ecologics mod maybe for the future.
FABRIC:
- Ported to 1.19.2 (technically)
- Updated Apugli from v1.8.2 to v1.9.3
- Changed Moth powers:
- Phototactic:
- Buff from Glowstone Lights
grounded_origins:moth/glowstone_lightsto give the Glowing effect instead of the Slow Falling effect- Slow Falling can be pretty annoying, thus the change. I'm not sure if there's a better, more beneficial effect I could give. If you have one, be my guest.
- Buff from Glowstone Lights
- Nocturnal:
- Reduced max Weakness duration from 3 mins to 2 mins
- Increased minimum time required in the sun for weakness from 10 seconds to 1 minute
- Fibrous Diet:
- Wool-to-string recipe gives 2 string, up from 1
- Phototactic:
- Adjusted several origin/power descriptions:
- Moth: Winged
- Before: "You're capable of flight, but chestplates cover up your wings entirely."
- After: "You're capable of a soft glide, but chestplates cover up your wings entirely."
- Moth: Nocturnal
- Before: "Your vision is adapted to dark spaces, but you feel weaker when exposed to the sun."
- After: "Your vision is adapted to dark spaces, but you feel weaker when exposed to the sun for long periods of time."
- Beach Crab: Kelpomaniac
- Before: "You can eat Kelp, and it empowers your underwater vision."
- After: "You can eat Kelp, which empowers your underwater vision and oxygen capacity."
- Penguin (Origin):
- Before: "A group of little furry birds that enjoy the ice, snow, and the murder of fish!"
- After: "Furry, sea-faring birds that enjoy the ice, snow, and the murder of fish!"
- Penguin: Aquatic Diet
- Before: "You can only eat seafood, and it sustains you much farther. You don't suffer any negative/positive effects from seafood, and you can hold your breathe for a very long time after eating a Pufferfish."
- After: "You can only eat seafood, and it sustains you much farther. You don't suffer any effects from seafood, and consuming a Pufferfish pumps you full of air."
- Moth: Winged
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:xBBfSwqZ:ceUIctLZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xBBfSwqZ:ceUIctLZ"
}

