CubicChunks

CubicChunks

840k Downloads

compatibility with command-o-matic

sazuko07 opened this issue ยท 5 comments

commented

issue lies with filling blocks below y-coordinate 0 or above y-coordinate 255. throws error of "cannot place blocks outside of the world", when i am able to place single blocks of any kind above or below that threshold. fill command becomes useless "below" or "above" the original build ceiling or floor.

commented

The issue is in Command-O-Matic rather than in Cubic Chunks, but I submitted a PR to Command-O-Matic that should fix it anyways. (If they don't merge the PR and upload a new build to CurseForge, you should still be able to build the fork I did the PR with for yourself.)

commented

https://github.com/vova7865/command-o-matic/pull/1 closes once PR is accepted - Tested and working with CC

commented

thank you for the quick reply and the hard work! i think this may solve the issue, but my java compiler (javac) gets errors (70 of them) when i try to recompile the java files back into its classes. If you could compile the javas or point me toward a resource that works to compile these minecraft java files, that would be very much appreciated.

commented

@sazuko07 merged, updated the file on curseforge. thanks @KandiPanda !

commented

Ok, this really has nothing to do here - since the others already pointed out that this was an Issue in command o matic, but I'll just answer for the sake of helping:

Set up a forge MDK environment, put the files of the whole repo of command o matic in the folders of the same names, and use the build system of forge.
Please read some tutorials on forge modding on how to set it up exactly.

Alternatively you could just wait for an update of command o matic since Kandi's changes got merged.