Skip to content

Commit bcba5c3

Browse files
Fix code style
1 parent c75414d commit bcba5c3

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

src/gametest/java/net/wimods/chestesp/gametest/VanillaTestRig.java

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ public static void build(ClientGameTestContext context,
3333
runCommand(server, "setblock ^-2 ^4 ^7 trapped_chest");
3434
runCommand(server, "setblock ^-4 ^4 ^7 trapped_chest[type=right]");
3535
runCommand(server, "setblock ^-5 ^4 ^7 trapped_chest[type=left]");
36-
runCommand(server, "fill ^5 ^4 ^6 ^-5 ^4 ^6 smooth_stone_slab[type=top]");
36+
runCommand(server,
37+
"fill ^5 ^4 ^6 ^-5 ^4 ^6 smooth_stone_slab[type=top]");
3738

3839
// Second row: other containers
3940
runCommand(server, "setblock ^5 ^2 ^7 barrel");
@@ -42,7 +43,8 @@ public static void build(ClientGameTestContext context,
4243
runCommand(server, "setblock ^-1 ^2 ^7 furnace");
4344
runCommand(server, "setblock ^-3 ^2 ^7 blast_furnace");
4445
runCommand(server, "setblock ^-5 ^2 ^7 smoker");
45-
runCommand(server, "fill ^5 ^2 ^6 ^-5 ^2 ^6 smooth_stone_slab[type=top]");
46+
runCommand(server,
47+
"fill ^5 ^2 ^6 ^-5 ^2 ^6 smooth_stone_slab[type=top]");
4648

4749
// Third row: redstone things
4850
runCommand(server, "setblock ^5 ^ ^7 dispenser");
@@ -53,13 +55,13 @@ public static void build(ClientGameTestContext context,
5355

5456
// Fourth row: vehicles
5557
runCommand(server,
56-
"summon chest_minecart ^5 ^-2 ^7 {Rotation:[90f,0f],NoGravity:1b}");
58+
"summon chest_minecart ^5 ^-2 ^7 {Rotation:[90f,0f],NoGravity:1b}");
5759
runCommand(server,
58-
"summon hopper_minecart ^3 ^-2 ^7 {Rotation:[90f,0f],NoGravity:1b}");
60+
"summon hopper_minecart ^3 ^-2 ^7 {Rotation:[90f,0f],NoGravity:1b}");
5961
runCommand(server,
60-
"summon oak_chest_boat ^1 ^-2 ^7 {Rotation:[180f,0f],NoGravity:1b}");
62+
"summon oak_chest_boat ^1 ^-2 ^7 {Rotation:[180f,0f],NoGravity:1b}");
6163
runCommand(server,
62-
"summon bamboo_chest_raft ^-1 ^-2 ^7 {Rotation:[180f,0f],NoGravity:1b}");
64+
"summon bamboo_chest_raft ^-1 ^-2 ^7 {Rotation:[180f,0f],NoGravity:1b}");
6365
runCommand(server, "fill ^5 ^-2 ^6 ^-5 ^-2 ^6 smooth_stone_slab");
6466

6567
// TODO: Copper chests!

0 commit comments

Comments
 (0)