Add contrib and update README, remove .idea

Signed-off-by: jolheiser <john.olheiser@gmail.com>
master
jolheiser 2022-01-25 13:52:32 -06:00
parent 88ff97d6da
commit e6a262d13e
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
8 changed files with 10 additions and 38 deletions

3
.idea/.gitignore vendored
View File

@ -1,3 +0,0 @@
# Default ignored files
/shelf/
/workspace.xml

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TestRunnerService">
<option name="PROJECT_TEST_RUNNER" value="pytest" />
</component>
</module>

View File

@ -1,6 +0,0 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.8" project-jdk-type="Python SDK" />
</project>

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/custom_mc_advancements.iml" filepath="$PROJECT_DIR$/.idea/custom_mc_advancements.iml" />
</modules>
</component>
</project>

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@ -1 +1,3 @@
A custom advancements datapack for the Canopy minecraft server.
From the `datapacks` directory, run `update.sh` to update the advancements from this repository.

8
update.sh 100755
View File

@ -0,0 +1,8 @@
wget https://git.jojodev.com/Minecraft/custom_mc_advancements/archive/master.tar.gz
tar -xzf master.tar.gz
rm master.tar.gz
rm -rf canopy_advancements
mv custom_mc_advancements canopy_advancements
echo "Done"