Links
Tags
Creators
Details
Licensed MIT
Published last year
Updated 3 weeks ago
All versions
1.2.3-Beta
Beta
Changed: GoodBlock 1.2.3-Beta3 weeks ago 2,888
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Additions:
- Added Frost-Condensed Crystal Cluster
- Added Impure Frost-Condensed Crystal Cluster
- Added CrystalJavelinTrident
- Added LatexLavaCrystal
- Added variant/entity LatexCrystalJellyDragon
- Added variant/entity LatexDuskDawnDragon
- Added variant/entity LatexFrostScaleDragonTaur
- Added variant/entity LatexEmberscalesMagmaDragonMale
- Added potion effect Frost along with its texture
- Added some entity spawns
Changes:
- Removed all music discs and their audio files (Re Make)
- Changed tool IDs and item IDs!
- Changed entity IDs
- Changed the locations of various APIs, e.g., PlayerDataGetHelper moved from event to util
- Added ProgressTransfurExt utility
- Modified loot tables to make them more reasonable
- Moved entities to entity/simple
- Removed test armor
- Removed test log output
Fixes:
- Fixed a bug that prevented the mod from running on servers due to the use of client-side classes
- Fixed the bug where music discs could not play (resolved by removing them entirely)
- Fixed a bug where some recipes could not be loaded
- Fixed some issues related to PaleTree
- Fixed abnormal block display issues
- Fixed model misalignment issues with LatexFrostScaleDragonTaur
- Fixed saddle texture errors with LatexFrostScaleDragonTaur
- Fixed texture errors with Blue Crystal
- Fixed the issue where variant abilities displayed as black/purple squares
- Fixed the issue where axes could not be crafted
- Fixed compatibility issues with the ScriptSound MOD
WARNING: This update will cause items/blocks/entities to disappear!!!!
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:ENYMytfs:77ux4Lal"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ENYMytfs:77ux4Lal"
}



