magemonkeystudio / divinity

GNU General Public License v3.0
10 stars 8 forks source link

[Enhancement] 3D Helmet Support #89

Open lordsrubka5 opened 2 years ago

lordsrubka5 commented 2 years ago

Describe the solution you'd like

A way to use other items in the item generator that are not considered weapons or armor. Minecraft does not support 3D textures for armors but it does for Items, so they can be retextured to look like a helmet.

Normally you would not be able to equip those items without giving people permission for /hat (which is bad since they might be able to equip an item with better stats on the helmet instead of the helmet) however it can be done with a carved pumpkin.

Additionally it is possible to make a plugin that lets you make items equippable based on checking the NBT tag, so the item generator could have another option in it that says "Helmet: true" which would give some NBT tag to the item that would allow you to equip the said item to the helmet slot.

goflishMC commented 2 years ago

@lordsrubka5 that's what the custom_items module is for. you can put any item there.

lordsrubka5 commented 2 years ago

custom_items does not support item stats being applied on them like the item generator. This is a suggestion about being able to add any item to the item generator instead of just tools and armors.