Скачать Minigames — Minecraft Моды — ModStock
Minigames

Minigames

Активный

Установок

0

Последнее обновление

3 месяца назад

Версии

1.21 — 1.21.4
Клиент
Fabric
Мини-игры

logo 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?

  1. Install the mod into a Fabric 1.21/1.21.1 project.
  2. If you do it manually, you have to add OwO-Lib and the Fabric API.
  3. Start Minecraft.
  4. 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 ```java OwOGamesAPI api = OwOGamesAPI.getInstance(); api.registerExtention("appid"); ```
Add Game #### Add a Game to Menu ```java api.AddGame("appId", "Game Title", "Game Description", Identifier.of("modId","texture path"), "Tooltip", "GameId", false, new GameScreen()); ```
Edit your APP #### Edit Your APP ```java api.setAppInformation("appId", "APP Title", Identifier.of("modId", "Texture Path")); api.setAPPInfoScreen("appId", new AppInfoScreen()); ```