feat: made EntityWizard.trades public so that addon devs can manipulate trades

This commit is contained in:
WinDanesz
2024-03-28 00:53:23 +01:00
parent e8bc6ca725
commit 3fb3c1c039
@@ -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;