Robert Seifert
7e1bc73f11
Fixed model extension
2013-05-09 23:03:50 -04:00
Robert Seifert
de0124e523
updated subs
2013-05-09 06:06:10 -04:00
Robert Seifert
9ea05f54a0
updated subs
2013-05-08 09:39:11 -04:00
Robert Seifert
0d0f6bc74c
..
2013-05-08 09:03:25 -04:00
Robert Seifert
8207659f8b
add bc sub
2013-05-08 08:58:22 -04:00
Robert Seifert
fd74bee9f8
updated build script
2013-05-08 08:29:23 -04:00
Robert Seifert
3b6e185bb1
Updated subs
2013-05-08 08:17:34 -04:00
Robert Seifert
aca8162c1f
registered bc recipes
2013-05-08 08:13:32 -04:00
Robert Seifert
7df6b061ae
mc version update
2013-05-04 17:09:05 -04:00
Robert Seifert
4358dfe772
updated subs
2013-05-04 05:34:07 -04:00
Robert Seifert
0610b771c9
...
2013-05-04 05:29:19 -04:00
Robert Seifert
e7eaca86cf
build script fix
2013-05-04 02:36:40 -04:00
Robert Seifert
424c9d2a04
remove api as its part of one of the subs
2013-05-04 02:04:58 -04:00
Robert Seifert
07ba0d47aa
possible improvement of overflow
2013-05-04 02:02:25 -04:00
Robert Seifert
6620dac6bd
added chunk loaded check to path finder
2013-05-04 01:48:20 -04:00
Robert Seifert
100c40b15f
corrected build script
2013-05-02 04:48:43 -04:00
Robert Seifert
f3370432d2
Added Dark-Lib sub
2013-05-02 04:44:30 -04:00
Robert Seifert
81f3da3520
Added Modding lib sub
2013-05-02 04:42:54 -04:00
Robert Seifert
4b4b7a66e2
...
2013-05-02 04:38:24 -04:00
Robert Seifert
adbb7324cb
updating build script
2013-05-02 03:27:14 -04:00
Robert Seifert
0055839123
updated buildscript
2013-04-30 22:25:24 -04:00
Robert Seifert
648c34f21a
more cleanup
2013-04-28 17:26:36 -04:00
Robert Seifert
8b74ab6728
Cleanup && model upload
...
No need for some of these files anymore
Also uploading models not sure why there no already uploaded
2013-04-28 17:20:42 -04:00
Robert Seifert
9137e5c175
cleanup
2013-04-27 05:07:01 -04:00
Robert Seifert
84548d4f17
Adjusted Recipes
2013-04-27 01:07:35 -04:00
Robert Seifert
451a067e93
added Helper methods for filling tanks
2013-04-25 23:39:52 -04:00
Robert Seifert
44343a56d5
possible fixed to rotation fill crash
...
Not tested but this might reduce how often it happens
2013-04-22 02:21:11 -04:00
Robert Seifert
9e9537d693
added cleanup
2013-04-21 07:20:12 -04:00
Robert Seifert
92bd046d33
...
2013-04-21 03:07:28 -04:00
Robert Seifert
a512133aa5
more changes to buildscript
2013-04-21 03:05:43 -04:00
Robert Seifert
631725b9da
...
2013-04-21 03:04:01 -04:00
Robert Seifert
79576b631b
...
2013-04-21 03:02:29 -04:00
Robert Seifert
22cf0b1abe
...
2013-04-21 03:01:02 -04:00
Robert Seifert
a8385cd437
...
2013-04-21 02:58:44 -04:00
Robert Seifert
c47fb4716e
more work on build script
2013-04-21 02:55:21 -04:00
Robert Seifert
9d378b53c0
adjusting build script for api's
2013-04-21 02:50:01 -04:00
Robert Seifert
36aedf1e77
Fixed textures for Drain
2013-04-21 02:27:26 -04:00
Robert Seifert
d675356862
Added banner for info file
2013-04-21 02:27:18 -04:00
Robert Seifert
86ae217af0
cleanup
2013-04-20 08:23:57 -04:00
Robert Seifert
222f31db5b
move some class to my code lib
2013-04-20 07:34:04 -04:00
Rseifert
4e6275a891
sync
2013-04-20 03:18:00 -04:00
Rseifert
299edd1f0f
Fixed generic pipe connections
...
Was doing the connection checks wrong. Now its check for meta data if
the pipe uses the same class file for connections. Its should connection
to any generic pipe of its color and iron pipes. This should allow for
unique pipe networks for generic liquid types. This however will not
allow for a set liquid type filtering or transport.
Also in an earlier push i changed generic pipes to only move 1 bucket a
request but 3 request for non-generic pipes a request.
2013-04-19 01:20:25 -04:00
Rseifert
13c2f1fb6c
Fixed generic pipe filling
2013-04-17 15:12:44 -04:00
Rseifert
35d8812742
Fixed pipe connection for pump
2013-04-17 15:02:28 -04:00
Rseifert
5eff4fa74a
Fixed Construction pump working with energy supply
...
Still need to do more debug for rotation and item rendering
2013-04-17 14:56:48 -04:00
Rseifert
225b3a3ebf
added drain recipe and construction pump recipe
2013-04-17 14:22:54 -04:00
Rseifert
6608d8aa36
Changed pipe crafting
...
pipe crafting is now a set recipe instead of shapeless. Though with this
change you can now use any pipe color inter mixed with a dye to get 4
pipes of that color back. As well sticking a pipe in the crafting grid
will result in an uncolored pipe back.
2013-04-17 14:07:57 -04:00
Rseifert
a3335491d4
fixed render and connection between pipes
...
There is however an odd error with old pipes updating to the new system.
Since the new pipes are an extend of the old pipes they may thing
themselves as old pipes. breaking them and replacing solves this isssue
2013-04-17 13:48:25 -04:00
Rseifert
2b093d349e
added renders for new pipes
...
still need to test and debug including create new textures for specific
pipes. Recipes are also still need for new items as well as reversed
color crafting
2013-04-17 13:25:58 -04:00
Rseifert
57d3fc6cce
worked on new pipes
...
Just need to add renders too the new pipes and change the textures off
the old ones. I might also need to do some testing since i changed a few
methods.
2013-04-15 23:12:39 -04:00