Erekir tech sector requirements

This commit is contained in:
Anuken
2021-12-25 22:17:18 -05:00
parent 9e0d562d96
commit 4fbeae1afc
8 changed files with 43 additions and 20 deletions

View File

@@ -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){

View File

@@ -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;
}