Skip to content

Commit 41e867f

Browse files
authored
Removed an import
1 parent aef0ed6 commit 41e867f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/resources/forge-1.19.2/templates/projectile/projectile_renderer.java.ftl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
<#-- @formatter:off -->
3232
package ${package}.client.renderer;
3333

34-
import com.mojang.math.Axis;
35-
3634
public class ${name}Renderer extends EntityRenderer<${name}Entity> {
3735

3836
private static final ResourceLocation texture = new ResourceLocation("${modid}:textures/entities/${data.customModelTexture}");
@@ -60,4 +58,4 @@ public class ${name}Renderer extends EntityRenderer<${name}Entity> {
6058
return texture;
6159
}
6260
}
63-
<#-- @formatter:on -->
61+
<#-- @formatter:on -->

0 commit comments

Comments
 (0)