mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-30 12:29:15 +00:00
change methods
This commit is contained in:
@@ -420,7 +420,7 @@ public class BukkitRecipeManager implements RecipeManager<ItemStack> {
|
||||
}
|
||||
|
||||
@Override
|
||||
public CompletableFuture<Void> delayedLoad() {
|
||||
public CompletableFuture<Void> asyncDelayedLoad() {
|
||||
if (!ConfigManager.enableRecipeSystem()) return CompletableFuture.completedFuture(null);
|
||||
return this.processVanillaRecipes().thenRun(() -> {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user