FrederoxDev / Amethyst

Native c++ modding for MCBE 1.21.0.3 for building client side mods
Apache License 2.0
433 stars 21 forks source link

added `mEnabled` in `GameRule` #131

Closed emhyr7 closed 1 month ago

emhyr7 commented 1 month ago

mEnabled is the variable that tells whether the gamerule is enabled or disabled.

this change enabled me to do this: show_choordinates.mEnabled ^= true;