基本信息
我的世界Java版本
1.21–1.21.1
1.20–1.20.2
1.19.x
1.18.1–1.18.2
平台
Fabric
运行环境
搬运团队
搬运资源声明
对于可进行 JAR 文件搬运的许可证,我们提供站内下载服务;其他资源会跳转到原帖下载。资源更新可能不及时,建议前往资源内提供的原帖链接下载最新版本。
详情信息
许可证 MIT
发布于 2025-01-16
更新于 2026-02-17
更新日志
changelog:
juicer
- add juicer!
- juicer takes three ingredients and produces three bottles of juice
- juicer requires no fuel
- shift clicking and hoppers are engineered to work intuitively
- pretty screen
- large refactors: BodaciousThings -> BodaciousBlocks, block.harvester -> block.entity, bodaciousberries.registry.items -> bodaciousberries.item, bodaciousberries.registry.particles -> bodaciousberries.particle
- simplify gradle setup
- compat with MoreBerries juice: MoreBerries juice can be brewed in the bodaciousberries juicer
- juicer recipe system takes JSON and can theoretically be compatible with the recipe book
- all chorus berry juice recipes have been dejsonned and codified
- refactor: remove berry_bush folder in models
- add dubious juice, which is crafted when there is no available recipe but all ingredients are berries
- add mixed juices
custom recipe system for juicer
- simplifies JuicerRecipes and JuicerBlockEntity
- faster than old system
- should make recipe book compatibility possible
- removes json for chorus berry juice recipes
new block property system
- improves game loading time
- removes weirdness from blockstate JSON
- makes creating new bushes cleaner
- also remove legacy saskatoon berry bush models
improved pathfinding
- spiky berry bushes are now considered a danger


