Commit dccc8e6 1 parent 98bed87 commit dccc8e6 Copy full SHA for dccc8e6
File tree 2 files changed +3
-3
lines changed
src/main/java/de/dafuqs/spectrum/compat/idwtialsimmoedm
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ yarn_mappings=1.20.1+build.10
7
7
loader_version =0.15.6
8
8
9
9
# Mod Properties
10
- mod_version =1.7.5
10
+ mod_version =1.7.6
11
11
maven_group =de.dafuqs.spectrum
12
- archives_base_name =spectrum-1.7.5- deeper-down
12
+ archives_base_name =spectrum-deeper-down
13
13
14
14
# Dependencies
15
15
# https://fabricmc.net/develop/
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public static void register() {
20
20
if (ench instanceof SpectrumEnchantment spectrumEnchantment && !spectrumEnchantment .canEntityUse (player )) {
21
21
return GatherDescriptionCallback .wrapDescription (original .copy ().formatted (Formatting .OBFUSCATED ));
22
22
}
23
- return DefaultDescriptions . forEnchantmentFormatted ( ench ) ;
23
+ return null ;
24
24
});
25
25
}
26
26
}
You can’t perform that action at this time.
0 commit comments