Skip to content
Success

Changes

Summary

  1. `conversion_duration` property on Zombies and Zombie Villagers (#2302) (commit: 689ef23) (details)
Commit 689ef234a69cd521b50a3935cc6b9831533a93db by noreply
`conversion_duration` property on Zombies and Zombie Villagers (#2302)

* `conversion_duration` property

* these tags aren't static

* deprecate `drowned_conversion_duration`

* seconds -> ticks

* prevent exceptions by checking if entity is converting

* remove redundant method

* exclude PigZombies

* remove redundant tags arr

* prevent exceptions in property string
(commit: 689ef23)
The file was removedplugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityDrownedConversionTime.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/PropertyRegistry.java (diff)
The file was addedplugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityConversionTime.java