Skip to content

Commit

Permalink
Fix default plugin IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
soir20 committed Nov 19, 2023
1 parent f45723a commit ab99caf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ public abstract class MoreMcmeta {
private final Set<String> DEFAULT_PLUGINS = Set.of(
"moremcmeta_texture_plugin",
"moremcmeta_animation_plugin",
"moremcmeta_gui_plugin",
"moremcmeta_properties_parser_plugin",
"moremcmeta_moremcmeta_parser_plugin",
"moremcmeta_mcmeta_parser_plugin"
"moremcmeta_moremcmeta_parser_plugin"
);

/**
Expand Down

0 comments on commit ab99caf

Please sign in to comment.