mirror of
https://github.com/chylex/Minecraft-Window-Title.git
synced 2025-09-15 17:32:14 +02:00
Compare commits
1 Commits
cb81efe63b
...
1.20
Author | SHA1 | Date | |
---|---|---|---|
b768bf9ccd
|
@@ -31,8 +31,6 @@ If any of the tokens aren't working, search the game log for **CustomWindowTitle
|
|||||||
|
|
||||||
### Changing the Icon
|
### Changing the Icon
|
||||||
|
|
||||||
**This feature is currently not supported in Minecraft 1.20.**
|
|
||||||
|
|
||||||
You must create two PNG images with sizes 16x16 and 32x32 pixels. The images **must be saved with transparency** even if they don't use it, **otherwise the icons will appear corrupted**. In Krita for example, you must check _Store alpha channel (transparency)_ when saving the image.
|
You must create two PNG images with sizes 16x16 and 32x32 pixels. The images **must be saved with transparency** even if they don't use it, **otherwise the icons will appear corrupted**. In Krita for example, you must check _Store alpha channel (transparency)_ when saving the image.
|
||||||
|
|
||||||
The _icon16_ and _icon32_ configuration entries point to the PNG files relative to the **.minecraft/config** folder. For example, if you place the two icons in a folder named _customwindowtitle_ as follows:
|
The _icon16_ and _icon32_ configuration entries point to the PNG files relative to the **.minecraft/config** folder. For example, if you place the two icons in a folder named _customwindowtitle_ as follows:
|
||||||
|
@@ -25,12 +25,16 @@ buildscript {
|
|||||||
repositories {
|
repositories {
|
||||||
maven("https://repo.spongepowered.org/maven")
|
maven("https://repo.spongepowered.org/maven")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
classpath("org.spongepowered:vanillagradle:0.2.1-20231203.020957-71")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
`java-library`
|
`java-library`
|
||||||
idea
|
idea
|
||||||
id("org.spongepowered.gradle.vanilla") version "0.2.1-SNAPSHOT"
|
id("org.spongepowered.gradle.vanilla") version "0.2.1-20231203.020957-71"
|
||||||
}
|
}
|
||||||
|
|
||||||
idea {
|
idea {
|
||||||
|
@@ -10,7 +10,7 @@ modIssuesURL=https://github.com/chylex/Minecraft-Window-Title/issues
|
|||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
minecraftVersion=1.20
|
minecraftVersion=1.20
|
||||||
#forgeVersion=46.0.1
|
forgeVersion=46.0.1
|
||||||
fabricVersion=0.14.21
|
fabricVersion=0.14.21
|
||||||
loomVersion=1.2
|
loomVersion=1.2
|
||||||
mixinVersion=0.8.5
|
mixinVersion=0.8.5
|
||||||
|
Reference in New Issue
Block a user