Commit graph

410 commits

Author SHA1 Message Date
TheDoctorSoda
ca3cd6d4f8 Scrapbox JEI handler and modified some scrapbox recipes
This is my first JEI handler, kinda just stole it from the compressor. hope I did good?
2016-03-06 22:23:25 -08:00
gigabit101
02ac62a180 Started Recycler 2016-03-06 23:15:28 +00:00
gigabit101
90f5d77a41 Finish on Iron furnace
Added Jei support to Iron Furnace
2016-03-06 19:59:39 +00:00
modmuss50
7a5c7df9c2 Standalone Cable items 2016-03-06 14:51:13 +00:00
gigabit101
fcb8cc0a8e Compressor Jei Support 2016-03-06 13:33:35 +00:00
gigabit101
391b28e50f Added Extractor JEI support thanks @mezz for making this so easy :) 2016-03-06 13:20:38 +00:00
modmuss50
e3c150c06e Inital cable rendering
This only took 2 hours :/
2016-03-05 10:48:13 +00:00
modmuss50
0b04bb8c69 Some more work on rendering 2016-03-04 19:47:08 +00:00
modmuss50
5e82463330 Initial port of cables from kotlin 2016-03-02 16:29:51 +00:00
modmuss50
7d37157c08 Fixes #303 2016-03-02 13:52:17 +00:00
modmuss50
6de20dcba1 Fix crash with temp thaumcraft integration 2016-02-29 13:30:14 +00:00
modmuss50
e680f3fb1f Updates, and re added support 2016-02-29 11:20:40 +00:00
mezz
11a31e7bcd Fix #359 JEI Alloy Smelter is not showing stack amount required 2016-02-27 00:51:39 -08:00
gigabit101
6549282ea0 Cleaned up imports 2016-02-26 13:03:30 +00:00
modmuss50
ba19a60fcc Revert "Disabled WAILA support till lag fix"
This reverts commit 9c5aaae874.
2016-02-25 17:35:47 +00:00
gigabit101
cebb49555a Added grinder jei support 2016-02-25 13:17:33 +00:00
gigabit101
9c5aaae874 Disabled WAILA support till lag fix 2016-02-25 13:17:17 +00:00
modmuss50
46cdf8f587 Fixes to configs, optimise imports. 2016-02-24 08:18:21 +00:00
modmuss50
c3f85c7347 Fixes #323 2016-02-20 20:07:05 +00:00
modmuss50
1f59226e01 Add some stuff, that does things 2016-02-20 19:46:18 +00:00
modmuss50
71c2bfee7f Moved power system to RC and spawn trees in groups 2016-02-20 16:59:31 +00:00
gigabit101
4521008c73 Merge branch '1.8.9' of https://github.com/TechReborn/TechReborn into 1.8.9 2016-02-20 01:08:22 +00:00
modmuss50
575150edf3 Fix jei log spam 2016-02-20 01:03:37 +00:00
gigabit101
aa41d576e3 Merge branch '1.8.9' of https://github.com/TechReborn/TechReborn into 1.8.9 2016-02-20 00:58:02 +00:00
gigabit101
8ad4a45716 Added basic Grinder 2016-02-20 00:57:57 +00:00
modmuss50
a76384504f Rubber Trees 2016-02-20 00:55:18 +00:00
modmuss50
c9fad62ed2 Merge branch '1.8.9' of https://github.com/TechReborn/TechReborn into 1.8.9 2016-02-19 20:32:35 +00:00
modmuss50
9268fa4d55 1117 lines of new recipes?
Added a new recipe manager to allow us to list the missing items that need to be reimplemented.
2016-02-19 20:32:26 +00:00
mezz
a1ef232b38 Update JEI, minor clean up of JEI integration 2016-02-17 23:44:15 -08:00
mezz
e4af69e861 Update JEI & Forge, add recipe click areas and rolling machine transfer 2016-02-01 17:59:23 -08:00
mezz
a00543c67d Update to latest JEI 2016-01-06 00:46:23 -08:00
mezz
686dd71caf Add rolling machine recipes 2015-12-31 03:20:04 -08:00
mezz
090de63608 Add Vacuum Freezer recipes 2015-12-31 02:27:07 -08:00
mezz
ad0b45cd2a Add industrial sawmill recipes 2015-12-31 02:11:24 -08:00
mezz
123042a069 Refactor setting recipe items for JEI 2015-12-31 02:10:57 -08:00
mezz
3fde850448 Add Industrial Electrolyzer recipes 2015-12-31 01:40:56 -08:00
mezz
ef1ee67c06 Change blast furnace recipe in JEI to crop out the power icon 2015-12-31 01:26:26 -08:00
mezz
6ce72c8339 Fix oreDict support for recipes in JEI 2015-12-31 01:25:54 -08:00
mezz
aed7b5c0c4 Add implosion compressor recipes 2015-12-31 01:07:35 -08:00
mezz
5addee32e6 Add grinder recipes 2015-12-31 00:56:09 -08:00
mezz
c187f931ce Add chemical reactor recipes 2015-12-30 23:30:09 -08:00
mezz
bb82e2cfb2 Add centrifuge recipes 2015-12-30 23:13:02 -08:00
mezz
ff571d5444 Add blast furnace recipes 2015-12-30 22:28:58 -08:00
mezz
05d8a5c787 Add assembling machine recipes 2015-12-30 22:28:39 -08:00
mezz
4b804c3521 Add alloy furnace recipes 2015-12-30 21:17:20 -08:00
mezz
202555b4ac Add RecipeTransferHandler for FusionReactor 2015-12-30 20:20:36 -08:00
mezz
181498e132 Clean up JEI Integration 2015-12-30 20:09:06 -08:00
modmuss50
1c28fa6e0a Revert "Disable BOP support to try and fix gradle crash"
This reverts commit 13f3d5757f.
2015-12-30 23:57:06 +00:00
modmuss50
13f3d5757f Disable BOP support to try and fix gradle crash 2015-12-30 17:17:16 +00:00
modmuss50
54817286e6 Revert "test to fix build issue"
This reverts commit eed1a7a719.
2015-12-30 17:09:17 +00:00