Additional block build over options (#7993)

* Adds missing block groups

* Allows electrolyzers to be rotated by bulding over them too

Co-authored-by: Garen7 <Garen7@users.noreply.github.com>
This commit is contained in:
Garen7
2023-01-07 10:43:23 -06:00
committed by GitHub
parent 5af8236643
commit a3a071e520
3 changed files with 5 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ public class DirectionalUnloader extends Block{
public DirectionalUnloader(String name){
super(name);
group = BlockGroup.transportation;
update = true;
solid = true;
hasItems = true;

View File

@@ -24,7 +24,7 @@ public class PayloadConveyor extends Block{
public PayloadConveyor(String name){
super(name);
group = BlockGroup.transportation;
group = BlockGroup.payloads;
size = 3;
rotate = true;
update = true;