Added
- Painted wood (planks, stairs, slabs, fences, fence gates, buttons, pressure plates)
- Tuff, tuff brick and polished tuff block variants
Changed
- Updated to Minecraft 1.21.1
- All Kotlin code was rewritten in Java
- Screen animator threads are now daemon threads
- Color palette loading is more resilient to crashes
- The old UUID format is no longer supported for trading stations
- Trading stations now use components for storing trades and owners
- Watering cans now use components for storing water and fertiliser levels
- Recipe remainders for brewer crafting now use the item stack-aware APIs from mod loaders (better support for modded items)
- Copying block settings now also copies the
burnable
property - Block shape caches now use arrays inatead of
Byte2ObjectMap
s (performance improvement) - The guide book has a better table of contents
- Advancements no longer give guide books as rewards
- Copper pipe and painted wood tags are collapsed in REI
- Better tag support:
- Kitchen sinks now accept any
#c:buckets/empty
- Chimneys now accept any
#c:tools/igniter
- Cobblestone chimneys now accept any
#c:cobblestones
- Nether wart coffee now accepts any
#c:buckets/water
- Kitchen sinks now accept any
Fixed
BenchBlock.rotate
not working forCLOCKWISE_90
FluidAmountPredicate.atMost
being an equality checkFluidReference.increment
: units swapped- Returning
ActionResult.SUCCESS
on the server inChimneyBlock.onUse
SeatBlock.onUse
SofaBlock.onUse
SofaBlock.onUseWithItem
TableLampBlock.onUse
AdornBookItem.use
SeatEntity.interact
FluidReference.getAmountText(long, FluidUnit)
: fix incorrect arguments leading to bad output- The action result is now propagated from
Chair/TableBlockItem.useOnBlock
, fixing incorrect hand swings - Missing translation for
#adorn:watering_can_fertilizers
- [Fabric] Kitchen sinks consuming fluids from items in creative
- EMI compat:
- Missing default recipe choices
- REI compat:
- Not supporting two item ingredients + a fluid ingredient in brewing recipes
Added
- Brazilian Portuguese translation (#322 by @Ednaxx and @rafinhaLQ)
Changed
- Updated to Minecraft 1.20.2
- Updated Chinese translations (#324 by @SolidBlock-cn)
Fixed
- Candlelit lanterns not dropping items (#319)
- Crash with some mods that prevent reading block settings during mod init (#321)
- Seat entities disappearing when a player logs out and logs back in (#281)
Added
- Cherry and bamboo block variants
- Support for JEI drag-and-drop (ghost ingredients) for trading stations
Changed
- Updated to 1.20.1
- Brewers now require a tool to break
- Brewers are now deepslate gray on maps
- Trading stations are now green on maps
- Made drawer and coffee table bounding boxes more precise
- Moved drawers as well as kitchen counters, cupboards and sinks to north-based models. Any custom models need to be adjusted accordingly.
Fixed
- Drawer handles not being culled when possible
- MoreCulling making holes in the ground for drawers and coffee tables (#284)
Added
- JEI support (#269)
- EMI support on Forge
Changed
- All recipe viewer brewer displays now use the same texture files located at
adorn:textures/gui/recipe_viewer/brewer_light|dark.png
- The default displayed fluid unit on all platforms is now L (instead of droplets on Fabric)
Fixed
- Crash with EMI 1.0 (#312)
- Missing translation for stat "Brewers Opened" (#313)
Added
- JEI support (#269)
- EMI support on Forge
Changed
- All recipe viewer brewer displays now use the same texture files located at
adorn:textures/gui/recipe_viewer/brewer_light|dark.png
- The default displayed fluid unit on all platforms is now L (instead of droplets on Fabric)
Fixed
- Crash with EMI 1.0 (#312)
- Missing translation for stat "Brewers Opened" (#313)