mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-09 17:26:07 +00:00
repair BlockMixin
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user