We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831af0d commit 8efb182Copy full SHA for 8efb182
src/gametest/java/net/wurstclient/gametest/WurstTest.java
@@ -86,13 +86,6 @@ private void testInWorld(ClientGameTestContext context,
86
// Disable chunk fade
87
context.runOnClient(mc -> mc.options.chunkSectionFadeInTime().set(0.0));
88
89
- // Re-apply gamerules since setting them in the world builder doesn't
90
- // work as of 26.1-snapshot-8
91
- runCommand(server, "gamerule send_command_feedback false");
92
- runCommand(server, "gamerule advance_time false");
93
- runCommand(server, "gamerule advance_weather false");
94
- runCommand(server, "gamerule spawn_mobs false");
95
-
96
runCommand(server, "time set noon");
97
runCommand(server, "tp 0 -57 0");
98
runCommand(server, "fill ~ ~-3 ~ ~ ~-1 ~ smooth_stone");
0 commit comments