Fixed gitignore.
This commit is contained in:
parent
1820350185
commit
f6d353d7e7
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
@ -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 {
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
package enchantments;
|
||||
package nl.pim16aap2.armoredElytra.enchantments;
|
||||
|
||||
import org.bukkit.Material;
|
||||
|
Loading…
x
Reference in New Issue
Block a user