Add RedstoneEngineCommand #406
Reference in New Issue
Block a user
Delete Branch "BauSystem/RedstoneEngineCommand"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -0,0 +26,4 @@public class ExperimentalCommand extends SWCommand {public ExperimentalCommand() {super("experimental", "experiment");help text missing
@@ -0,0 +53,4 @@@Register("redstone")@Register("redstoneengine")public void setRedstoneEngine(Player player, @StaticValue("alternate_current") String __, WorldConfiguration.Misc.AlternateCurrentUpdateOrder updateOrder) {help text missing
@@ -0,0 +87,4 @@subtitle = Component.text().build();} else {subtitle = switch (misc.alternateCurrentUpdateOrder) {case VERTICAL_FIRST_INWARD -> Component.text("Y first inwards"); // Y before XZtranslations missing
Explizit rausgelassen