-
-
Notifications
You must be signed in to change notification settings - Fork 16
Resource Pack
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
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
The assets
folder of the resource pack should be inside your unzipped folder. In my case, the assets
folder will be inside the folder 1.18
.
Here I have named my resource pack 1.18
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.
Either restart your server or run /icd reloadconfig
and then /icd reloadtexture
(Execute order matters!)
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.