Skip to content

Resource Pack

LOOHP edited this page Jan 11, 2022 · 55 revisions

Exceptions

InteractiveChat-DiscordSRV-Addon loads block and item directly from resource pack assets, with the exception of the following:

  • Certain GUIs

The above mentioned, as well as certain built-in block entities (like chests and conduits), can still be customized via resource packs but they will not be in the vanilla Minecraft format. The assets of these blocks and items are located in one of these folders.

  • assets/minecraft/textures/interactivechatdiscordsrvaddon
  • assets/minecraft/models/interactivechatdiscordsrvaddon

Installation

InteractiveChat-DiscordSRV-Addon supports resource pack loading since 4.1.0. Here are the steps to install your own resource pack.
In this example I will be installing the Faithful 32x resource pack for Minecraft 1.18
These steps will work on InteractiveChat-DiscordSRV-Addon version 4.1.1.3 or above

Step 1

Put your resource pack in the plugins/InteractiveChatDiscordSrvAddon/resources/ folder

Here I have named my resource pack 1.18 Image1

Step 2

Put the name of your resource pack into the InteractiveChatDiscordSrvAddon config

Resources:
  Order:
    - "1.18"

If you have multiple resource packs, the Order list behaves exactly like how it works in the game, ones at the top override ones at the bottom.

Step 3

Apply the changes

Either restart your server or run /icd reloadconfig and then /icd reloadtexture (Execute order matters!)

Step 4

Give it a try!

Image2


In case you want to check which pack is installed, you can run the command /icd status
Successfully loaded resource packs will be shown in green, if there is a problem, it will be shown in red.
If it is in red, you should take a look at the console output for errors.

Clone this wiki locally