Skip to content
Success

Changes

Summary

  1. Add MoistureChangeEvent (#2644) (commit: 2091332) (details)
Commit 20913326f4d3a7055d209d5b33bd71a6db862a99 by noreply
Add MoistureChangeEvent (#2644)

* add MoistureChangeScriptEvent

* update meta

* add old and new_material, improve meta

* oldMaterial equals the old material and newMaterial equals the new material

* fix

* cleanup, remove redundant old / new material context tags, replace with context.material

* use oldFarmland
(commit: 2091332)
The file was modifiedplugin/src/main/java/com/denizenscript/denizen/events/ScriptEventRegistry.java
The file was addedplugin/src/main/java/com/denizenscript/denizen/events/block/MoistureChangeScriptEvent.java