Commit graph

587 commits

Author SHA1 Message Date
Jared
1d2fd590d1 fixed refinery percentage 2018-01-06 05:38:42 +02:00
Jared
550465e625 Version push 2017-12-29 03:41:54 +02:00
Jared
68c6e7fea3 updated to gradle 4.2.1 2017-12-29 00:09:01 +02:00
Jared
33c71a34f1 Added Tcomplement support closes #541 2017-12-28 21:47:00 +02:00
Jared
c5a174d213 Merge remote-tracking branch 'origin/1.12' into 1.12 2017-12-28 19:26:25 +02:00
Jared
63fab91cad Added support for Alchemical Imbuer and Arcane Ensorcellator (Closes #570) 2017-12-28 19:16:04 +02:00
Jared
e54538a0a3 Added refined storage support (closes #562) 2017-12-28 18:39:37 +02:00
Jared
46fd4c029c code cleanup 2017-12-28 18:10:16 +02:00
Jared
5b88914cf1 Fixed botania support (closes #569, closes #573, closes #447) 2017-12-28 17:51:41 +02:00
tgstyle
65c7c87f05 Add Pyrolysis methods to Redstone Furnace (#564)
Tested with

mods.thermalexpansion.RedstoneFurnace.removeRecipePyrolysis(<minecraft:coal>);
mods.thermalexpansion.RedstoneFurnace.addRecipePyrolysis(<minecraft:redstone>, <minecraft:coal>, 3000, 250);

path

patch
2017-12-24 19:09:13 +02:00
Jared
52c0e1bc27 Added Orechid Ignem support 2017-12-13 14:01:40 +02:00
Jared
0fdbdcb6bb Cleaned up code to use the Action lists 2017-12-13 14:01:29 +02:00
Jared
e728e146de Formatted the botania PR 2017-12-13 13:40:37 +02:00
Jared
bf7a279f4c updated mods 2017-12-13 13:09:08 +02:00
Brennan Ward
fbb7b33866 Botania Support (#556)
* It turns on and it might work idk

* actually register

might need to be moved to @ZenRegister but I don't really understand
that rn

* move to @ZenRegister

* names

* fix removals being broken entirely and add tests

I think jared is going to hit me with a hammer for not using the late
system in place, but I tried rewriting the IActions to work like that
and uh... Fire everywhere.

* runnable was a better idea

* manually log stuff

* remove printlns from commands

also format because everything is a mess right now between old/new
formats.  Only formats the botania package.

* Add describes

also switches messages to links to the crt log

* minor issue
2017-12-13 13:08:18 +02:00
Jared
e473d50000 update mods
BWM is still causing it to crash..
2017-11-23 21:42:07 +02:00
Jared
73d5cba02c close #553 2017-11-19 18:45:19 +02:00
Jared
4400f023f3 Version push 2017-11-10 02:26:12 +02:00
Jared
1dc06b278d Renamed IMaterial to ITICMaterial 2017-11-07 18:43:49 +02:00
Jared
fbd580df40 Added TiC Material editing 2017-11-07 16:42:02 +02:00
Jared
d52985d65c Added Entity Melting to TiC 2017-11-07 16:41:37 +02:00
Jared
c694716325 Fixed forestry support Close #549 2017-11-07 14:10:19 +02:00
Jared
2f195bc2f7 version push 2017-10-27 23:39:41 +02:00
Jared
711b8861d1 Merge remote-tracking branch 'origin/1.12' into 1.12 2017-10-21 23:14:10 +02:00
Jared
b61f5e857d made action errors log to the log file 2017-10-21 22:49:39 +02:00
Jared
058fae0ed9 fixed import 2017-10-21 17:59:22 +02:00
Jared
390a12a084 Added AA Oil Gen support 2017-10-19 16:35:06 +02:00
Jared
8d22d2fc07 Added AA Mining Lense support 2017-10-19 16:14:47 +02:00
Jared
8fd88bf79f Added TE error messages when recipes aren't found for removal 2017-10-19 14:50:20 +02:00
Jared
82a8068d11 Added TE Infuser support 2017-10-19 13:37:35 +02:00
Jared
eaee9690c8 Added TE centrifuge support 2017-10-19 13:25:30 +02:00
Jared
5fc286a301 Added TE Transposer support 2017-10-19 12:57:05 +02:00
Jared
bc86f677f6 Added TE furnace support 2017-10-19 00:40:09 +02:00
Jared
2d98a1ff40 Added TiC Fuel Support. Close #537 2017-10-18 23:34:44 +02:00
Jared
8032c04ccd Added remove via input to TiC handlers. Close #540 2017-10-18 23:15:48 +02:00
Jared
e388b29edb Fixed saw addition erroring 2017-10-18 23:15:20 +02:00
Jared
4f061aa2d1 Fixed BWM removal. Closes #542 2017-10-15 23:39:01 +02:00
primetoxinz
7ff5ae09c4 Fix Anvil shape creation. Add oredict to Saw and Kiln. (#536)
* Update Anvil compat.

* Fix Anvil shape creation. Add oredict support to the Kiln and Saw
2017-10-12 12:48:38 +02:00
Jared
75bcfd9469 version push 2017-10-07 00:30:14 +02:00
BloodWorkXGaming
c733b76773 Some fixes to XU2 and Forestry integration (#531)
* Added TiC melting

* updated mods and added extrautils2-1.12-1.6.1.jar

* Added ExtraUtils2 Support

* Optimized imports.

* partial forestry support

* finished forestry support

* deleted old reference files

* fixed a few requested things.

* changes to respect class moves to mtlib

* fixed wrong item output being displayed in the log

* Fixed Carpenter recipe removal not working

* Fixed null error in Squeezer

* Fixed Still

* Added ability to customize fluids (non glass fluids) in the Thermionic Fabricator.

* fixed resonator not removing recipe

* added lust for actions in init for testing

* Fixed doc comment on fabricator, fixed crusher and resonator not removing reliably

* improved debug output and removed testing stdouts

* slight getRecipeInfo improvement
2017-10-07 00:14:14 +02:00
Jared
4ff62f75af moved to maven for crafttweaker 2017-10-07 00:12:21 +02:00
BloodWorkXGaming
f2b3a7193b Added Extra Utils and Forestry support back (#527)
* Added TiC melting

* updated mods and added extrautils2-1.12-1.6.1.jar

* Added ExtraUtils2 Support

* Optimized imports.

* partial forestry support

* finished forestry support

* deleted old reference files

* fixed a few requested things.

* changes to respect class moves to mtlib
2017-09-18 17:23:00 +02:00
Jared
a797c65e91 Added TiC melting 2017-09-15 18:21:51 +02:00
Jared
e9c943d5e1 added casting recipes 2017-09-12 23:46:32 +02:00
Jared
226e2b5284 Added Alloy support 2017-09-09 01:10:52 +02:00
Jared
998af08f76 Started working on TiC 2017-09-08 22:58:52 +02:00
Jared
022153d81a update crT 2017-09-08 22:58:20 +02:00
Jared
8f79356150 Version push 2017-09-07 21:06:03 +02:00
Jared
da4f635f09 Fixed BWM 2017-09-07 21:05:09 +02:00
Jared
02cbd3a90a Fixed incorrect error message 2017-09-06 20:19:37 +02:00