mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 18:22:08 -07:00
Fix balance of CraftBukkit start/end.
This commit is contained in:
@@ -39,7 +39,7 @@ public final class ItemStack {
|
||||
this.setData(k); // CraftBukkit
|
||||
}
|
||||
|
||||
// CraftBukkit - used to create a new ItemStack, specifying the enchantments at time of creation.
|
||||
// CraftBukkit start - used to create a new ItemStack, specifying the enchantments at time of creation.
|
||||
public ItemStack(int id, int count, int data, NBTTagList enchantments) {
|
||||
this(id, count, data);
|
||||
// taken from .addEnchantment
|
||||
|
Reference in New Issue
Block a user