mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-13 12:16:53 +07:00
Updated uCore
This commit is contained in:
parent
eb94a4ee14
commit
6281826b92
@ -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…
Reference in New Issue
Block a user