Перейти к содержимому
Mineforgian

Modpack Core

Modpack utilities to brand your modpack and display new update availability

Загрузки
467
Подписчики
5
Обновлён
17 июля 2024 г.
Лицензия
Apache-2.0

Опубликован 17 июня 2024 г.

A mod designed for modpack creators to use. Allows for an easy branding system, consisting of changing the window title and adding translatable texts in the screen corner.

You can add text into the corners of the minecraft title screen or pause menu.

You can make the text open url's, or copy stuff to clipboard if you want.

You can also change the window title to whatever you want

You can make it detect new versions of your modpack (checks a website for the given new version string) and if it's detected shows a special menu

A basic variable system is supported

  • MAKING SELF REFERENCING VARIABLES MAY CRASH THE GAME

Replaces isxander's main menu credits and customwindowtitle

NO SUPPORT FOR CONTROLIFY

text groups have 4 elements text value - text what action to perform - action there are 3 actions: openurl copy chat metadata for the action - data e.g. what url to open color of the text - the hex value e.g. FFFFFF for white

Config
{
  "simple": {
    "modpack_version": "{mcversion}-1.0",
    "next_version": "{mcversion}-1.1",
    "modpack_name": ""
  },
  "titles": {
    "ending_style": "{titles.window_title} - {ending}",
    "window_title": "Minecraft {mcversion}*"
  },
  "pause_menu": {
    "top_left": {
      "text": "",
      "color": "808080"
    },
    "top_right": {
      "text": "",
      "color": "808080"
    },
    "bottom_left": {
      "text": "",
      "color": "808080"
    },
    "bottom_right": {
      "text": "",
      "color": "808080"
    }
  },
  "title_screen": {
    "top_left": {
      "text": ""
    },
    "top_right": {
      "text": ""
    },
    "bottom_left": {
      "text": ""
    },
    "bottom_right": {
      "text": ""
    }
  },
  "modpack_version_checker": {
    "text_to_look_for": "{simple.modpack_name} {simple.next_version}",
    "run_check": false,
    "new_version": "{simple.next_version}",
    "new_version_msg": "A new version of {simple.modpack_name} is available!",
    "url_to_check": "https://modrinth.com/modpack/my-modpack/versions",
    "download_website": "{modpack_version_checker.url_to_check}"
  }
}

Ченджлог

1.2Релиз1.20.5, 1.20.6, 1.21 · 17 июля 2024 г.

This is the massive json rework people have been waiting for!

1.1bРелиз1.20.5, 1.20.6, 1.21 · 23 июня 2024 г.

Rebuilt 1.1 (NOW NO CRASHES!)

Fixed a massive crash issue to do with access wideners. The issue was because access wideners don't work on super

1.1Бета1.20.5, 1.20.6, 1.21 · 23 июня 2024 г.

Fixed a macos bug

A failed version with crashes

1.0Релиз1.20.5, 1.20.6, 1.21 · 23 июня 2024 г.

Crash prone version - testing environment no crashes doesn't equal modrinth no crashes

MASSIVE CHANGES

Added copying to clipboard options

Added sending chat messages (With security screen)

Added a way to show that a new modpack version is available

Added an openurl action

Fixed a bunch of bugs

Added pause menu text

And so much more!

0.7Бета1.20.5, 1.20.6, 1.21 · 21 июня 2024 г.

Only pause menu corner text left to implement

Комментарии

Загружаем…