Erekir tech sector requirements
This commit is contained in:
@@ -26,7 +26,7 @@ public class PayloadBlock extends Block{
|
||||
update = true;
|
||||
sync = true;
|
||||
group = BlockGroup.payloads;
|
||||
envEnabled |= Env.space;
|
||||
envEnabled |= Env.space | Env.underwater;
|
||||
}
|
||||
|
||||
public static boolean blends(Building build, int direction){
|
||||
|
||||
@@ -29,7 +29,7 @@ public class PayloadConveyor extends Block{
|
||||
update = true;
|
||||
outputsPayload = true;
|
||||
noUpdateDisabled = true;
|
||||
envEnabled |= Env.space;
|
||||
envEnabled |= Env.space | Env.underwater;
|
||||
sync = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user