Skip to content

Commit

Permalink
add a comment explaining priority
Browse files Browse the repository at this point in the history
  • Loading branch information
TropheusJ committed Nov 27, 2024
1 parent 202d2e0 commit 6852569
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import net.minecraft.resources.ResourceLocation;
import net.minecraft.world.level.storage.loot.LootTable;

@Mixin(value = LootTable.class, priority = 50_000)
@Mixin(value = LootTable.class, priority = 50_000) // high priority to make sure the WrapMethod below catches most injections
public class LootTableMixin implements LootTableExtensions {
@Unique
private ResourceLocation lootTableId;
Expand Down

0 comments on commit 6852569

Please sign in to comment.