-
Notifications
You must be signed in to change notification settings - Fork 142
Changelog v0.9.19
github-actions edited this page Nov 23, 2024
·
2 revisions
Released 23rd November 2024.
This version includes protocol support for 1.21.40 as well as a number of bug fixes and new features.
- Fixed incorrect interface definition causing Bows enchanted with Punch not to work correctly (https://github.com/df-mc/dragonfly/pull/927).
- Fixed a nil pointer that could occur with Ender Chests (https://github.com/df-mc/dragonfly/pull/929).
- Fixed incorrect calculations with the Efficiency enchantment.
- Players will no longer fall through blocks when being teleported (https://github.com/df-mc/dragonfly/pull/931).
- Fixed various incorrect item identifiers being returns by some blocks.
- Updated various hardness and blast resistance values for blocks.
- Fletching Tables no longer cause a panic when being picked.
- Fixed cost of creating multiple banners in a Loom (https://github.com/df-mc/dragonfly/pull/934).
- Enchanted Golden Apples were updated to now provide Regeneration II to match vanilla.
- Calculations for damage caused by TNT explosions have been fixed.
- Spectators can no longer pick up arrows (https://github.com/df-mc/dragonfly/pull/879)
- The
Mangrove
andCherry
functions have been renamed toMangroveWood
andCherryWood
respectively. - The new
Oxidizable
interface has been added for blocks that can oxidise. - Many new blocks have been implemented, including
BrewingStand
Copper
,CopperDoor
,CopperGrate
,CopperTrapdoor
,PolishedTuff
andTuffBricks
.
- Three new methods have been introduced to
BBox
:Corners
,Mul
andVolume
.
- The new
Potion and
PotionContainerChange` structs have been introduced to allow for potion recipes to be registered. - The
Perform
andValidBrewingReagent
functions have been introduced for working with potion recipes.
- The
entity.SplashableEntity
interface has been implemented on thePlayer
struct to allow for water bottles to be thrown at players to extinguish them when on fire.
- Three new methods have been introduced to the
Controllable
interface,StartCrawling
,Crawling
andStopCrawling
.
- The new
PotionBrewed
struct can be used to play the sound of a potion being brewed. - The new
WaxRemoved
struct can be used to play the sound of wax being removed from a Copper block. - The new
CopperScraped
struct can be used to play the sound of a Copper block being scraped to reduce oxidation.
Copyright © 2020-2024 df-mc