Drex

Results 20 issues of Drex

I just ran into a problem where mc-publish could not auto-detect supported versions of my mod from my [fabric.mod.json](https://github.com/DrexHD/AntiXray/blob/1.19.x/stable/fabric/src/main/resources/fabric.mod.json#L35) file. I am using an array of version ranges to specify...

Fixes role sync setting roles instead of adding them

**Changes** * Removes code duplication from `obfuscateLayer` * Adds a 3rd engine mode (layered obfuscation), this mode works the same as engine mode 2, but instead of randomizing every block,...

This is a very simple PR. It is mostly a notice / request to *please* bump the version of this library, because having different variations of it distributed with the...

### Your checklist for this pull request 🚨 Please review the [guidelines for contributing](https://github.com/plan-player-analytics/Plan/blob/master/CONTRIBUTING.md#writing-a-good-pull-request) to this repository. - [x] Make sure your name is added to Contributors file `/Plan/common/src/main/java/com/djrapitops/plan/delivery/rendering/html/Contributors.java` -...

This draft PR is intended to track the progress of updating this mod _(fabric module)_ to 1.20.5

This draft PR is intended to track the progress of updating this mod to 1.20.5

# Improve database performance ## Previous work This PR is based on [work from @PotatoPresident ](https://github.com/QuiltServerTools/Ledger/tree/database-performance-v2), which mainly improves database insertions, by batching actions. ## Lookup improvements - Improved lookup...

# Adds entity kill and item change preview ## Entity Kill - Each preview object keeps track of entities that have been removed or added on the client. `cleanup` is...