Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.33 KB

File metadata and controls

30 lines (17 loc) · 1.33 KB

What is Horizon Modding Kernel (HMK)?

Horizon is a universal platform for launching mobile games with mods. At the moment, it supports only Inner Core, which contains Minecraft: Bedrock Edition 1.11.4 and 1.16.201. Horizon allows you to create and store several independent Inner Core packages, which in turn allows you to divide different mod packs and worlds with these packages. Development can take place in JavaScript, Java, C++ and not only.

Structure of the HMK pack

  1. The game on which the launcher is based
  2. The launcher on which the user will play
  3. The browser of mods that the user can apply to the game

Native mods

Mods are written in C++ and applied to game directly. They have full access to game and can use all its functions.

Useful links

Horizon Modding Kernel

Group in VK

Inner Core Mod Toolchain — develop and build modifications

Setup up Inner Core Mod Toolchain on YouTube

Tools for development of mods

Discussion in VK for sending messages about bugs

Documentation for development of mods