Sam Kirby
Sam Kirby
**Describe the bug** Package temperature on a Zen 2 CPU shows 0°C or 1°C with kernel 5.18. I'm not entirely sure where this is coming from. Coretemps are displayed correctly....
This mod applies overwrite mixins to EnchantmentHelper, thereby overwriting the patches applied by Astral Sorcery's [PatchModifyEnchantmentLevels](https://github.com/HellFirePvP/AstralSorcery/blob/master/src/main/java/hellfirepvp/astralsorcery/core/patch/helper/PatchModifyEnchantmentLevels.java). As a result, whilst the tooltips for enchanted items continue to display as though...
## Version Information `Minecraft: ` 1.12.2 `Forge: ` 14.23.5.2854 `Mantle: ` `Natura: ` d5b4bdd1767176dfb17da2298c5f9458f1839588 ## Report Information Both barley and cotton seeds return natura:cotton_crop[age=0] from getPlant. This is because cotton...
CME during world loading -> adding TEs to world: ``` java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextNode(HashMap.java:1429) at java.util.HashMap$ValueIterator.next(HashMap.java:1458) at net.minecraft.world.World.addTileEntities(World.java:1949) at net.minecraft.world.chunk.Chunk.onLoad(Chunk.java:856) at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:109) at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:150) at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:728) at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668) at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:185) at...