Updated to 1.21.6

Reindented Client.java to 4 spaces

fixed small issue with the tokenizer where the game whuld crash, and numbers whuld be incorrecly tokenized. Might need feuture reimplementation.
This commit is contained in:
2025-06-22 23:53:52 +02:00
parent 0fdab6874c
commit 9c05791a20
3 changed files with 286 additions and 290 deletions

View File

@@ -27,7 +27,7 @@ public class SpeedometerNeoForge {
}
}
@EventBusSubscriber(modid = MOD_ID, bus = EventBusSubscriber.Bus.MOD, value = Dist.CLIENT)
@EventBusSubscriber(modid = MOD_ID,/* bus = EventBusSubscriber.Bus.MOD, */value = Dist.CLIENT)
class EventHandler
{
/**