Closed Platinteufel closed 8 years ago
Hello,
Unfortunately, I don't think there is anything you can do, maybe give the achievements names in the plugin, such as "New Wood", "Wood Family 1", or so. Mojang just decided to name and deal with the wood types by using two different categories. I guess we're pretty much powerless when it comes to their choices for the API.
Cheers,
Pyves
It would be an easy solution if you could combine ids that are counting for the same achievement, like "break wood -> new wood, old wood", "break ores -> diamond, emerald, ..."
Closed as #92 is more general.
For the "Item-Breaks -> Wood" achievement only blocks with id 17:* be counted. The new wood sorts, 162:* (Acacia Wood & Dark Oak Wood), don't count. Seems like this is because the "old" sorts are
minecraft:log
and the new sortsminecraft:log2
.. but that's a bit confusing for my players. Is there anything that I can do?