-
v1.0.21 Stable
released this
2026-05-18 23:50:32 +09:00 | -12 commits to main since this release변경 사항
1. 버튼 동시 눌림 방지
interaction 박스가 stone_button hitbox 와 정확히 겹쳐 있어 한 번 클릭에 interaction 발화 + stone_button 의 powered=true 애니메이션이 같이 일어나던 문제. interaction 박스를 버튼 면 바깥쪽으로 한 두께(0.125) 만큼 이동해 ray 가 stone_button 에 닿기 전에 interaction 에서 멈추도록.
- south z: 0.0625 → -0.0625
- north z: 0.9375 → 1.0625
- east x: 0.0625 → -0.0625
- west x: 0.9375 → 1.0625
2. text_display 라벨이 JSON 코드 그대로 보이던 문제
MC 1.20.5+ 부터 text_display.text 는 String 이 아니라 직접 TextComponent compound.
text:{...}`` 컴파운드 형식으로 변경.부분 적용
전체 datapack 교체 없이
btn.mcfunction(필요시btn_prep.mcfunction도) 만 덮어써도 됩니다. 자세한 방법은 저장소의temp/README.md참고.Downloads