Merge branch 'mc1.15/dev' of https://github.com/Creators-of-Create/Create into mc1.15/dev

This commit is contained in:
simibubi 2020-09-13 22:00:15 +02:00
commit 2061072f8c

View File

@ -118,12 +118,12 @@ public class FilteringRenderer {
}
sided.fromSide(side);
return;
}
} else if(slotPositioning.shouldRender(blockState)) {
ms.push();
slotPositioning.transform(blockState, ms);
ValueBoxRenderer.renderItemIntoValueBox(behaviour.getFilter(), ms, buffer, light, overlay);
ms.pop();
}
}
}