updated comment
This commit is contained in:
parent
e7fcd32440
commit
13d9ba2f87
@ -6,7 +6,7 @@ import net.minecraft.client.Minecraft;
|
|||||||
import net.minecraft.util.math.BlockPos;
|
import net.minecraft.util.math.BlockPos;
|
||||||
|
|
||||||
public class BlockStateInterface {
|
public class BlockStateInterface {
|
||||||
public static IBlockState get(BlockPos pos) { // wrappers for future 1.13 compat
|
public static IBlockState get(BlockPos pos) { // wrappers for future chunk caching capability
|
||||||
return Minecraft.getMinecraft().world.getBlockState(pos);
|
return Minecraft.getMinecraft().world.getBlockState(pos);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user