Fix compile issue
This commit is contained in:
parent
935365604d
commit
0a469c09a3
|
|
@ -22,6 +22,6 @@ public class BlockCallbacksMixin {
|
||||||
|
|
||||||
@Inject(method = "onBake", at = @At(value = "TAIL"), remap = false)
|
@Inject(method = "onBake", at = @At(value = "TAIL"), remap = false)
|
||||||
private void computeCaches(Registry<Block> registry, CallbackInfo ci) {
|
private void computeCaches(Registry<Block> registry, CallbackInfo ci) {
|
||||||
BlockStateCacheHandler.rebuildParallel(false);
|
BlockStateCacheHandler.invalidateCache();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user