We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6195d commit a594af7Copy full SHA for a594af7
src/main/resources/forge-1.20.1/templates/modbase/variableslist.java.ftl
@@ -3,8 +3,6 @@ package ${package}.network;
3
4
import ${package}.${JavaModName};
5
6
-import net.minecraft.nbt.Tag;
7
-
8
@Mod.EventBusSubscriber(bus = Mod.EventBusSubscriber.Bus.MOD) public class ${JavaModName}Variables {
9
10
<#if w.hasVariablesOfScope("GLOBAL_SESSION")>
0 commit comments