ddrscott / mc-uberop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WIP WIP WIP

Install via shell

# clone project
git clone https://github.com/ddrscott/mc-uberop.git

# change into directory
cd mc-uberop

# for every save in Minecraft, link the code directory
find "${HOME}/Library/Application Support/minecraft/saves" \
   -name datapacks \
   -type d         \
   -maxdepth 2     \
   -exec ln -vs ~/code/mc-uberop '{}' \;

About


Languages

Language:mcfunction 99.4%Language:Jinja 0.3%Language:Python 0.1%Language:Ruby 0.1%Language:Makefile 0.0%