Exchange tablets and alchemy pedestals allow taking items from them during crafting
slava110 opened this issue ยท 1 comments
Exchange tablets and alchemy pedestals allow taking items from them during crafting and don't stop the recipe. If you take all ingredients - it will crash and break world (unable to load it again)
Crash error:
Description: Ticking block entity
java.lang.IllegalArgumentException: bound must be positive
at java.util.Random.nextInt(Random.java:322) ~[?:?] {}
at com.rekindled.embers.blockentity.AlchemyTabletBlockEntity.clientTick(AlchemyTabletBlockEntity.java:179) ~[embersrekindled-1.20.1-1.1.1.jar%23352!/:1.20.1-1.1.1] {re:classloading}
at net.minecraft.world.level.chunk.LevelChunk$BoundTickingBlockEntity.m_142224_(LevelChunk.java:689) ~[client-1.20.1-20230612.114412-srg.jar%23444!/:?] {re:classloading}
at net.minecraft.world.level.chunk.LevelChunk$RebindableTickingBlockEntityWrapper.m_142224_(LevelChunk.java:782) ~[client-1.20.1-20230612.114412-srg.jar%23444!/:?] {re:classloading}
at net.minecraft.world.level.Level.m_46463_(Level.java:468)