You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Always returns None. This file is generated using 'items.py' using the data from Prismarinejs/minecraft-data. However
the items.json only contains damage values for minecraft 1.14 making our function return None in every case. So currently it does the same as this implementation.
If #384 ever pans out, then we would want to add some sanity checks for stuff like this.
The text was updated successfully, but these errors were encountered:
Miro-Andrin
changed the title
Durability data missing results in function that always returns None.
Durability data missing, results in function that always returns None.
Sep 27, 2021
Description
The method:
Always returns None. This file is generated using 'items.py' using the data from Prismarinejs/minecraft-data. However
the items.json only contains damage values for minecraft 1.14 making our function return None in every case. So currently it does the same as this implementation.
Related Issues
If #384 ever pans out, then we would want to add some sanity checks for stuff like this.
The text was updated successfully, but these errors were encountered: