Skip to content

Commit

Permalink
Update fabric-loot-api-v2/src/main/java/net/fabricmc/fabric/api/loot/…
Browse files Browse the repository at this point in the history
…v2/LootTableEvents.java

Co-authored-by: Juuz <[email protected]>
  • Loading branch information
modmuss50 and Juuxel authored Oct 6, 2023
1 parent 1a8fdd9 commit 3c566a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ private LootTableEvents() {
});

/**
* This event can be used for post-processing after all loot tables have been loaded and modified by fabric.
* This event can be used for post-processing after all loot tables have been loaded and modified by Fabric.
*/
public static final Event<Loaded> ALL_LOADED = EventFactory.createArrayBacked(Loaded.class, listeners -> (resourceManager, lootManager) -> {
for (Loaded listener : listeners) {
Expand Down

0 comments on commit 3c566a0

Please sign in to comment.