Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated module description
Extremely minor, just swapped when to from. Just a better word overall to use in this context
  • Loading branch information
CozyMeli-gitv2 authored Jan 23, 2023
commit 0e1c54b3f1bedce61b705f79e98f2746643fab0d
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import net.minecraft.network.play.client.CPacketPlayer
*/
object AntiHunger : Module(
name = "AntiHunger",
description = "Reduces hunger lost when moving around",
description = "Reduces hunger lost from moving around",
category = Category.MOVEMENT
) {
private val cancelMovementState by setting("Cancel Movement State", true)
Expand All @@ -35,4 +35,4 @@ object AntiHunger : Module(
}
}
}
}
}