getDefaultData -> getDefaultState

This commit is contained in:
dfsek
2021-12-17 08:35:29 -07:00
parent 27d12efb31
commit e5eaba9150
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ public class SpongeBlockType implements BlockType {
}
@Override
public BlockState getDefaultData() {
public BlockState getDefaultState() {
return new SpongeBlockState(delegate.defaultState());
}