1.2
Compatibility
Required content
Changes
check modrinth
Changelog
New things
Entities
Eggkeeper - first fully aggressive entity... however he's unfinished
Hore - 0.5% chance to replace Vanilla horse. If you say a secret thing it will give you 6400 diamond blocks
Ban Entity - functions the same as TBS's version of thebrokenscript:ban (I think) although I assume it's a little harder to get rid of
Changed mechanics
If you say 67, one of the following things will now happen:
- 80%: sent to VoidEXP
- 19.5%: take 10 000 damage (affects armor)
- 0.5%: bans you from your world
Instead of the old one:
- 99%: VoidEXP
- 1%: 10000 damage thingamabob
Misc
Custom splashes for different languages
New translations (look in credits to see who did what translations)
Menu art (look in credits again)
Bug fixes
Fixed absolutely everything related to Easterman (including his look-detection and spawn rate)
Increased Easterman's spawn rate (pretty much never spawned before)
There's a few more I kinda forgot tho lol
Credits
Artis_Juck - models for Eggkeeper and Hore
Hyper - english uwu translations (TBS built-in language I think), menu art
writtzo - Spanish (Argentina) translations (he did them willingly because uhh idk), menu art
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:aI1ymZ17:QSiSvfS6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aI1ymZ17:QSiSvfS6"
}

