diff options
| author | ToastedCoconut <bavo1997@gmail.com> | 2019-07-04 15:36:50 +0200 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2019-07-04 14:36:50 +0100 |
| commit | 4e5a9f1703eb4a94319e7c7f6629814b8bfb6f96 (patch) | |
| tree | e69c3f9aac3c26cfcfe2db53d022eeb29adb1f4c /.project | |
| parent | ffcc8e091435c8e6150722048f7c7b6cb7b90a3e (diff) | |
Another 2 new tasks + fix for fishing (#45)
* Two new tasks + a fix for fishing
- Deal Damage task type
- Enchanting task type
- Fixes #37
Diffstat (limited to '.project')
| -rw-r--r-- | .project | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 00000000..d9f85e2b --- /dev/null +++ b/.project @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>Quests</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.m2e.core.maven2Builder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.m2e.core.maven2Nature</nature> + </natures> +</projectDescription> |
