Fix command core size bug #5

Open
7cc5c4f330d47060 wants to merge 1 commit from 7cc5c4f330d47060/blackilykat-chipmunkmod:1.20.1 into 1.20.1
First-time contributor

This is making the core size forced to be a perfect cube, with the default size of 4096 blocks. Some people have been spamming gamerule commands recently to limit the size of a fill command, which made me discover that this is not behaving correctly (because I had to change it in my fork).

This is making the core size forced to be a perfect cube, with the default size of 4096 blocks. Some people have been spamming gamerule commands recently to limit the size of a fill command, which made me discover that this is not behaving correctly (because I had to change it in my fork).
7cc5c4f330d47060 added 1 commit 2024-12-23 12:47:20 -05:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u https://code.chipmunk.land/7cc5c4f330d47060/blackilykat-chipmunkmod 1.20.1:7cc5c4f330d47060-1.20.1
git checkout 7cc5c4f330d47060-1.20.1

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout 1.20.1
git merge --no-ff 7cc5c4f330d47060-1.20.1
git checkout 7cc5c4f330d47060-1.20.1
git rebase 1.20.1
git checkout 1.20.1
git merge --ff-only 7cc5c4f330d47060-1.20.1
git checkout 7cc5c4f330d47060-1.20.1
git rebase 1.20.1
git checkout 1.20.1
git merge --no-ff 7cc5c4f330d47060-1.20.1
git checkout 1.20.1
git merge --squash 7cc5c4f330d47060-1.20.1
git checkout 1.20.1
git merge --ff-only 7cc5c4f330d47060-1.20.1
git checkout 1.20.1
git merge 7cc5c4f330d47060-1.20.1
git push origin 1.20.1
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Blackilykat/chipmunkmod#5
No description provided.