uncovery / uncovery_me

Full source of the uncovery.me minecraft server
GNU General Public License v3.0
12 stars 3 forks source link

depositing clay blocks returns clay balls #199

Closed uncovery closed 8 years ago

ETcodehome commented 8 years ago

Issue appears to be that the JSON name for clay blocks and clay balls appears identical.

ie when we deposit clay blocks id 82, it actually recognises the name as 'Clay' id 337.

not sure how best to resolve, i have poked through the references to clay but don't quite understand where the raw data populating the data conversion arrays is sourced from.

uncovery commented 8 years ago

This is easy most likely. The issue is that there are 2 different name sets for the same thing, depending who you ask. We need to know:

uncovery commented 8 years ago

fixed.