Darkere
Darkere
Unfortunately, the mod does not allow for completely replicating the vanilla sprinting behavior. Without the mod installed pressing the sprint key will never cause you to stop sprinting. With the...
> #### Description: We were recently looking into server lag and found that the Refined Storage External Storage increase the event bus times by about 2ms each. After some more...
Fixes #3242. A fairly simple to use dupe bug. So it might be a good idea to backport this one. This contains a slight behavior change for autocrafting. Extraction from...
Some mods crafting methods cannot predefine the NBT on the item. For example: https://github.com/klikli-dev/occultism/issues/478 where the mod dev picks a random name each time the item is crafted. This would...
### Describe the bug https://github.com/refinedmods/refinedstorage/blob/e3756e01265a749ed8de16e69c9e8b2b49454d19/src/main/java/com/refinedmods/refinedstorage/apiimpl/network/grid/CraftingGridBehavior.java#L122 If the extraction here fails, we are duping items. Particularly problematic if people have slots with more than 64 items, as the default implementation of...
### Describe your enhancement ideas: - prevent dupe disks in the same drive? - prevent dupe disks in the same network? - prevent dupe disks in the same world? -...
### Describe the bug  ### How can we reproduce this bug or crash? slot highlighting using more overlays ### What Minecraft version is this happening on? Minecraft 1.16.5 ###...
### Describe the bug  User comment: It was the magmator, but as I went in to check all the subcomponents could be crafted (and the system allowed me to...
This should fix issues with being unable to extract items from the grid. Hopeful this doesn't have any side effects but not can't really guarantee that. Can't really think of...
This addresses potential issues with autocrafting and reusable items. Currently, there is potential for crafting to produce a different item than the original input if there are 2 options for...