Fixed compiler and Startup Errors
This commit is contained in:
parent
e2ab77658b
commit
08f35ab52c
9 changed files with 16 additions and 24 deletions
|
@ -49,15 +49,6 @@ public class MinecraftServerMixin {
|
|||
DataExchangeAPI.prepareServerside();
|
||||
}
|
||||
|
||||
@Inject(method = "convertFromRegionFormatIfNeeded", at = @At("HEAD"))
|
||||
private static void bclib_applyPatches(LevelStorageSource.LevelStorageAccess session, CallbackInfo ci) {
|
||||
|
||||
/*File levelPath = session.getLevelPath(LevelResource.ROOT).toFile();
|
||||
WorldDataAPI.load(new File(levelPath, "data"));
|
||||
DataFixerAPI.fixData(levelPath, session.getLevelId());*/
|
||||
}
|
||||
|
||||
|
||||
@Inject(method = "reloadResources", at = @At(value = "RETURN"), cancellable = true)
|
||||
private void bclib_reloadResources(Collection<String> collection, CallbackInfoReturnable<CompletableFuture<Void>> info) {
|
||||
bclib_injectRecipes();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue