Sturmlilie

Results 3 issues of Sturmlilie

I'm not entirely sure why using `Blob` instead of `OpaqueArray` makes this work, but it does. In case `stride` is zero, it means "the array is tightly packed" [1]. [1]...

Tracing
Further Work Needed

I tested infrared packets flying through a nether portal in 1.14-fabric and couldn't get it to work (on dedicated server), but I'm not sure yet if it's due to the...

bug
help wanted
fabric

The "tags" condition cannot be relied upon anymore. This expression in the [testing lambda](https://github.com/TechReborn/RebornCore/blob/1.16/src/main/java/reborncore/common/crafting/ConditionManager.java#L56): ```java ItemTags.getContainer().getEntries() ``` always returns an empty map. I tried experimenting with a bit: ```java Set...