Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 719 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 719 Bytes

Minecraft024

Minecraft024 is a small mod for Minecraft that can let you play 24 Points directly in Minecraft.

Currently, the only supported version is Quilt 1.18.2.

Thanks to mirai-console-j24-plugin for bringing the ideas.

Usage of Commands

  • Generate a new number set: /m24 new
  • Submit an equation for current number set: /m24 answer <equation>

Operators

  • + - * / Basic operators
  • << >> Displacement operators
  • & AND operator
  • ^ XOR operator
  • | OR operator

Used Libraries