mirror of
https://github.com/Pridecraft-Studios/joy.git
synced 2025-08-03 06:26:00 -04:00
feat: Make textures/entity/elytra/
a convention
This commit is contained in:
parent
dd0fe644a9
commit
c5bdb3f759
@ -33,7 +33,7 @@ public class CustomElytraFeatureRenderer<T extends LivingEntity, M extends Entit
|
||||
super(context);
|
||||
this.defaultElytraTexture = defaultElytraTexture;
|
||||
this.elytraTextures = new HashMap<>();
|
||||
this.elytraTextures.put(JoyItems.PRIDE_ELYTRA, JoyUtil.id("textures/entity/pride_elytra.png"));
|
||||
this.elytraTextures.put(JoyItems.PRIDE_ELYTRA, JoyUtil.id("textures/entity/elytra/pride_elytra.png"));
|
||||
|
||||
this.elytra = new ElytraEntityModel<>(loader.getModelPart(EntityModelLayers.ELYTRA));
|
||||
}
|
||||
|
Before Width: | Height: | Size: 355 B After Width: | Height: | Size: 355 B |
Loading…
x
Reference in New Issue
Block a user