1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Proper belt underlays for splitters

This commit is contained in:
tobspr
2020-09-18 18:18:38 +02:00
parent 16902bed8d
commit b8f27aec44
15 changed files with 1319 additions and 1011 deletions

View File

@@ -96,6 +96,7 @@ export class MetaSplitterBuilding extends MetaBuilding {
entity.addComponent(
new ItemEjectorComponent({
slots: [], // set later
renderFloatingItems: false,
})
);