uncovery / uncovery_me

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

1.9 Preparations #209

Closed ghost closed 8 years ago

ghost commented 8 years ago

Minecraft updates can be a big thing with the Spigot community. We need to make sure that everything is compatible with the new update. Here's a small change-list:

uncovery commented 8 years ago

Good point.

regarding the blocks, we need:

ghost commented 8 years ago

We'll need the new enchantments as well.

uncovery commented 8 years ago

ah yes. those go into the same file.

uncovery commented 8 years ago

Enchantments data: https://github.com/uncovery/uncovery_me/blob/master/includes/item_data.inc.php#L210 Sample item data: https://github.com/uncovery/uncovery_me/blob/master/includes/item_data.inc.php#L245

uncovery commented 8 years ago

thanks, fixed.

uncovery commented 8 years ago

Can you put that into an excel/google sheets table instead?

ghost commented 8 years ago

Here it is: https://docs.google.com/spreadsheets/d/1oNXP3tND4GV0X7mtP8cxoJopTdlQIwMlRe3HsNBDqC8/edit?usp=sharing

uncovery commented 8 years ago

Thanks. Here are the types what were not in there yet. Some of the icons are still missing (shulker egg and end crystal)

https://github.com/uncovery/uncovery_me/commit/a5e33fe3e04a1780a4c5d7b02c183e5d52e10e41

uncovery commented 8 years ago

FYI in your excel the skull item_name is wrong, just in case you use that for anything else. the proper ID is skeletonskull / 397

ghost commented 8 years ago

Ah, okay. I was using the actual block ID.

uncovery commented 8 years ago

We still need the missing icons.

uncovery commented 8 years ago

I'll close this here now. I won't add the egg immediately anyhow and the plugins checks won't be handled here.