Skip to content

Commit

Permalink
调整盲盒产物与生成位置
Browse files Browse the repository at this point in the history
  • Loading branch information
YipKei committed Aug 12, 2024
1 parent bf87533 commit e5c2d71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public ModChestLootTableProvider(FabricDataOutput dataOutput, CompletableFuture<

@Override
public void accept(BiConsumer<RegistryKey<LootTable>, LootTable.Builder> lootTableBiConsumer) {
RegistryWrapper.WrapperLookup registryLookup = null;
RegistryWrapper.WrapperLookup registryLookup;
try {
registryLookup = this.completableFuture.get();
} catch (InterruptedException | ExecutionException e) {
Expand Down

0 comments on commit e5c2d71

Please sign in to comment.