1
0
Commit Graph

7 Commits

Author SHA1 Message Date
3cbc868b51
Use the World registry instead of dimension IDs
In 1.16, they got rid of dimension IDs and started using a registry. I
personally love this decision, but I need to update the mod for it.
2020-06-24 20:09:28 +00:00
6ec1d2fd67
Stop using JSONArray getFloat method
The new one seems to try casting the object to a float, causing it to
crash when users join the game. That is obviously bad, so let's not do
it.
2020-06-15 23:05:49 +00:00
c833b625f2
Disable TNT using callback injectors 2020-06-15 23:05:36 +00:00
966caf9f1c
Add disableTntExplosions to the default config 2020-06-15 23:05:27 +00:00
7fb945136d
Move 2a03.json to the config directory 2020-06-15 23:05:12 +00:00
0ee693cce4
Report config write exceptions using logger 2020-06-15 23:05:08 +00:00
26e6077a80
Initial commit 2020-01-07 15:53:42 +00:00