Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -2083,11 +2083,15 @@ public class Blocks implements ContentList{
|
|||||||
payloadSource = new PayloadSource("payload-source"){{
|
payloadSource = new PayloadSource("payload-source"){{
|
||||||
requirements(Category.units, BuildVisibility.sandboxOnly, with());
|
requirements(Category.units, BuildVisibility.sandboxOnly, with());
|
||||||
size = 5;
|
size = 5;
|
||||||
|
alwaysUnlocked = true;
|
||||||
|
group = BlockGroup.units;
|
||||||
}};
|
}};
|
||||||
|
|
||||||
payloadVoid = new PayloadVoid("payload-void"){{
|
payloadVoid = new PayloadVoid("payload-void"){{
|
||||||
requirements(Category.units, BuildVisibility.sandboxOnly, with());
|
requirements(Category.units, BuildVisibility.sandboxOnly, with());
|
||||||
size = 5;
|
size = 5;
|
||||||
|
alwaysUnlocked = true;
|
||||||
|
group = BlockGroup.units;
|
||||||
}};
|
}};
|
||||||
|
|
||||||
//TODO move
|
//TODO move
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ public class CoreBlock extends StorageBlock{
|
|||||||
envEnabled = Env.any;
|
envEnabled = Env.any;
|
||||||
drawDisabled = false;
|
drawDisabled = false;
|
||||||
replaceable = false;
|
replaceable = false;
|
||||||
|
rebuildable = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Remote(called = Loc.server)
|
@Remote(called = Loc.server)
|
||||||
|
|||||||
Reference in New Issue
Block a user