Skip to content

Commit

Permalink
use modid constant
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Apr 7, 2024
1 parent c81441e commit c752d52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private static int dumpAllTags(CommandContext<CommandSourceStack> ctx) throws Co
private static int dumpTags(CommandContext<CommandSourceStack> ctx, Registry<?> registry) throws CommandSyntaxException {
var player = ctx.getSource().getPlayerOrException();

var dir = Services.PLATFORM.getGameDir().resolve("sparkweave").resolve("tag_export");
var dir = Services.PLATFORM.getGameDir().resolve(SparkweaveMod.MODID).resolve("tag_export");
saveTags(registry, dir);

if (ctx.getSource().getServer().isSingleplayerOwner(player.getGameProfile())) {
Expand Down

0 comments on commit c752d52

Please sign in to comment.