mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-04 02:01:44 +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,
|
||||
this
|
||||
);
|
||||
this.setExperienceReward(experienceReward);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue