Included content
| Name | |
|---|---|
| FrozenLib |
wilderwild:ostrich_beak_buryable tag to control which blocks these are, currently containing the tags minecraft:mineable/shovel, minecraft:mineable/hoe, and minecraft:wool.Ostrich Peck Attack config option to control whether or not players can use the Ostrich's attack while riding one.wilderwild:has_ostrich biome tag to control which biomes they will spawn in.Spawn Ostriches config option to control whether or not Ostriches will spawn naturally.FloweringLilyPadBlock class as it was redundant.
OsseousSculkBlock class and merged both growing methods into one.minecraft:sword_efficient tag.wilderwild:blocks/potted_small.dripleaf to wilderwild:blocks/potted_small_dripleaf.)LiquidBlockRendererMixin for making the underside of Water smooth to now be extremely reliable and much safer.
Goat Horn Symphony and Back discs as they didn't feel like necessary additions, nor did they fit Vanilla.
Otherside and Samuel Åberg's 5 respectively.Ancient Horn Projectile to Ancient Horn Vibration.Ancient Horn Size Multiplier config, which used to be 0 by default.wilderwild:hanging_signs item tag.wilderwild:palm_logs item tag.Firework Rocket Wind Intensity config option to the Misc tab to control the percentage of how intense wind will act upon them.entity_firework_rocket to the Mixins config to optionally force-disable this.canSpawn methods to reflect Vanilla's, following the template checkXSpawnRules.Impaling and Bane of Arthropods enchantments in 24w03a+.Bottle of Lightning to Lightning in a Bottle.Restrict Instrument Sounds config lang reading as Restrict Instrument Sound.OverworldBiomeBuilderMixin in size in the process.WilderSharedWorldgen will only contain parameters for modified Vanilla biome placement from now on.Cherry Grove Placement config to be disabled by default as it wasn't as immersive as anticipated.Stony Shore Placement config lang reading as CStony Shore Placement.minecraft:snow_golem_melts tag.minecraft:spawns_snow_foxes tag.minecraft:spawns_white_rabbit tag.WilderSeedParticlePacketWilderControlledSeedParticlePacket
SeedParticleOptions class receiving two new invocation methods and new constructor parameters.WilderTermiteParticlePacketWilderFloatingSculkBubbleParticlePacketEntityDataSerializers have been removed and replaced with regular String serializers in order to prevent possible issues. (#333)SimpleCopperPipesIntegration class.| Name | |
|---|---|
| FrozenLib |
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.
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:AtHRJSUW:ewBcWYPB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AtHRJSUW:ewBcWYPB"
}