mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 22:31:52 +00:00
repair BlockMixin
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ public abstract class BlockMixin {
|
|||||||
return this;
|
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());
|
return FabricAdapter.adapt(((Block) (Object) this).getDefaultState());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user