mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 22:31:52 +00:00
Add CheckBlockFunction, which mustn't be discussed without mentioning that it shall be covered with disclaimers.
This commit is contained in:
@@ -30,6 +30,11 @@ public class FabricBlockData implements BlockData {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getAsString() {
|
||||
return delegate.toString();
|
||||
}
|
||||
|
||||
@Override
|
||||
public BlockState getHandle() {
|
||||
return delegate;
|
||||
|
||||
Reference in New Issue
Block a user