mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +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
|
||||
public int getMetadata(int damage){
|
||||
return damage;
|
||||
public int getMetadata(int meta){
|
||||
return meta;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue