Robert Seifert
599a90b23b
correct build script
2013-05-02 04:48:15 -04:00
Robert Seifert
1b1e0d9eba
Added Dark-Library sub
2013-05-02 04:36:33 -04:00
Robert Seifert
9bb5789cfd
...More work on sub modules
2013-05-02 04:34:37 -04:00
Robert Seifert
7450f8ebd0
...
2013-05-02 04:32:52 -04:00
Robert Seifert
8b5bae8de1
...
2013-05-02 04:26:39 -04:00
Robert Seifert
569d512d49
added modding sub
2013-05-02 04:16:14 -04:00
Robert Seifert
e72941e451
...
2013-05-02 04:05:36 -04:00
Robert Seifert
347882fb91
updating build script
2013-05-02 03:25:42 -04:00
Robert Seifert
dd7085eee9
removed text render above crate
...
Mainly removed this to reduce lag of large rooms of crates were each
block would do a ray trace causing extra resource use. Second the name
of the item is already on the face of the crate so there is no need to
have it.
2013-05-02 03:06:11 -04:00
Robert Seifert
a7410dee64
updated build script
2013-04-30 22:26:11 -04:00
Robert Seifert
914436cb9e
working on imprinter
...
imprint is just broke. They only thing it will do is inv crafting just
like a crafting bench. As well it will still imprint.
2013-04-30 15:57:17 -04:00
Robert Seifert
fe842a1b8d
cleanup
2013-04-30 14:06:13 -04:00
Robert WC Seifert
e7abc355a7
Merge pull request #9 from NightKev/patch-1
...
Update and rename LISENCE.txt to LICENSE.txt
2013-04-30 07:47:02 -07:00
NightKev
6101fdd205
Update and rename LISENCE.txt to LICENSE.txt
...
some minor grammar fixes
2013-04-30 07:29:36 -07:00
Robert WC Seifert
34989c390f
Update LISENCE.txt
2013-04-30 10:51:58 -03:00
Robert WC Seifert
2925f520ae
Update LISENCE.txt
2013-04-30 10:31:03 -03:00
Robert WC Seifert
b7bf60a58f
Update LISENCE.txt
2013-04-30 10:10:48 -03:00
Robert Seifert
613a072a3b
Fixed Crate item import into crate block
...
My check to prevent crates from entering crates also keep them from
imputing into each other.
2013-04-29 12:37:40 -04:00
Robert Seifert
87cd116996
updated IC2 api
2013-04-29 12:18:43 -04:00
Robert Seifert
cf2328f56f
cleanup
2013-04-28 17:25:56 -04:00
Robert Seifert
6fa80ebda9
cleanup
2013-04-27 05:08:19 -04:00
Robert Seifert
9b2d2d329b
added lisence
2013-04-24 00:40:15 -04:00
Robert WC Seifert
e938010fbe
Update README.md
2013-04-24 01:25:07 -03:00
Robert WC Seifert
ea60928314
Update README.md
2013-04-24 01:21:34 -03:00
Robert Seifert
f4eb3e6aa6
remove wrench methods in favor of UE way
...
UE has it so why should i have my own methods for the same thing
2013-04-23 23:48:31 -04:00
Robert Seifert
64be07516c
typo
2013-04-21 03:57:48 -04:00
Robert Seifert
6b94618360
fixed ic2 unzip
2013-04-21 03:55:11 -04:00
Robert Seifert
2bbd78f0f6
more work on build script
2013-04-21 03:53:30 -04:00
Robert Seifert
42dcdd1ade
fixed CC download
2013-04-21 03:47:40 -04:00
Robert Seifert
ee31e6e8e5
had an extra .zip on the end of the file name
2013-04-21 03:44:51 -04:00
Robert Seifert
3b651891a4
changed build script too download api's
2013-04-21 03:43:15 -04:00
Robert Seifert
2d27765897
edited crate item interaction behavior
...
It wasn't really checking if the item it was interacting with was a
crate, null, or unstackable before trying to insert or eject.
2013-04-21 02:07:19 -04:00
Robert Seifert
1b26c2f407
cleanup
2013-04-20 08:24:57 -04:00
Robert Seifert
afeacb1c6e
cleanup
2013-04-20 07:41:52 -04:00
Robert Seifert
b01f4d5089
moved to its own repo
...
main just too make things cleaner in my new dev env but also so i can
use the classes in other projects without copying the files a dozen
times.
2013-04-20 07:41:48 -04:00
Robert Seifert
741d2e1bf4
correct errors caused by forge version change
2013-04-20 07:41:03 -04:00
Robert Seifert
5676d27dc2
removed api's from repo
...
with my new dev env setup i no longer need to have the api's in the
repo. Instead they are run out of there own java project folder and
externally linked. This should make modding and updates faster for all
mods.
2013-04-20 07:11:00 -04:00
Rseifert
4cb9080a3b
version edit
2013-04-10 06:32:44 -04:00
Rseifert
14aaefa6a4
edited for ant script
2013-04-10 06:32:01 -04:00
Rseifert
f8263c9b2b
Updated CC api
...
need to just no include this in the repo but rather have the ant script
just download it each build
2013-04-10 06:24:16 -04:00
Rseifert
5dea05a1d5
Cleanup and add ant script for jenkins
2013-04-10 05:35:51 -04:00
Rseifert
4e2f1243a4
moved build files
...
As we move AL to jenkins auto build system we don't really need these
right now. Latter these can be reformatted to work from this file but
are cluttering up the workspace.
2013-04-10 01:32:39 -04:00
Rseifert
3351f7acdc
added mc version
2013-04-10 00:28:27 -04:00
Robert WC Seifert
47d64b6440
Merge pull request #4 from Alex-hawks/master
...
Fix up getDirection and imports in 2 TE Classes
2013-04-09 16:44:25 -07:00
Alex_hawks
f9a4ef453d
Fix up getDirection, and imports in 2 TE classes
...
To make it compile with newer Forge versions
2013-04-09 17:25:29 +08:00
Brian Ricketts
538de2b7fc
Update info.txt with current build in new format
2013-03-30 15:17:21 -05:00
Brian Ricketts
0aec74933e
Updated building system to new format
2013-03-30 15:11:40 -05:00
Brian Ricketts
71fc0ff50d
Push builds to new server
2013-03-29 19:21:07 -05:00
Brian Ricketts
5aa4d2142b
Push build 89 and bump to 0.3.0 (MC 1.5.1)
2013-03-29 03:37:22 -05:00
Brian Ricketts
cede7be524
Fixed sound paths
2013-03-29 03:32:24 -05:00