LtxProgrammer / LtxProgrammer/Changed-Minecraft-Mod

Missing Detail on EmoteParticle

未关闭 适合新手
#1,852 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
Java
星标
83
派生
58
平均合并
1 天 16 小时
30 天内合并 PR
2

描述

the "icon" seems to scale up/down with the size of the entity in the game changed, which doesn't happen in the mod.

my suggestion is to add this in the tick method ->
if (track instanceof LivingEntity livingTrack) {
float size = 0.3f * livingTrack.getScale();
this.setSize(size, size);
this.quadSize = 0.3f * livingTrack.getScale();
}

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

找到 EmoteParticle 类及其 tick 方法,然后检查粒子如何跟踪 LivingEntity 并设置其大小。验证表情图标是否会随被跟踪实体的缩放变化而缩放,并符合 issue 中描述的行为。使用一个大小会发生变化的实体在游戏中确认此更改。

由索引模型根据 Issue 内容生成。

评估

技术栈
java
领域
game-dev
Issue 类型
缺陷
难度
2/5
预计耗时
1-3 小时
活跃度
活跃
描述清晰度
基本清楚
新手友好度
72/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。