mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Dacite decoration block / Environmental renaming
This commit is contained in:
parent
88e3022db0
commit
74cefb3ec9
95 changed files with 10486 additions and 10175 deletions
|
|
@ -574,7 +574,7 @@ public class ApplicationTests{
|
|||
}catch(Throwable t){
|
||||
fail("Failed to update block '" + tile.block() + "'.", t);
|
||||
}
|
||||
assertEquals(tile.block(), tile.build.block());
|
||||
assertEquals(tile.block(), tile.build.block);
|
||||
assertEquals(tile.block().health, tile.build.health());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue