Skip to content

Commit

Permalink
Update to 1.16.5 and deprecate CustomModeledArmor and CustomTexturedA…
Browse files Browse the repository at this point in the history
…rmor

Signed-off-by: shedaniel <daniel@shedaniel.me>
  • Loading branch information
shedaniel committed Apr 15, 2021
1 parent 554684e commit 1a9d75b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
Expand Up @@ -34,6 +34,10 @@
import net.minecraft.entity.LivingEntity;
import net.minecraft.item.ItemStack;

/**
* @deprecated {@link net.fabricmc.fabric.api.client.rendering.v1.ArmorRenderingRegistry}
*/
@Deprecated
public interface CustomModeledArmor {
@Environment(EnvType.CLIENT)
BipedEntityModel<LivingEntity> getArmorModel(LivingEntity entity, ItemStack stack, EquipmentSlot slot, BipedEntityModel<LivingEntity> defaultModel);
Expand Down
Expand Up @@ -34,6 +34,10 @@

import javax.annotation.Nullable;

/**
* @deprecated {@link net.fabricmc.fabric.api.client.rendering.v1.ArmorRenderingRegistry}
*/
@Deprecated
public interface CustomTexturedArmor {
@Environment(EnvType.CLIENT)
@Deprecated
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
@@ -1,8 +1,8 @@
#org.gradle.daemon=false
org.gradle.jvmargs=-Xmx2G
minecraft_version=1.16.2
yarn_version=1.16.2+build.1+legacy.20w09a+build.8
minecraft_version=1.16.5
yarn_version=1.16.5+build.1+legacy.20w09a+build.8
fabric_loader_version=0.9.1+build.205
fabric_version=0.17.2+build.396-1.16
fabric_version=0.32.9+1.16
base_version=1.5
cloth_basic_math=0.5.1

0 comments on commit 1a9d75b

Please sign in to comment.