Compatibility
Minecraft: Java Edition
1.21.4
1.21–1.21.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Licensed ARR
Published 8 months ago
Updated last month
Welcome to our Minigames Mod! It brings tiny but interesting and fun games into your Minecraft client experience! It’s running totally client-side, which means you can use it everywhere.
Features
Our Mod features this Minigames:
- Tic Tac Toe
- Sink Ships
- Connect 4
- Sudoku
- Simple Word Game
How to use?
- Install the mod into a Fabric 1.21/1.21.1 project.
- If you do it manually, you have to add OwO-Lib and the Fabric API.
- Start Minecraft.
- Use right-shift to open up the Menu
Feedback
If you have suggestions for new minigames or improvements, please reach out through our Discord server.
API
API
Regestrate an APP
Regestrate an APP
OwOGamesAPI api = OwOGamesAPI.getInstance();
api.registerExtention("appid");
Add Game
Add a Game to Menu
api.AddGame("appId", "Game Title",
"Game Description",
Identifier.of("modId","texture path"),
"Tooltip", "GameId",
false, new GameScreen());
Edit your APP
Edit Your APP
api.setAppInformation("appId", "APP Title", Identifier.of("modId", "Texture Path"));
api.setAPPInfoScreen("appId", new AppInfoScreen());