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 GameRule and GameRules classes to handle/change gamerule states [UPDATED] #96

Closed Tallis-Larsen closed 5 months ago

Tallis-Larsen commented 5 months ago

Freddie did most of the work as well as teaching me how to do it myself in the future. But here it is, my first "contribution" to Amethyst (other than the install guide, which doesn't really count). I also fixed the problem where i accidentally left in some debugging stuff and an 8 was left as a 1.

This separate pull request was created so that both my commits could be in it, instead of just changing the file. There's probably a better way to do this, but I don't know how.