Floweynt

Results 12 issues of Floweynt

Not sure if this is patched in later versions, and not sure if this is reproducible: ``` java.util.ConcurrentModificationException at java.util.TreeMap$PrivateEntryIterator.nextEntry(TreeMap.java:1207) at java.util.TreeMap$ValueIterator.next(TreeMap.java:1252) at io.github.moulberry.notenoughupdates.NEUEventListener.onTick(NEUEventListener.java:169) ``` Looking at this the problem...

## Motivation When doing development, it's often beneficial to be able to easily run the server in a development environment (mojmapped everything). This enables features like class/mixin hotswapping. This pull...

type: enhancement

In `coulomb_repulsion` and `nuclear`, there are calls like `Fgamma(i + j + k, ...)` within loops. This is bad for performance. You call Fgamma `Imax * Jmax * Kmax` times,...

In `DataComponentMap#diff`, a patch will have a removal entry deleted if it is not present in the prototype. However, the condition for this is inverted, so it is only removed...

Implemented for bedwars and 1.8.9. Porting to newer versions is WIP.

Provide an internal API over Minecraft to remove duplicated code across minecraft versions. This is implemented via a set of interfaces, which are injected via loom interface injection (at compile...

When calling a `@PolymorphicSignature` method such as the ones provided in `VarHandle`: ```java // exception handling omitted @Unique private static final VarHandle someVarHandle = MethodHandles.lookup().findVarHandle(TargetClass.class, "someField", int.class); @Inject(method = "foo",...

##### LibreSprite version Latest master: 5770468d30fcced2a83e6b55e3b936c11072ad13 - [x] I am using the latest release or a build from latest commits. - [x] I am not using the Flatpak. (If you...

unconfirmed bug

Fixed package rename: - Breaking with nested packages - Breaking the tree view - Failing to remap some classes

Affects: - [data/pc/1.21.3/proto.yml](https://github.com/PrismarineJS/minecraft-data/blob/6af2e045dfcb740fea03f1adde9b619ccdc2246e/data/pc/1.21.3/proto.yml#L117) - [data/pc/1.21.3/protocol.json](https://github.com/PrismarineJS/minecraft-data/blob/6af2e045dfcb740fea03f1adde9b619ccdc2246e/data/pc/1.21.3/protocol.json#L335) - [data/pc/1.21.4/protocol.json](https://github.com/PrismarineJS/minecraft-data/blob/6af2e045dfcb740fea03f1adde9b619ccdc2246e/data/pc/1.21.4/protocol.json#L335) - [data/pc/latest/proto.yml](https://github.com/PrismarineJS/minecraft-data/blob/6af2e045dfcb740fea03f1adde9b619ccdc2246e/data/pc/latest/proto.yml#L117)