Skip to content

Commit a594af7

Browse files
committed
Removed tag import
1 parent cf6195d commit a594af7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/resources/forge-1.20.1/templates/modbase/variableslist.java.ftl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ package ${package}.network;
33

44
import ${package}.${JavaModName};
55

6-
import net.minecraft.nbt.Tag;
7-
86
@Mod.EventBusSubscriber(bus = Mod.EventBusSubscriber.Bus.MOD) public class ${JavaModName}Variables {
97

108
<#if w.hasVariablesOfScope("GLOBAL_SESSION")>

0 commit comments

Comments
 (0)