mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
Fix experience reward flag gets lost during MerchantRecipe conversion
By: blablubbabc <lukas@wirsindwir.de>
This commit is contained in:
parent
da599af692
commit
ae98c2723b
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…
Add table
Reference in a new issue