Archtec-io / archtec-mods

Mod repo, submodules only

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archtec Mods

Archtec mod repo

Install

After cloning:

git submodule init
git submodule update

Updating

# sync repo urls
git submodule sync
# initialize new repos
git submodule init
# update commits
git submodule update
# remove unversioned files
git clean -dff

Or use the update.sh script in the root path

Advisable settings

# don't let the unified inventory show *all* slopes/slabs (use the table saw for that)
moreblocks.stairsplus_in_creative_inventory = false

About

Mod repo, submodules only

License:GNU Lesser General Public License v2.1


Languages

Language:Shell 100.0%