Skip to content

Commit

Permalink
Moved to DyeColor, which is safer than the Bukkit class
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoxkk0 committed Oct 5, 2024
1 parent 3c80260 commit 7ac0992
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class GTNHMixinsCore implements IFMLLoadingPlugin {
public static final Map<String, String> MANUALLY_IDENTIFIED_COREMODS = ImmutableMap.<String, String>builder()
.put("optifine.OptiFineForgeTweaker", "optifine.OptiFineForgeTweaker")
.put("codechicken.lib.asm.ModularASMTransformer", "codechicken.lib")
.put("org.bukkit.Bukkit", "Bukkit")
.put("org.bukkit.DyeColor", "Bukkit")
.build();

static {
Expand Down

0 comments on commit 7ac0992

Please sign in to comment.