pietro-lopes

Results 24 issues of pietro-lopes

There are 2 cases that are leaking the level (one is an entity and the other is the level itself) Here is an entity that is still kept alive, maybe...

bug

### Description Full description is here and it is something you might want to be aware: * https://github.com/neoforged/Bus/issues/34 ### Reproduction Steps At original issue. ### Expected Behaviour At original issue....

bug

Some interaction is going on there that is causing crash. https://mclo.gs/00RRUFl (captured with BetterRandomSourceConcurrencyCrash mod) Also, Apothic Enchanting dev said the following: `"EMI should not be supplying the Level to...

**Minecraft Version:** 1.21.1 **NeoForge Version:** 21.1.22 **Logs:** ![image](https://github.com/user-attachments/assets/515e16c7-aeb7-487f-81f4-942a158584f8) **Steps to Reproduce:** ```java private static int sequential = 0; private void requestFakePlayer(PlayerInteractEvent.RightClickItem event) { if (event.getEntity() instanceof ServerPlayer player && player.level()...

bug
help wanted
1.21.1

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Are you using the latest MineColonies Version? - [X] I am running the...

Bug
Bug: Confirmed

### Description Some players at ATM10 are having some lag spikes and I asked them to turn on safepoint and GC logs to see what is going on and turn...

bug

Reworked the mixins, capturing ServerData in the constructor instead of relying on reflection.

Check if key `KeyMapping#isUnbound` first to prevend logspam when this is unbound ``` [17:26:10] [Render thread/ERROR] [mojang/Window]: ########## GL ERROR ########## [17:26:10] [Render thread/ERROR] [mojang/Window]: @ Pre render [17:26:10] [Render...

## How to reproduce Seed: -6615792431629871999 ### Mods required * YungsBetterDungeons-1.21.1-NeoForge-5.1.4.jar * YungsBetterStrongholds-1.21.1-NeoForge-5.1.2.jar Run this command: `/tp @s -3680 90 -3696` ``` Caused by: java.lang.NullPointerException: Cannot invoke "net.minecraft.world.level.Level.registryAccess()" because "this.level"...

It crashes with this mod installed: https://www.curseforge.com/minecraft/mc-mods/extrasounds-forge https://gnomebot.dev/paste/mclogs/Gk7EVBI#L1633 Looks like you are checking some config without checking if it was ready yet

bug
question