Tags
Creators
Details
1.19.3-3.0.0.2-forge
Compatibility
Required content
Changes
Required Dependencies
Links redirect to the dependency's file listing with filters by game version and mod loader applied.
-
Terrablender - Curseforge or Modrinth .
-
GeckoLib - Curseforge or Modrinth .
-
CorgiLib - Curseforge or Modrinth .
Changelog
3.0.0.2
- Fix broken NBT files. Fixes #1206 and #1207
- Fix broken audio files.
3.0.0.1
- Fix Overworld Biome Configs.
- Ordered Creative Tab Items.
3.0.0.0
- Update to 1.19.3.
End 1.19, start 1.19.3
2.0.1.2
Biome Changes
End Biomes
- Make Chorus fruits and end gateways generate last in BYG end biomes.
- Make Chorus fruits and End Gateways the final features to gen in BYG end biomes.
Overworld Biomes
- Gave Red Oak Forest the Aspen Forest Surface Rules.
- Fixed Mob Spawns for various overworld biomes.
- Added more vanilla woodtypes to BYG biomes.
- New Maple, Cherry, & Witch Hazel particles.
- Particles now fall from leaves as opposed to being an ambient particle in the biome.
- Bush Tree for forest biomes.
- Redid Clover & Flower Patches
- Increased & Decreased Clovers & Flower patches across various biomes.
- Changed Cherry Blossom Forests to be a bit more common
- Add oak bushes to various Overworld biomes
- Re-added firecracker bushes (oops!)
- Added sparse birch trees to the Cherry Blossom Forest
- Increased cherry foliage blocks in the Cherry Blossom Forest.
- Tulips & sunflowers now properly spawn in the Coconino Meadows.
Misc Changes
- Finished "Cs" in the Biomepedia Biome Section for Descs. -Started "Ds" in the Biomepedia Biome Section for Descs.
- Re-add signs.
- Remove unused libraries and classes.
- Update zh_cn.json (#1171).
- Add Ukrainian translation from #1146.
- Update and require CorgiLib to
1.0.34. - Fabric Loom 1.1-SNAPSHOT, other Gradle tweaks/updates (#1187)
- Add modded shears support, Fixes #1043 (#1196)
- Move Overworld surface rules registration after registries freeze.
- Add
/byg config validate&/byg config resetcommands. - Move
/byg update_configs->/byg config update - Move
/byg reload->/byg config reload
Bug Fixes
- Fix typo in BYGOverworldTreeFeatures.java (#1130).
- Reduce performance footprint of Pumpkin Warden AI (#1140).
- Add Geckolib3 dependency to Forge & Fabric. Fixes #1163.
- Fix typo in BYGOverworldTreeFeatures.java (#1130).
- Reduce performance footprint of Pumpkin Warden AI (#1140).
- Do not crash BYG when configs fail to load. Log the errors instead and use defaults.
- Fix WoodType registration to use our namespace and to prevent mod conflicts. Fixes #1137 on 1.19.
- Use BlockPredicate for
HangingColumnWithBaseplacement. Fixes some nether plants not spawning. Fixes #1061 - Removed empty shapeless recipe for brown dye (#1170).
- Use internal references for GrowingPatterns config. Fixes outdated sapling references. Fixes #1115
- Update and require CorgiLib to
1.0.34, use better sapling patterns for Aspen Saplings. Fixes #1174. - Fix Sandstone Recipes. Fixes #1190
- Drop 2 prairie grass items when using shears. Fixes #1104
- Fix Mason Villager Trades. Fixes #1109
- Fix Man O War bucket spawning. Fixes #1113
- Fix reversed door blockstates, fixes #1125
- Don't give biomepedia several times, only once. Fixes #1194
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:uE1WpIAk:Y9thxeyR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uE1WpIAk:Y9thxeyR"
}

