Fixed gitignore.

This commit is contained in:
Pim van der Loos 2017-09-05 12:33:09 +02:00
parent 1820350185
commit f6d353d7e7
3 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -20,3 +20,6 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Mac Files #
**/.DS_Store

View File

@ -6,7 +6,7 @@ import org.bukkit.event.Listener;
import com.rit.sucy.EnchantPlugin;
import com.rit.sucy.EnchantmentAPI;
import enchantments.DiamondArmor;
import nl.pim16aap2.armoredElytra.enchantments.DiamondArmor;
public class ArmoredElytra extends EnchantPlugin implements Listener {

View File

@ -1,4 +1,4 @@
package enchantments;
package nl.pim16aap2.armoredElytra.enchantments;
import org.bukkit.Material;