uncovery / uncovery_me

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

Fix itemdata for NBT items #291

Closed uncovery closed 7 years ago

uncovery commented 7 years ago

Several items/blocks have NBT data now instead of item types set by damage value. Most notable are potions. We need to see where we can remove the subtypes from the items since they are not used anymore. See here: https://github.com/uncovery/uncovery_me/blob/master/includes/item_data.inc.php#L2829

uncovery commented 7 years ago

done (hope for all of them)