Skip to content

Commit fd35f0f

Browse files
committed
Updated i18n dependency to 1.0.0
1 parent b6cfc5e commit fd35f0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repositories {
2929

3030
dependencies {
3131
paperweight.paperDevBundle("1.21.10-R0.1-SNAPSHOT")
32-
implementation("net.thenextlvl.core:i18n:3.2.2")
32+
implementation("net.thenextlvl:i18n:1.0.0")
3333
implementation("net.thenextlvl:nbt:3.0.1")
3434
implementation("org.bstats:bstats-bukkit:3.1.0")
3535
implementation(project(":api"))

src/main/java/net/thenextlvl/hologram/HologramPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
package net.thenextlvl.hologram;
22

3-
import core.i18n.file.ComponentBundle;
43
import io.papermc.paper.plugin.lifecycle.event.types.LifecycleEvents;
54
import net.kyori.adventure.key.Key;
65
import net.thenextlvl.hologram.command.HologramCommand;
76
import net.thenextlvl.hologram.controller.PaperHologramController;
87
import net.thenextlvl.hologram.listener.ChunkListener;
98
import net.thenextlvl.hologram.listener.HologramListener;
9+
import net.thenextlvl.i18n.ComponentBundle;
1010
import org.bstats.bukkit.Metrics;
1111
import org.bukkit.plugin.ServicePriority;
1212
import org.bukkit.plugin.java.JavaPlugin;

0 commit comments

Comments
 (0)