mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2025-02-02 11:21:22 +01:00
Update example-drop-tables.yml to remove ;period=
This commit is contained in:
parent
c04d46d662
commit
ed97665e27
@ -1,4 +1,3 @@
|
||||
|
||||
# You may create as many drop tables as you want. You can also
|
||||
# make drop tables refer to other drop tables.
|
||||
#
|
||||
@ -8,9 +7,9 @@
|
||||
diamond-drop-table:
|
||||
items:
|
||||
- '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'
|
||||
|
||||
other-drop-table:
|
||||
items:
|
||||
- 'vanilla{type=STONE_SLAB} 1 1-3'
|
||||
- 'vanilla{type=STONE_SLAB} 1 1-3'
|
||||
|
Loading…
Reference in New Issue
Block a user