Rebalance the windmill
This commit is contained in:
parent
bb6b53490b
commit
ec054e09f6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ public class TileWindMill extends TilePowerAcceptor {
|
||||||
super(2);
|
super(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
int basePower = 480;
|
int basePower = 10;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void updateEntity() {
|
public void updateEntity() {
|
||||||
|
|
Loading…
Reference in a new issue