-
Notifications
You must be signed in to change notification settings - Fork 1
Custom Texture Sheets
Cheos edited this page Nov 27, 2021
·
1 revision
- Create your texture sheet - it should have the same icon layout as the default texture sheet
- Create a resource pack
- Put your texture sheet (with a 2:1 width to height ratio) into
assets/armorpointspp/textures/gui - It should be named something like
icons_custom.png - Edit the value of
textureSheetin the armorpoints++ config's general section to the name of your texture sheet (i.e.icons_customfor the above example)
When you don't want to or technically can not put a texture sheet into the armorpointspp resource namespace, armorpoints++ has support for that case.
You can put your texture sheet into any namespace (for example assets/minecraft/textures/gui/icons_custom.png).
The only difference is, that in the armorpoints++ config, you must specify the full resource location (i.e. minecraft:textures/gui/icons_custom.png for the above example)
2021, Cheos