mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 13:37:58 +01:00
Update minlp
This commit is contained in:
parent
fb685edbfb
commit
65201baa62
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ org.gradle.daemon=false
|
|||
# Dependencies
|
||||
fabwork_version=1.1.4
|
||||
modmenu_version=5.0.0-alpha.3
|
||||
minelp_version=4.7.2
|
||||
minelp_version=4.7.4
|
||||
kirin_version=1.13.2
|
||||
reach_attributes_version=2.3.1
|
||||
trinkets_version=3.5.0
|
||||
|
|
|
@ -75,7 +75,7 @@ class WingsGear implements IGear {
|
|||
|
||||
@Override
|
||||
public void render(MatrixStack stack, VertexConsumer consumer, int light, int overlay, float red, float green, float blue, float alpha, UUID interpolatorId) {
|
||||
model.getWings().renderPart(stack, consumer, light, overlay, red, green, blue, alpha, interpolatorId);
|
||||
model.getWings().renderPart(stack, consumer, light, overlay, red, green, blue, alpha, model.getAttributes());
|
||||
}
|
||||
|
||||
static class Model extends PegasusModel<LivingEntity> {
|
||||
|
|
Loading…
Reference in a new issue