DarkGuardsman
8be2ac3665
Packet handling change
...
see DarksCoreMachine for more info
2013-08-24 08:02:49 -04:00
DarkGuardsman
ee742fc624
Fixed crash with inv
2013-08-08 10:12:30 -04:00
DarkGuardsman
0828930ddd
Fixed enchanted items saving in crates
2013-08-07 17:11:09 -04:00
DarkGuardsman
c736a84c9c
reworked crates
...
still need to fix the NBT saving issue for the item stack. Either its
not saving inside the crate or its being removed on eject from the
crate. Should be an easy fix just need to take the time to find the
issue spot.
2013-08-06 17:01:41 -04:00
DarkGuardsman
000a01daa2
fixed save issue with new formate
2013-08-06 15:03:35 -04:00
DarkGuardsman
999f8c6d29
changed crate save format
...
changed it to save directly from the itemstack too allow for NBT extra
data on the stack though it shouldn't have any.
2013-08-06 14:03:31 -04:00
DarkGuardsman
78d9a001ae
old crane designs
2013-08-06 11:31:32 -04:00
DarkGuardsman
fb2d7c9723
reworking crates
2013-08-06 11:31:23 -04:00
DarkGuardsman
50d03a632f
Added constructors to match prefab class
...
Mainly just changes to meet TileEntityMachine power changes. Will still
need to go threw most of these later later to fix issues with power
drain.
2013-07-29 03:48:40 -04:00
DarkGuardsman
bc9c30d66b
reformatting and cleanup
2013-07-26 02:14:51 -04:00
DarkGuardsman
0acfc7e585
changed block IDs to called getNextID()
2013-07-24 15:27:41 -04:00
DarkGuardsman
a20592178f
Fixed crash on placing Armbot
2013-07-23 23:49:27 -04:00
DarkGuardsman
ddc983cd40
fixed domain loading issue
2013-07-23 03:40:36 -04:00
DarkGuardsman
96f485042e
reworked recipe system and main class file
2013-07-22 18:23:10 -04:00
DarkGuardsman
8bdec4d608
removed subs and build file
2013-07-22 00:33:38 -04:00
DarkGuardsman
4128b63e47
main package rename
2013-07-21 23:58:38 -04:00
DarkGuardsman
7acf0a5642
Made AL a sub of the Dark-Core
2013-07-21 23:56:26 -04:00
DarkGuardsman
612e1cfe26
cleanup
2013-07-21 22:51:02 -04:00
DarkGuardsman
dce6e49a69
Cleanup
2013-07-19 11:40:02 -04:00
DarkGuardsman
3933ce1179
Merge remote-tracking branch 'origin/master' into MC1.6
2013-07-16 19:10:25 -04:00
DarkGuardsman
2123d65cac
Revert "Fixed config issue with multi-Block"
...
This reverts commit 0af366fb85
.
2013-07-16 19:09:45 -04:00
DarkGuardsman
ebb0d0f43a
Fixed multi block config
2013-07-16 19:08:51 -04:00
DarkGuardsman
0af366fb85
Fixed config issue with multi-Block
2013-07-16 19:06:15 -04:00
DarkGuardsman
9baa621c94
fixed error with computer craft api change
2013-07-14 10:54:43 -04:00
DarkGuardsman
9ce878400a
Fixed Resource Location and asset loading
...
mod/assemblyline -> assets/al
2013-07-12 11:09:45 -04:00
DarkGuardsman
f749ddc7fa
(untested) removed all red errors
2013-07-11 04:39:20 -04:00
DarkGuardsman
77183651d0
little cleanup and error killing
2013-07-10 04:33:31 -04:00
DarkGuardsman
ce11ee36cc
Merge remote-tracking branch 'origin/master' into MC1.6
2013-07-08 05:44:44 -04:00
DarkGuardsman
2e1f2de9a6
Fixed NPE with setting filter
2013-07-08 05:44:00 -04:00
DarkGuardsman
a4435994e7
Init update to 1.6
...
Mostly done but just a few textures refs too go
2013-07-08 03:14:00 -04:00
DarkGuardsman
e1e5a4461f
version++
2013-07-08 01:39:06 -04:00
DarkGuardsman
6d8fc08fe1
updated build file
2013-07-08 01:38:24 -04:00
DarkGuardsman
e59dd6d7ea
updated Dark-Lib
2013-07-08 01:31:06 -04:00
DarkGuardsman
0e24faf8d5
enabled de_DE lang
2013-07-08 01:30:17 -04:00
DarkGuardsman
b5dc2b3c71
Merge branch 'master' of https://github.com/DarkGuardsman/Assembly-Line
2013-07-08 01:09:41 -04:00
DarkGuardsman
00bd3a9e8e
...
2013-07-08 01:09:08 -04:00
DarkGuardsman
d08bb5c48e
more work on network
...
resolved a few power issues though i'm running into mekanism energy
cubes self powering. As well energy cube, different one, is request
power from the network but is never getting supplied any.
2013-07-07 09:26:00 -04:00
Robert WC Seifert
2674a4e586
Merge pull request #45 from Vexatos/patch-1
...
Created de_DE.properties
2013-07-07 04:07:05 -07:00
Vexatos
8f0085446c
Update de_DE.properties
...
Also, removed Herobrine.
2013-07-07 13:01:36 +02:00
Vexatos
875d155e50
Create de_DE.properties
...
Also, added Cookies.
2013-07-07 12:58:12 +02:00
DarkGuardsman
88778499fb
more work on assembly network
...
still buggy as in not working past powering assembly tiles. As well it
seems to be getting a 100W packet of power every 2 seconds from both
mekanism and buildcraft power pipes. It should not be storing anymore
than the internal battery size but its seem to be anyways. As well max
packet size should only be equal to the request which as well is not the
case.
2013-07-07 05:15:13 -04:00
DarkGuardsman
aade0001b4
Fixed infinite power issue
2013-07-06 02:17:11 -04:00
DarkGuardsman
202a775a6d
Cleanup and fixed network split
2013-07-06 00:46:56 -04:00
DarkGuardsman
5113e5f660
Got network working on power now
...
Still need to fix what looks like an infinite power issue.
2013-07-05 23:21:32 -04:00
DarkGuardsman
b0b7ae3c06
Fixed slanted belt network connections
2013-07-05 22:32:47 -04:00
DarkGuardsman
4f4225d6f8
more work on assembly power network
2013-07-05 22:11:31 -04:00
DarkGuardsman
353333f80a
cleaned up armbot
2013-07-05 22:11:15 -04:00
DarkGuardsman
1fc0664683
rejector cleanup
2013-07-05 20:12:23 -04:00
DarkGuardsman
0621433663
slight package change
2013-07-05 19:52:51 -04:00
DarkGuardsman
f9f985b468
removed basic components submodule
...
no longer needed
2013-07-04 22:56:48 -04:00