Support for multisell enchantmentLevel option.

This commit is contained in:
MobiusDev
2016-06-14 18:46:52 +00:00
parent 68c7c5a385
commit 842ecc6af0
6 changed files with 72 additions and 54 deletions

View File

@@ -37,7 +37,9 @@ TAGS:
<list></list> : start and end the list
<item></item> : start and end a single entry within the list
<production id="itemID" count="amount"/> : add a product for the entry
<ingredient id="ItemID" count="amount"/> : add an ingredient for the entry.
<ingredient id="ItemID" count="amount"/> : add an ingredient for the entry
enchantmentLevel : add item enchantment level
Sample:
<list applyTaxes="true">
@@ -48,7 +50,7 @@ Sample:
<ingredient id="57" count="200">
</item>
<item>
<production id="123" count="1">
<production id="123" enchantmentLevel="16" count="1">
<ingredient id="57" count="2030">
</item>
</list>