owmii / Powah

Discord:
https://discord.gg/A8TP9JY
GNU Lesser General Public License v3.0
27 stars 23 forks source link

Fix #130 Ender Channels 2-12 being the same #155

Closed BlueAgent closed 3 years ago

BlueAgent commented 3 years ago

Fix #130 by switching away from NonNullList which doesn't use a supplier to create new instances of Energy, it copies by reference which resulted in 2-12 sharing the same instance, to using an ImmutableList populated with seperate instances of Energy.

owmii commented 3 years ago

Thank you!!