We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef0ed6 commit 41e867fCopy full SHA for 41e867f
src/main/resources/forge-1.19.2/templates/projectile/projectile_renderer.java.ftl
@@ -31,8 +31,6 @@
31
<#-- @formatter:off -->
32
package ${package}.client.renderer;
33
34
-import com.mojang.math.Axis;
35
-
36
public class ${name}Renderer extends EntityRenderer<${name}Entity> {
37
38
private static final ResourceLocation texture = new ResourceLocation("${modid}:textures/entities/${data.customModelTexture}");
@@ -60,4 +58,4 @@ public class ${name}Renderer extends EntityRenderer<${name}Entity> {
60
58
return texture;
61
59
}
62
63
-<#-- @formatter:on -->
+<#-- @formatter:on -->
0 commit comments