repair BlockMixin

This commit is contained in:
dfsek
2021-12-17 08:40:53 -07:00
parent 31e20b12c0
commit 9f1e97d9a2

View File

@@ -38,7 +38,7 @@ public abstract class BlockMixin {
return this;
}
public com.dfsek.terra.api.block.state.BlockState terra$getDefaultData() {
public com.dfsek.terra.api.block.state.BlockState terra$getDefaultState() {
return FabricAdapter.adapt(((Block) (Object) this).getDefaultState());
}