neoforged / Documentation

The repository containing Neo's documentation
MIT License
23 stars 35 forks source link

keymappings is outdated #115

Closed HenryLoenwind closed 1 week ago

HenryLoenwind commented 1 week ago
public void onClientTick(ClientTickEvent event) {
  if (event.phase == TickEvent.Phase.END) { // Only call code once as the tick event is called twice every tick

is wrong.