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": {