Fix tests

This commit is contained in:
modmuss50 2024-10-15 14:41:59 +01:00
parent 2986a625c7
commit 95bead5fff

View file

@ -64,7 +64,7 @@ public class BundleContentsStorage implements Storage<ItemVariant> {
ItemStack stack = resource.toStack((int) maxAmount);
if (!stack.isEmpty() || !stack.getItem().canBeNested()) return 0;
if (stack.isEmpty() || !stack.getItem().canBeNested()) return 0;
var builder = new BundleContentsComponent.Builder(bundleContents());