mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Bugfixes
This commit is contained in:
parent
197b67f8c1
commit
fa9611e28c
14 changed files with 64 additions and 45 deletions
|
|
@ -377,7 +377,7 @@ public class ApplicationTests{
|
|||
world.tile(length + 1, 0).setBlock(new Block("___"){{
|
||||
hasItems = true;
|
||||
destructible = true;
|
||||
entityType = () -> new Building(){
|
||||
buildType = () -> new Building(){
|
||||
@Override
|
||||
public void handleItem(Building source, Item item){
|
||||
itemsa[0] ++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue