@@ -9,14 +9,8 @@
|
||||
public class MerchantRecipe {
|
||||
|
||||
public ItemStack baseCostA;
|
||||
@@ -13,10 +15,26 @@
|
||||
public int uses;
|
||||
public int maxUses;
|
||||
public boolean rewardExp;
|
||||
- private int specialPriceDiff;
|
||||
- private int demand;
|
||||
+ public int specialPriceDiff; // PAIL private -> public
|
||||
+ public int demand; // PAIL private -> public
|
||||
@@ -17,6 +19,22 @@
|
||||
public int demand;
|
||||
public float priceMultiplier;
|
||||
public int xp;
|
||||
+ // CraftBukkit start
|
||||
|
||||
Reference in New Issue
Block a user