mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Updated License.
This commit is contained in:
parent
608d2a4864
commit
7b708addb7
1 changed files with 2 additions and 2 deletions
|
@ -137,8 +137,8 @@ public class BlockGrinder extends BlockContainerBase implements IName{
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getMetadata(int damage){
|
public int getMetadata(int meta){
|
||||||
return damage;
|
return meta;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue