Tomson124 / SimplyJetpacks-2

Redstone Flux jetpacks, Fluxpacks and more
http://www.tomson124.de/
MIT License
14 stars 10 forks source link

Enchantment properties not being set. #104

Open thundr opened 6 years ago

thundr commented 6 years ago

Right now enchantment relies on armor material to get properties, so ours are not being used at all. This should be refactored so that the constructor of ItemJetpack can take properties instead of the ugly meta to Jetpack.values() lookup we do now. This should coincide with the ItemJetplate refactor.