Generic node/bridge placement system

This commit is contained in:
Anuken
2020-12-18 12:41:13 -05:00
parent d80678dfeb
commit bd25294096
7 changed files with 56 additions and 35 deletions

View File

@@ -989,9 +989,9 @@ public class Blocks implements ContentList{
}};
itemBridge = new BufferedItemBridge("bridge-conveyor"){{
requirements(Category.distribution, with(Items.lead, 4, Items.copper, 4));
requirements(Category.distribution, with(Items.lead, 6, Items.copper, 6));
range = 4;
speed = 70f;
speed = 74f;
bufferCapacity = 14;
}};