item texture rework temp 1
This commit is contained in:
parent
edfd5332ee
commit
28b26d4881
255 changed files with 75 additions and 324 deletions
|
@ -85,7 +85,6 @@ import common.entity.item.EntityOrb;
|
|||
import common.entity.item.EntityTnt;
|
||||
import common.entity.item.EntityTntCart;
|
||||
import common.entity.item.EntityXp;
|
||||
import common.entity.item.EntityXpBottle;
|
||||
import common.entity.npc.SpeciesInfo;
|
||||
import common.entity.projectile.EntityArrow;
|
||||
import common.entity.projectile.EntityBox;
|
||||
|
@ -126,7 +125,6 @@ public abstract class RenderRegistry {
|
|||
map.put(EntityOrb.class, new RenderItemEntity(mgr, Items.charged_orb, ritem));
|
||||
map.put(EntityEgg.class, new RenderItemEntity(mgr, Items.egg, ritem));
|
||||
map.put(EntityPotion.class, new RenderPotion(mgr, ritem));
|
||||
map.put(EntityXpBottle.class, new RenderItemEntity(mgr, Items.experience_bottle, ritem));
|
||||
map.put(EntityFireball.class, new RenderFireball(mgr, 0.75F));
|
||||
map.put(EntityFireCharge.class, new RenderFireball(mgr, 0.5F));
|
||||
map.put(EntityBox.class, new RenderFlyingBox(mgr));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue