CircuitLord / ReactiveMusic

GNU General Public License v3.0
4 stars 5 forks source link

Swapped the UNDERGROUND and DEEP_UNDERGOUND y values #12

Closed Baighasan closed 4 months ago

Baighasan commented 4 months ago

The y value triggers for underground and deep underground were swapped, so underground music played in deep underground, and deep underground music played in underground settings. This was fixed by simply swapping them back. UNDERGROUND music now plays when y < 55 and DEEP_UNDERGROUND music now plays when y < 15.

Closes #6

CircuitLord commented 4 months ago

Awesome thank for fixing that I kept forgetting to get around to it haha