commit 46cc8401115161fef6103b2d9d9473a50d412ef6 Author: TheZenKitteh Date: Thu Jan 17 18:46:04 2013 -0500 initial push diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..e75bbfa --- /dev/null +++ b/README.txt @@ -0,0 +1,5 @@ +This is a simple mod repo for testing and improving of the +bash and windows mod installers. + +If you want your mod here you are free to add it after +I have a chance to review it. \ No newline at end of file diff --git a/christmas_2012.7z b/christmas_2012.7z new file mode 100644 index 0000000..a47836b Binary files /dev/null and b/christmas_2012.7z differ diff --git a/fakeblocks_0.0.1.7z b/fakeblocks_0.0.1.7z new file mode 100644 index 0000000..e136b69 Binary files /dev/null and b/fakeblocks_0.0.1.7z differ diff --git a/industrial_0.0.7.7z b/industrial_0.0.7.7z new file mode 100644 index 0000000..dd34942 Binary files /dev/null and b/industrial_0.0.7.7z differ diff --git a/jail_0.0.1.7z b/jail_0.0.1.7z new file mode 100644 index 0000000..7189ef0 Binary files /dev/null and b/jail_0.0.1.7z differ diff --git a/make-packageslist.sh b/make-packageslist.sh new file mode 100755 index 0000000..de7c786 --- /dev/null +++ b/make-packageslist.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +rm packages.txt +ls -d -- * > packages.txt +echo "Package list compiled." diff --git a/moarcraft_0.0.1.7z b/moarcraft_0.0.1.7z new file mode 100644 index 0000000..8f184ee Binary files /dev/null and b/moarcraft_0.0.1.7z differ diff --git a/packages.txt b/packages.txt new file mode 100644 index 0000000..6d3ebbf --- /dev/null +++ b/packages.txt @@ -0,0 +1,8 @@ +christmas_2012.7z +fakeblocks_0.0.1.7z +industrial_0.0.7.7z +jail_0.0.1.7z +make-packageslist.sh +moarcraft_0.0.1.7z +replicator_0.2.0.7z +various_0.0.4.7z diff --git a/replicator_0.2.0.7z b/replicator_0.2.0.7z new file mode 100644 index 0000000..b378515 Binary files /dev/null and b/replicator_0.2.0.7z differ diff --git a/various_0.0.4.7z b/various_0.0.4.7z new file mode 100644 index 0000000..f161554 Binary files /dev/null and b/various_0.0.4.7z differ