diff --git a/MMOCore-Dist/src/main/resources/default/drop-tables/example-drop-tables.yml b/MMOCore-Dist/src/main/resources/default/drop-tables/example-drop-tables.yml index 4faf4e78..9bf05580 100644 --- a/MMOCore-Dist/src/main/resources/default/drop-tables/example-drop-tables.yml +++ b/MMOCore-Dist/src/main/resources/default/drop-tables/example-drop-tables.yml @@ -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' \ No newline at end of file + - 'vanilla{type=STONE_SLAB} 1 1-3'