File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/net/thenextlvl/tweaks Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ dependencies {
3535
3636 implementation(" net.thenextlvl.core:adapters:2.0.3" )
3737 implementation(" net.thenextlvl.core:files:3.0.1" )
38- implementation(" net.thenextlvl.core:i18n:3.2.2" )
3938 implementation(" net.thenextlvl.core:paper:2.3.1" )
39+ implementation(" net.thenextlvl:i18n:1.0.0" )
4040 implementation(" net.thenextlvl:nbt:3.0.1" )
4141 implementation(" org.bstats:bstats-bukkit:3.1.0" )
4242}
Original file line number Diff line number Diff line change 33import com .google .gson .GsonBuilder ;
44import core .file .FileIO ;
55import core .file .format .GsonFile ;
6- import core .i18n .file .ComponentBundle ;
76import core .io .IO ;
87import core .paper .adapters .inventory .MaterialAdapter ;
98import core .paper .messenger .PluginMessenger ;
1413import net .kyori .adventure .text .minimessage .MiniMessage ;
1514import net .kyori .adventure .text .minimessage .tag .resolver .Placeholder ;
1615import net .kyori .adventure .text .minimessage .tag .resolver .TagResolver ;
16+ import net .thenextlvl .i18n .ComponentBundle ;
1717import net .thenextlvl .tweaks .adapter .LazyLocationAdapter ;
1818import net .thenextlvl .tweaks .command .environment .time .DayCommand ;
1919import net .thenextlvl .tweaks .command .environment .time .MidnightCommand ;
Original file line number Diff line number Diff line change 11package net .thenextlvl .tweaks .model ;
22
3- import core . i18n . file .ResourceMigrator ;
3+ import net . thenextlvl . i18n .ResourceMigrator ;
44import org .jspecify .annotations .NonNull ;
55import org .jspecify .annotations .Nullable ;
66
You can’t perform that action at this time.
0 commit comments