mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-13 14:04:05 +01:00
Fix unsided unplaced filters still rendering
This commit is contained in:
parent
4325cef8dc
commit
adfeeba5a1
@ -117,12 +117,12 @@ public class FilteringRenderer {
|
|||||||
}
|
}
|
||||||
sided.fromSide(side);
|
sided.fromSide(side);
|
||||||
return;
|
return;
|
||||||
|
} else if(slotPositioning.shouldRender(blockState)) {
|
||||||
|
ms.push();
|
||||||
|
slotPositioning.transform(blockState, ms);
|
||||||
|
ValueBoxRenderer.renderItemIntoValueBox(behaviour.getFilter(), ms, buffer, light, overlay);
|
||||||
|
ms.pop();
|
||||||
}
|
}
|
||||||
|
|
||||||
ms.push();
|
|
||||||
slotPositioning.transform(blockState, ms);
|
|
||||||
ValueBoxRenderer.renderItemIntoValueBox(behaviour.getFilter(), ms, buffer, light, overlay);
|
|
||||||
ms.pop();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user