someaddons

Results 13 issues of someaddons

The way your deferred chunk tracking works it is possible for the watched chunk to become unloaded before its sent to the player, which causes the deferred chunk tracking to...

bug

The "required:false" flag in the mixin config https://github.com/someaddons/mixindebug/blob/9bc8ad2f5a6394635580bbe339d72d452ae38cb7/src/main/resources/template.mixins.json#L2 does only work if mixin.debug=true is enabled, else two conflicting mixins will crash. Here is a simple fabric template repo to reproduce...

https://github.com/AlexModGuy/AlexsMobs/blob/0d7bea8f643bff978ff2b9e4690f3c2a1a514266/src/main/java/com/github/alexthe666/alexsmobs/entity/ai/LeafcutterAntAIForageLeaves.java#L158 https://gist.github.com/someaddons/4a6b00db4e1dd42d44ebea2cb50a0823 Probably should check for loaded status instead of just querying the blockstate