-
-
Notifications
You must be signed in to change notification settings - Fork 4
Updating v0.2 to be working now #17
base: feat/v0.2
Are you sure you want to change the base?
Conversation
Added version properties in all build.gradle.kts for easier maintaining
Updated codeql
…ticChunkLoader.java Fixed not finding legacy data file, imporved read speeds in LegacyLookup.java Added version lookup into SpongeSchematicReader.java check Added UTF-8 java compile option too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for contributing to Scaffolding! Before your changes are merged, please resolve these small problems.
core/src/main/java/dev/hypera/scaffolding/schematic/LegacyLookup.java
Outdated
Show resolved
Hide resolved
core/src/main/java/dev/hypera/scaffolding/instance/SchematicChunkLoader.java
Show resolved
Hide resolved
Thanks for your contribution, however I feel as if this would take less time if we implemented some of these What are your thoughts? |
Updated README.md Looked through some files and updated them
I'm currently working on those fixes. If you want, you can help me here, I would appreciate it if you would. |
+Push |
Could you please explain the bug this attempts to fix in LegacyLookup? I can't see any major differences between your version and the original version except for the use of |
So this pull request has a major fix, the Legacy Json file can now be loaded. Im using Int2ObjectOpenHashMap because in my experience it was always much faster in such huge data models. The other thing is, it fixes for example the git workflow, which did not work. I see no problem why this pull request should no be merged other then the corrections that need to be done. |
|
Fixed major issues with codeql, legacylookup, and utf-8 encoding. Also added better gradle maintaining support.