Update example-drop-tables.yml to remove ;period=

This commit is contained in:
Taner 2023-09-10 22:25:24 +00:00
parent c04d46d662
commit ed97665e27
No known key found for this signature in database

View File

@ -1,4 +1,3 @@
# You may create as many drop tables as you want. You can also # You may create as many drop tables as you want. You can also
# make drop tables refer to other drop tables. # make drop tables refer to other drop tables.
# #
@ -8,9 +7,9 @@
diamond-drop-table: diamond-drop-table:
items: items:
- 'vanilla{type=DIAMOND} 1 1-3' - 'vanilla{type=DIAMOND} 1 1-3'
# - 'mmoitem{type=material;id=RARE_DIAMOND;period=} .1 1-3' # - 'mmoitem{type=material;id=RARE_DIAMOND} .1 1-3'
- 'droptable{id=other-drop-table} .1' - 'droptable{id=other-drop-table} .1'
other-drop-table: other-drop-table:
items: items:
- 'vanilla{type=STONE_SLAB} 1 1-3' - 'vanilla{type=STONE_SLAB} 1 1-3'