File Details
engraving-1.5.jar
- R
- Feb 17, 2025
- 62.72 KB
- 2.5K
- 1.12.2
- Forge
File Name
engraving-1.5.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
AnvilUpdateEvent Expansion (From v1.5)
AnvilUpdateEvent is fired multiple times every time player put 2 items on slots of Anvil, rather than single time.
Besides, the numbers of times it is fired on each side are nearly random (2 or 3 typically) . These two factors make tracking this event difficult.
Engraving adds a new ZenMethod for AnvilUpdateEvent: getTimeStamp(), it will return UNIX Timestamp of the time when the event fired.

