87 Commits

Author SHA1 Message Date
Florian "Sangar" Nücke
40595750c4 Merge pull request #29 from NixillUmbreon/master
Update OpenComponents.java to add @NetworkMod
2014-09-18 23:26:10 +02:00
NixillUmbreon
a12ef2f467 Update OpenComponents.java to add @NetworkMod
Removes the client side requirement of the mod when the server contains it
2014-09-18 17:21:55 -04:00
Florian Nücke
aa4601c276 Build script cleanup. 2014-09-06 16:54:57 +02:00
Florian Nücke
42b96045db Added converter to add Mystcraft book and page specific information to item stack representations. 2014-08-19 17:19:29 +02:00
Florian Nücke
de4858b18a Merge branch 'master' of github.com:MightyPirates/OpenComponents 2014-07-17 13:37:14 +02:00
Florian Nücke
405cc02c11 Added getter for base EU/t value for IC2 reactors, closes #19. 2014-07-17 13:37:02 +02:00
Florian Nücke
a3f4a9d5c8 Fix #18. 2014-07-12 20:56:00 +02:00
Florian Nücke
793a018080 Added experimental wrapper logic to encapsulate CC's ILuaObject in OC Values (iow: allow CC peripherals to push userdata). 2014-07-03 13:19:37 +02:00
Florian Nücke
d6f82ade83 Switched to OC 1.3. 2014-06-16 18:49:16 +02:00
Florian Nücke
87d4246f71 Updated OC version in dependency. 2014-06-16 18:27:44 +02:00
Felix Treede
03eef7703f Fixed a small derp of mine 2014-06-14 16:51:37 +02:00
Felix Treede
9bedd51e4a Forward load, save and update to IHostedPeripheral
I'm not sure computercraft itself actually calls these methods, but we
should try to follow the api docs.
2014-06-14 15:49:05 +02:00
Felix Treede
5f77443c16 Added command block to peripheral blacklist
We have an own driver for that, we don't need computercraft's one.
2014-06-14 15:41:00 +02:00
Felix Treede
0e121e763d Fixed CC1.5 peripheral handler 2014-06-14 15:36:02 +02:00
Florian Nücke
6953edffc7 Merge pull request #15 from marcin212/master
Add hidden Railcraft block to peripheral blacklist.
2014-06-11 12:25:26 +02:00
marcin212
e08ec58f3a update peripheral blacklist
Added hidden block from railcraft to peripheral blacklist.
2014-06-11 02:29:37 +02:00
Florian Nücke
445a95c0be Added blacklist setting to disable single mods. 2014-06-10 18:50:02 +02:00
Florian Nücke
74639c22f7 Some cleanup (tabs -> spaces). 2014-06-10 18:40:52 +02:00
marcin212
21ca02276d ninja clean up 2014-06-04 23:02:30 +02:00
marcin212
3164c691f8 Fixed getTankInfo
It was returning: {n=1}
2014-06-04 22:58:59 +02:00
marcin212
afd7e0fc44 Added support for Thaumcraft aspect container
Added Thaumcraft API
2014-06-03 17:27:42 +02:00
marcin212
ce58f81d1d Added doc for forestry DriverBeeHause.
Added DriverBoilerFirebox for railcraft.
2014-06-03 14:22:36 +02:00
Florian Nücke
8459e8cc05 Little bit of cleanup. 2014-05-30 17:58:02 +02:00
Florian Nücke
9762a31bfa Merge pull request #13 from marcin212/master
Support for forestry and inventory methods enhancement
2014-05-30 17:43:22 +02:00
marcin212
161174480a Fixed:
-method GetStackInSlot
	-method GetAllStacks
	-support for Forestry apiary
2014-05-28 02:16:06 +02:00
marcin212
f9a7818908 Added:
-method GetStackInSlot
	-method GetAllStacks
	-support for Forestry apiary
2014-05-27 01:07:40 +02:00
Johannes Lohrer
4c06cb59e6 blacklisted AE TileEntities for OpenPeripherals 2014-05-25 17:57:26 +02:00
Florian Nücke
b687104aa7 Supressing warning for CC1.5/1.6 if CC1.6/1.5 is present.
Fixed CC1.5 support.
2014-04-13 15:37:11 +02:00
Florian Nücke
c199cbdd37 Backwards compatibility for CC1.5. It's copy-pasta, but it works. 2014-04-05 16:28:57 +02:00
Florian Nücke
21c5cb164a updated to CC 1.6 API 2014-03-29 16:16:42 +01:00
Florian Nücke
8ffb1d210a Merge pull request #3 from Matchlighter/master
Clean up some console spam.
2014-03-26 19:17:12 +01:00
Matchlighter
6097ba1d53 Clean up some console spam. 2014-03-25 22:21:35 -06:00
Florian Nücke
5fcf207ad7 Merge pull request #2 from Matchlighter/master
Made DriverPeripheral compatible with IPeripheralHandler/IHostedPeripheral.
2014-03-25 12:49:41 +01:00
Matchlighter
964f7da719 Made DriverPeripheral compatible with
IPeripheralHandler/IHostedPeripheral.
2014-03-24 19:50:40 -06:00
Florian Nücke
cb75c6e703 removed Atomic Science API since it no longer exists in the latest AS build, OC support will be added directly 2014-03-15 18:49:38 +01:00
Florian Nücke
4a7c981e62 removed conversion stuff in favor of type converters in oc, registering converters for ic2 and te energy items; made a couple of block specific drivers named 2014-03-14 16:06:27 +01:00
Florian Nücke
fcbfc037bb auto-version in mcmod.info 2014-03-14 14:48:28 +01:00
Florian Nücke
74be09d6e4 adjusted paths for gradle; made it build 2014-03-14 14:19:18 +01:00
Florian Nücke
7b28339e7f let the gradling begin 2014-03-14 13:58:50 +01:00
Johannes Lohrer
4be526c6ef added some more mod docs 2014-02-20 00:08:03 +01:00
Johannes Lohrer
ee8b7c2f61 Merge branch 'master' of github.com:MightyPirates/OpenComponents 2014-02-19 20:33:21 +01:00
Johannes Lohrer
7818b69ff7 Added BuildCraft doc 2014-02-18 21:14:38 +01:00
Johannes Lohrer
44f18c427d Doc for AtomicScience 2014-02-18 21:01:35 +01:00
Florian Nücke
b3dae6363c formatting; minor adjustments (returning lists as tables instead of result tuples) 2014-02-17 21:56:38 +01:00
Florian Nücke
c30bae21bc Merge branch 'master' of https://github.com/MightyPirates/OpenComponents 2014-02-17 21:22:07 +01:00
Johannes Lohrer
8dd20ee672 added documentation for AppEng 2014-02-16 23:05:01 +01:00
Florian Nücke
2e69f454ac another false->null/nil 2014-02-16 22:48:51 +01:00
Florian Nücke
0e31b4bca3 added download link (jenkins) to readme 2014-02-13 21:43:10 +01:00
Florian Nücke
13a8b75573 moved all peripheral wrapping logic over to here 2014-02-10 18:23:12 +01:00
Florian Nücke
48d17315fc undid weird replace in railcraft api (wtf?) and some minor cleanup 2014-02-10 03:19:45 +01:00