Skip to content

Commit

Permalink
feat: made EntityWizard.trades public so that addon devs can manipula…
Browse files Browse the repository at this point in the history
…te trades
  • Loading branch information
WinDanesz committed Mar 28, 2024
1 parent e8bc6ca commit 3fb3c1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class EntityWizard extends EntityCreature implements INpc, IMerchant, ISp
protected Predicate<Entity> targetSelector;

/** The wizard's trades. */
private MerchantRecipeList trades;
public MerchantRecipeList trades;
/** The wizard's current customer. */
@Nullable
private EntityPlayer customer;
Expand Down

0 comments on commit 3fb3c1c

Please sign in to comment.