From e3a147812370623435202676126d4128ba0a378b Mon Sep 17 00:00:00 2001 From: Juuz <6596629+Juuxel@users.noreply.github.com> Date: Sat, 18 Mar 2023 16:00:13 +0200 Subject: [PATCH] Add missing explosion event tokens, part II --- generator.config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/generator.config.json b/generator.config.json index ad9c5df..db95920 100644 --- a/generator.config.json +++ b/generator.config.json @@ -126,7 +126,9 @@ "pom": "https://maven.minecraftforge.net/net/minecraftforge/forge/maven-metadata.xml" }, "FORGE_LOADER_MAJOR": "37", - "MIXIN_COMPAT_LEVEL": "JAVA_16" + "MIXIN_COMPAT_LEVEL": "JAVA_16", + "FORGE_EXPLOSION_EVENT_PACKAGE": "net.minecraftforge.event.world", + "FORGE_EXPLOSION_EVENT_GET_LEVEL": "getWorld" } }, "1.17.1-forge-fabric": {