mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-15 20:43:42 +01:00
Merge branch 'mc1.15/dev' of https://github.com/Creators-of-Create/Create into mc1.15/dev
This commit is contained in:
commit
2061072f8c
1 changed files with 5 additions and 5 deletions
|
@ -118,12 +118,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 a new issue