mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-04 18:12:09 +01:00
Fix experience reward flag gets lost during MerchantRecipe conversion
This commit is contained in:
parent
6430d9c0ba
commit
4e4cde4816
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ public class CraftMerchantRecipe extends MerchantRecipe {
|
||||||
maxUses,
|
maxUses,
|
||||||
this
|
this
|
||||||
);
|
);
|
||||||
|
this.setExperienceReward(experienceReward);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue