Fixed payload sync
This commit is contained in:
@@ -1899,6 +1899,7 @@ public class Blocks{
|
|||||||
requirements(Category.distribution, with(Items.graphite, 20, Items.silicon, 20, Items.tungsten, 10));
|
requirements(Category.distribution, with(Items.graphite, 20, Items.silicon, 20, Items.tungsten, 10));
|
||||||
health = 90;
|
health = 90;
|
||||||
speed = 4f;
|
speed = 4f;
|
||||||
|
regionRotated1 = 1;
|
||||||
}};
|
}};
|
||||||
|
|
||||||
surgeConveyor = new StackConveyor("surge-conveyor"){{
|
surgeConveyor = new StackConveyor("surge-conveyor"){{
|
||||||
|
|||||||
@@ -77,6 +77,7 @@ public class PayloadSeq{
|
|||||||
|
|
||||||
public void read(Reads read){
|
public void read(Reads read){
|
||||||
total = 0;
|
total = 0;
|
||||||
|
blocks.clear();
|
||||||
short amount = read.s();
|
short amount = read.s();
|
||||||
for(int i = 0; i < amount; i++){
|
for(int i = 0; i < amount; i++){
|
||||||
add(Vars.content.block(read.s()), read.i());
|
add(Vars.content.block(read.s()), read.i());
|
||||||
|
|||||||
Reference in New Issue
Block a user