
ItemChanger
Give your items personality with custom names, lore, and glow β a must-have for any creative player. ΠΠΎΠ±Π°Π²Ρ ΡΠ²ΠΎΠΈΠΌ ΠΏΡΠ΅Π΄ΠΌΠ΅ΡΠ°ΠΌ ΠΈΠ½Π΄ΠΈΠ²ΠΈΠ΄ΡΠ°Π»ΡΠ½ΠΎΡΡΡ Ρ ΠΏΠΎΠΌΠΎΡΡΡ ΡΠ½ΠΈΠΊΠ°Π»ΡΠ½ΡΡ ΠΈΠΌΡΠ½, ΠΎΠΏΠΈΡΠ°Π½ΠΈΠΉ ΠΈ ΡΠ²Π΅ΡΠ΅Π½ΠΈΡ β Π½Π΅Π·Π°ΠΌΠ΅Π½ΠΈΠΌΠΎ Π΄Π»Ρ Π»ΡΠ±ΠΎΠ³ΠΎ ΠΊΡΠ΅Π°ΡΠΈΠ²Π½ΠΎΠ³ΠΎ ΠΈΠ³ΡΠΎΠΊΠ°.
1.2
Compatibility
Changes
π¦ ItemChanger v1.2 β Changelog / Π‘ΠΏΠΈΡΠΎΠΊ ΠΈΠ·ΠΌΠ΅Π½Π΅Π½ΠΈΠΉ
β¨ Added / ΠΠΎΠ±Π°Π²Π»Π΅Π½ΠΎ
-
/additalic <name/lore>
Adds italic formatting to the itemβs name or lore.
ΠΠΎΠ±Π°Π²Π»ΡΠ΅Ρ ΠΊΡΡΡΠΈΠ² ΠΊ Π½Π°Π·Π²Π°Π½ΠΈΡ ΠΈΠ»ΠΈ ΠΎΠΏΠΈΡΠ°Π½ΠΈΡ ΠΏΡΠ΅Π΄ΠΌΠ΅ΡΠ°. -
/removeitalic <name/lore>
Removes italic formatting from the itemβs name or lore.
Π£Π±ΠΈΡΠ°Π΅Ρ ΠΊΡΡΡΠΈΠ² Ρ Π½Π°Π·Π²Π°Π½ΠΈΡ ΠΈΠ»ΠΈ ΠΎΠΏΠΈΡΠ°Π½ΠΈΡ ΠΏΡΠ΅Π΄ΠΌΠ΅ΡΠ°. -
/clearname
Clears the custom name of the item, resetting it to the default.
Π£Π΄Π°Π»ΡΠ΅Ρ ΠΊΠ°ΡΡΠΎΠΌΠ½ΠΎΠ΅ Π½Π°Π·Π²Π°Π½ΠΈΠ΅ ΠΏΡΠ΅Π΄ΠΌΠ΅ΡΠ°, Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Ρ Π½Π°Π·Π²Π°Π½ΠΈΠ΅ ΠΏΠΎ ΡΠΌΠΎΠ»ΡΠ°Π½ΠΈΡ.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Q88LKjhF:ilYrxZTz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Q88LKjhF:ilYrxZTz"
}
