File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
java/de/ellpeck/nyx/config
resources/assets/nyx/lang Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public class NyxConfig {
1717 @ Config .Comment ("Settings for general mechanics" )
1818 public static final General GENERAL = new General ();
1919
20- @ Config .LangKey ("config.nyx.general " )
20+ @ Config .LangKey ("config.nyx.entities " )
2121 @ Config .Comment ("Settings for entities" )
2222 public static final Entities ENTITIES = new Entities ();
2323
Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ modifier.nyx.supercharge_armor.desc=§oSupercharge me!§r\nGetting hurt has a ch
224224# Config Categories
225225config.nyx.master_switches=Master Switches
226226config.nyx.general=General
227+ config.nyx.entities=Entities
227228config.nyx.events_lunar=Events: Lunar
228229config.nyx.events_solar=Events: Solar
229230config.nyx.meteors=Meteors
@@ -234,3 +235,4 @@ config.nyx.full_moon=Full Moon
234235config.nyx.star_shower=Star Shower
235236config.nyx.grim_eclipse=Grim Eclipse
236237config.nyx.red_giant=Red Giant
238+ config.nyx.eyezor=Eyezor
You can’t perform that action at this time.
0 commit comments