[1.19.4 Forge] CTEventManager does not exist on 1.19.4, making working with events impossible, despite documentation/examples stating otherwise
pinkygrocket opened this issue ยท 0 comments
Issue description
Attempting to import CTEventManager using import crafttweaker.api.events.CTEventManager results in a "could not find type" error, making registering events impossible. This is despite the fact that documentation + inbuilt example scripts on 1.19.4 exist. Browsing through the repo confirms that it does not exist on 1.19.4's repo. Consequently, even example scripts fail to run.
Steps to reproduce
N/A
Script used
The crafttweaker.log file
https://gist.github.com/pinkygrocket/0b323ffe23bdcad636fdacce57663ae
Minecraft version
1.19.4
Modloader
Forge
Modloader version
45.3.0
CraftTweaker version
12.0.3
Other relevant information
No response