Add RedstoneEngineCommand #406

Merged
YoyoNow merged 5 commits from BauSystem/RedstoneEngineCommand into main 2026-06-10 09:04:15 +02:00
Owner
No description provided.
YoyoNow added 1 commit 2026-05-31 00:45:10 +02:00
Add RedstoneEngineCommand
Pull Request Build / Build (pull_request) Successful in 1m7s
1dc78b8eb8
YoyoNow requested review from D4rkr34lm 2026-05-31 00:45:10 +02:00
YoyoNow added 1 commit 2026-05-31 00:56:09 +02:00
Add ExperimentalCommand
Pull Request Build / Build (pull_request) Successful in 1m7s
bc0177df43
YoyoNow added 1 commit 2026-05-31 11:36:24 +02:00
Fix RedstoneEngine not registering
Pull Request Build / Build (pull_request) Successful in 1m9s
eab8826583
YoyoNow added 1 commit 2026-05-31 11:37:47 +02:00
Fix RedstoneEngine not registering
Pull Request Build / Build (pull_request) Successful in 1m8s
fd8f942014
D4rkr34lm approved these changes 2026-05-31 12:27:02 +02:00
Dismissed
@@ -0,0 +26,4 @@
public class ExperimentalCommand extends SWCommand {
public ExperimentalCommand() {
super("experimental", "experiment");
Owner

help text missing

help text missing
@@ -0,0 +53,4 @@
@Register("redstone")
@Register("redstoneengine")
public void setRedstoneEngine(Player player, @StaticValue("alternate_current") String __, WorldConfiguration.Misc.AlternateCurrentUpdateOrder updateOrder) {
Owner

help text missing

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 XZ
Owner

translations missing

translations missing
Author
Owner

Explizit rausgelassen

Explizit rausgelassen
D4rkr34lm marked this conversation as resolved
D4rkr34lm dismissed D4rkr34lm's review 2026-05-31 12:27:14 +02:00
YoyoNow added 1 commit 2026-06-10 09:03:56 +02:00
Merge branch 'main' into BauSystem/RedstoneEngineCommand
Backport CommonCore / Create CommonCore backport PRs (pull_request) Successful in 14s
Pull Request Build / Build (pull_request) Successful in 1m24s
0afb6ce06a
YoyoNow merged commit f81f05c3d0 into main 2026-06-10 09:04:15 +02:00
YoyoNow deleted branch BauSystem/RedstoneEngineCommand 2026-06-10 09:04:15 +02:00
Sign in to join this conversation.