Скачать Pickle's client-side utils — Minecraft Моды — ModStock
Pickle's client-side utils

Pickle's client-side utils

Активный

Установок

0

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

1 год назад

Версии

1.20.4
Клиент
Fabric
Утилиты

Pickle's Client-Side Utils

WARNING: This mod is in a very early alpha stage!

Collection of useful configurable tweaks! Fully client-side!

Requires Mod Menu and Cloth Config!

CIT Resource Pack Syncing

THIS FEATURE REQUIRES CIT TO WORK

The most significant feature of this mod is the CIT resource pack syncing, utilizing a remote HTTP server like this Go implementation. This allows you to sync a CIT resource pack over the network.

To use this feature, enable "Sync resource pack from server" in the config and follow the steps to connect to the remote HTTP server, i.e., Go implementation instructions.

You can create CIT overrides using these commands:

  • /upload_texture <url> <file_name>: This uploads a texture from <url> to the server and saves it as <file_name>.
  • /upload_item_override <item> <displayName> <texture> <fileName>: This uploads a .properties CIT file to the server. If the item type equals <item> and the display name of the item equals <displayName>, the texture will be replaced with <texture>, and the file will be saved as <fileName>.

For example, if I were to create a texture that replaces the netherite pickaxe texture when it's renamed to "Powerful Pickaxe", I would do:

  • /upload_texture "https://url_to_texture.com/texture.png" powerful_pickaxe
  • /upload_item_override netherite_pickaxe "ipattern:*Powerful Pickaxe*" powerful_pickaxe.png powerful_pickaxe

See the CIT wiki for more information.

Item to Glyph

Not recommended to enable, still a work in progress.

This feature lets you copy the Unicode character of an item. This will require a resource pack.

Участники проекта
PickleOnAString

PickleOnAString

Разработчик