mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-16 14:21:43 -08:00
Updated uCore
This commit is contained in:
parent
eb94a4ee14
commit
6281826b92
2 changed files with 4 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ allprojects {
|
|||
gdxVersion = '1.9.8'
|
||||
roboVMVersion = '2.3.0'
|
||||
aiVersion = '1.8.1'
|
||||
uCoreVersion = 'b6d22d5'
|
||||
uCoreVersion = ' bffc6d4'
|
||||
|
||||
getVersionString = {
|
||||
String buildVersion = getBuildVersion()
|
||||
|
|
|
|||
|
|
@ -3,8 +3,11 @@ package io.anuke.mindustry.world.blocks.distribution;
|
|||
import io.anuke.mindustry.world.Block;
|
||||
|
||||
public class MassDriver extends Block {
|
||||
protected float range;
|
||||
|
||||
public MassDriver(String name) {
|
||||
super(name);
|
||||
update = true;
|
||||
solid = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue