Recent content by Noy

  1. Noy

    Question Applying a texture to a specific block

    maybe you can use setCustomModelData() in ItemMeta
  2. Noy

    Question How to get knockback from damage, e.g., EntityDamageEvent

    (PlayerVelocityEvent is not a choice since it couldn't tell the cause and only responds to player) I checked the mojang remapped just now. I found that the EntityDamageEvent is called in method damageEntity0(final DamageSource damagesource, float f) , which is invoke in method hurt(DamageSource...