Marc Hermans
Marc Hermans
This adds an event that gets fired when DFU is loaded to register stuff to it. Right now this only deals with the chunk generators, but could use expansion later....
### Config GUI: This provides a backup interface in case a modder has not defined a screen himself. The screen makes it possible to modify the following configs: - Client...
### New Subsystem: Traveling This system allows a citizen to travel from a gate to a target block without having to exist as an entity. It allows for extreme amount...
## Reducing the cases where null values are returned. This was observed during reviews of several PRs the last few weeks. We should do a scan of cases where we...
### Current situation In the current situation a custom configuration is used to adapt and remap the mod dependencies to the mapping as defined by the user. Even though this...
Currently uses gradles own dependency notation parsing which requires at least the group and the artifact supplied.
### Fix: - This fixes large `debug.log` files when resource caching is enabled. - Performance degradation that occurs due to double indexing of the resource packs. ### Implemented: - A...
This might need some fiddling but this is how I envisioned TeamCity could do the pull request verification, it will run the `checkXXXX` tasks in a separate build pipeline. If...
Hello, I am very excited to see something like this coming to .Net Core. Especially with the automatic NuGet dependency Parsing. That said I however have a Usecase/Question that I...
This PR enables users of Jar-In-Jar to manually specify the version ranges and pinned versions to use for the dependency they want to include. This is useful because under normal...