Fix TinyTNT not spawning the correct entity client-side (and the renderer using the wrong shadow).
This commit is contained in:
@@ -38,7 +38,7 @@ public class TinyTNTPrimedRenderer extends EntityRenderer<TinyTNTPrimedEntity> {
|
||||
|
||||
public TinyTNTPrimedRenderer(final EntityRendererManager manager) {
|
||||
super(manager);
|
||||
this.shadowSize = 0.5F;
|
||||
this.shadowSize = 0.25F;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user