Skip to content

Commit

Permalink
IntelliJ Idea git client is real weird.
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Paul-R committed Sep 25, 2021
1 parent 0490a6e commit f98d4c4
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package com.fibermc.essentialcommands;

import io.github.ladysnake.pal.AbilitySource;
import io.github.ladysnake.pal.Pal;
import net.minecraft.util.Identifier;

public class ECAbilitySources {
public static final AbilitySource FLY_COMMAND = Pal.getAbilitySource(EssentialCommands.MOD_ID, "ec-fly-command");
}

0 comments on commit f98d4c4

Please sign in to comment.