Support for multisell maintain ingredient.

This commit is contained in:
MobiusDev
2018-05-23 14:52:12 +00:00
parent 4114fee07c
commit 7148655e9a
28 changed files with 175 additions and 14 deletions

View File

@@ -20,8 +20,9 @@
<xs:element name="ingredient" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="id" type="xs:integer" use="required" />
<xs:attribute name="enchantmentLevel" type="xs:integer" />
<xs:attribute name="count" type="xs:positiveInteger" use="required" />
<xs:attribute name="enchantmentLevel" type="xs:integer" />
<xs:attribute name="maintainIngredient" type="xs:boolean" />
</xs:complexType>
</xs:element>
<xs:element name="production" minOccurs="1" maxOccurs="unbounded">