mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-04 16:30:34 -08:00
Removed link byte, replaced with rotation
This commit is contained in:
parent
46c3b35028
commit
9ebb4c7d12
9 changed files with 64 additions and 47 deletions
|
|
@ -81,7 +81,7 @@ public class PowerTestFixture{
|
|||
// Since this part shall not be part of the test and would require more work anyway, we manually set the block and floor
|
||||
// through reflections and then simulate part of what the changed() method does.
|
||||
|
||||
Field field = Tile.class.getDeclaredField("wall");
|
||||
Field field = Tile.class.getDeclaredField("block");
|
||||
field.setAccessible(true);
|
||||
field.set(tile, block);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue