You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -59,6 +62,27 @@ public Common(ModConfigSpec.Builder builder) {
59
62
.define("Aerwhale King Flawless Boss Drop", "deep_aether:aerwhale_saddle");
60
63
builder.pop();
61
64
65
+
builder.push("Gameplay");
66
+
slider_mimic_flawless_boss_drop= builder
67
+
.comment("The item dropped when the Slider Host Mimic is defeated flawlessly, set value to null (with quotation marks!) to disable flawless boss drops from the Slider Host Mimic. This Config Does nothing if Aether Genesis isn't installed.")
.define("Slider Host Mimic Flawless Boss Drop", "deep_aether:mimic_eye");
70
+
builder.pop();
71
+
72
+
builder.push("Gameplay");
73
+
sentry_guardian_flawless_boss_drop= builder
74
+
.comment("The item dropped when the Sentry Guardian is defeated flawlessly, set value to null (with quotation marks!) to disable flawless boss drops from the Sentry Guardian. This Config Does nothing if Aether Genesis isn't installed.")
.define("Sentry Guardian Flawless Boss Drop", "deep_aether:sentry_alarm");
77
+
builder.pop();
78
+
79
+
builder.push("Gameplay");
80
+
labyrinth_eye_flawless_boss_drop = builder
81
+
.comment("The item dropped when the Labyrinth Eye is defeated flawlessly, set value to null (with quotation marks!) to disable flawless boss drops from the Labyrinth Eye. This Config Does nothing if Aether Genesis isn't installed.")
0 commit comments