mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-21 04:49:51 +08:00
Add banners to usesDamageValue HashSet.
This commit is contained in:
parent
55f1f42ebf
commit
440cee3539
@ -680,6 +680,7 @@ public static boolean shouldNotStack(int id) {
|
|||||||
usesDamageValue.add(ItemID.GOLD_APPLE);
|
usesDamageValue.add(ItemID.GOLD_APPLE);
|
||||||
usesDamageValue.add(ItemID.RAW_FISH);
|
usesDamageValue.add(ItemID.RAW_FISH);
|
||||||
usesDamageValue.add(ItemID.COOKED_FISH);
|
usesDamageValue.add(ItemID.COOKED_FISH);
|
||||||
|
usesDamageValue.add(ItemID.BANNER);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user