We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514cba5 commit df2b733Copy full SHA for df2b733
src/main/resources/forge-1.14.4/templates/livingentity/livingentity_renderer.java.ftl
@@ -55,8 +55,8 @@ package ${package}.client.renderer;
55
<#assign rootPart = "">
56
<#assign model = "PigModel">
57
<#elseif data.mobModelName == "Piglin">
58
- <#assign rootPart = "0.0F, false">
59
- <#assign model = "BipedModel">
+ <#assign rootPart = "">
+ <#assign model = "ZombieModel">
60
<#assign humanoid = true>
61
<#elseif data.mobModelName == "Slime">
62
<#assign rootPart = "16">
0 commit comments