-
-
Notifications
You must be signed in to change notification settings - Fork 15
Resource Pack
InteractiveChat-DiscordSRV-Addon loads all resources (including but not limited to textures, models, and fonts) directly from resource pack assets, with the exception of the following:
- Certain GUIs
The above mentioned, as well as (including but not limited to) certain built-in block entities (like chests, and conduits), can still be customized via resource packs but they will not be at the normal vanilla Minecraft resource location. The assets of these resources are located in one of these folders:
assets/minecraft/textures/interactivechatdiscordsrvaddon
assets/minecraft/models/interactivechatdiscordsrvaddon
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
Here I have named my resource pack 1.18.zip
Both folders and zip files are supported.
Resources:
Order:
- "1.18.zip"
If you have multiple resource packs, the Order
list behaves exactly like how it works in the game, ones at the top take precedence over the ones at the bottom.
Either restart your server or run /icd reloadconfig
and then /icd reloadtexture
(Execution order matters!)
If you want to check which pack is installed and which pack is loaded correctly, you can run the command /icd status
You can hover over each of the packs to see their descriptions or a short reason why it failed to load.
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.
An error in the console during resource pack load does not necessarily means your pack failed to load.