mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 05:48:00 +01:00
DAMMIT GRADLE
This commit is contained in:
parent
b1442c0874
commit
2cde5e586d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public class ModelWrapper<T extends LivingEntity, M extends IModel> implements I
|
|||
|
||||
private final M body;
|
||||
|
||||
public ModelWrapper(PlayerModelKey<T, ?> playerModelKey, boolean slimArms, @Nullable Consumer<M> initializer) {
|
||||
public ModelWrapper(PlayerModelKey<T, ? super M> playerModelKey, boolean slimArms, @Nullable Consumer<M> initializer) {
|
||||
this.armorFactory = playerModelKey.armorFactory();
|
||||
this.body = playerModelKey.getKey(slimArms).createModel();
|
||||
if (initializer != null) {
|
||||
|
|
Loading…
Reference in a new issue