Skip to content

Commit b2d4198

Browse files
committed
Fix compress
1 parent 84135cc commit b2d4198

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/neoforge-1.20.4/templates/modbase

1 file changed

+1
-1
lines changed

src/main/resources/neoforge-1.20.4/templates/modbase/mod.java.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ import org.apache.logging.log4j.Logger;
4040
${JavaModName}FluidTypes.REGISTRY.register(modEventBus);
4141
</#if>
4242
<#if types["attributes"]??>${JavaModName}Attributes.REGISTRY.register(modEventBus);</#if>
43-
</@javacompress>
4443
<#if w.hasElementsOfType("bannerpattern")>${JavaModName}BannerPatterns.REGISTRY.register(modEventBus);</#if>
44+
</@javacompress>
4545

4646
// Start of user code block mod init
4747
// End of user code block mod init

0 commit comments

Comments
 (0)