GiganticMinecraft / GiganticMinecraft/RegionGridFitter
Y座標がoff-by-one説
Open
Nobody has claimed this yet.
bug
- Dominant language
- Kotlin
- Stars
- 0
- Forks
- 0
- Avg merge
- 2m
- Merged PRs (30d)
- 1
Description
s1,s2で、保護の範囲を斧で選択した場合や
//pos1,//pos2コマンドを使って指定した場合に、yの範囲が0から256の257ブロックになる。(グリッド式保護設定メニューからだと0-255で正常。)
https://github.com/GiganticMinecraft/SeichiAssist/issues/664
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the selection using the axe and the //pos1 and //pos2 commands, then compare their Y range with the grid-based protection menu. Trace the selection normalization described in this issue and the linked RegionGridFitter issue; done means those paths produce Y=0 through Y=255 rather than 257 blocks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100