local anims = require("EZAnims") local example = anims:addBBModel(animations.model) --hide vanilla model vanilla_model.PLAYER:setVisible(false) --hide vanilla armor model vanilla_model.ARMOR:setVisible(false) --re-enable the helmet item vanilla_model.HELMET_ITEM:setVisible(true) --hide vanilla cape model vanilla_model.CAPE:setVisible(false) --hide vanilla elytra model vanilla_model.ELYTRA:setVisible(false) models.model:setPrimaryRenderType("CUTOUT_CULL") example:addAllOverrider(animations.model.item) example:addAllOverrider(animations.model.win)