We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ea4fc commit 47827bdCopy full SHA for 47827bd
src/client/java/io/github/openbagtwo/lighterend/mobs/models/EndSlimeModel.java
@@ -21,7 +21,6 @@ public class EndSlimeModel extends EntityModel<EndSlimeRenderState> {
21
22
public EndSlimeModel(ModelPart modelPart, boolean outer) {
23
super(modelPart);
24
- System.out.println(this.getParts());
25
if (outer) {
26
flower = null;
27
crop = null;
0 commit comments