Support for multisell enchantmentLevel option.
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user