Commit graph

236 commits

Author SHA1 Message Date
Yulife d01634d421 Enable Modifier Handler 2015-09-25 16:10:53 +02:00
jaredlll08 163b4e732b Revert "Update Transposer.java"
This reverts commit 7cb0cc499f.
2015-09-23 23:15:27 +02:00
Yulife 7cb0cc499f Update Transposer.java 2015-09-23 23:01:38 +02:00
Yulife 137a334965 Update Smelter.java 2015-09-23 17:52:02 +02:00
Yulife 4607835f4b Update Smelter.java 2015-09-23 17:49:30 +02:00
Yulife b584f86b0f Update Smelter.java 2015-09-23 17:47:38 +02:00
Yulife c98252609a Update Sawmill.java 2015-09-23 17:43:49 +02:00
Yulife 655d7779b0 Update Insolator.java 2015-09-23 17:41:32 +02:00
Yulife 282fb7a319 Update Pulverizer.java 2015-09-23 17:41:12 +02:00
Yulife 3ea99014f6 Update Insolator.java 2015-09-23 17:38:50 +02:00
Yulife 2713f3d647 Update Reaction.java 2015-09-18 22:03:45 +02:00
Yulife 9b7f8fd1fa Update Combiner.java 2015-09-18 20:04:58 +02:00
Yulife a6fe1cf8e2 Update Combiner.java 2015-09-18 20:02:33 +02:00
Yulife f041156c7e Whoops 2015-09-04 00:10:57 +02:00
Yulife 29a40d4d67 Update Carpenter.java 2015-09-04 00:08:38 +02:00
Yulife fe52e2ad88 Update SlagFurnace.java 2015-09-03 20:22:24 +02:00
Yulife 1a09d9f115 Mod Command Polishing
The mod string for the command is now called after the package of the
mod in the
https://github.com/jaredlll08/ModTweaker2/tree/master/src/main/java/modtweaker2/mods

The [FILTER], or now called [HANDLER] got renamed to the Handler Java
classes for each mod.
2015-09-02 18:45:34 +02:00
Colin Webster 4cff02c675 Updated ToolStats based on new TConstruct API
ToolMaterial constructor in TConstruct API was updated to have a color
passed in instead of an ability. Old set method was kept but marked as
deprecated in case users have existing scripts.
2015-09-01 22:16:40 -05:00
jaredlll08 b6f24781f1 IC2C main class 2015-08-17 00:03:49 +02:00
jaredlll08 4874711364 IC2C Recycler 2015-08-17 00:00:49 +02:00
jaredlll08 58843d5ab0 IC2C OreWashing 2015-08-17 00:00:43 +02:00
jaredlll08 1e14b75840 IC2C MetalFormerRolling 2015-08-17 00:00:36 +02:00
jaredlll08 955e08ad61 IC2C MetalFormerExtruding 2015-08-17 00:00:28 +02:00
jaredlll08 7f9c6e6c5f IC2C MetalFormerCutting 2015-08-17 00:00:17 +02:00
jaredlll08 ae7491b8d3 IC2C BlastFurnace 2015-08-17 00:00:08 +02:00
jaredlll08 87538a2a5e IC2C blockCutter 2015-08-16 23:51:48 +02:00
jaredlll08 3f17aa2c86 IC2C Blast Furnace 2015-08-16 23:51:35 +02:00
jaredlll08 8086960f4c IC2C Compressor 2015-08-16 23:44:59 +02:00
jaredlll08 29c3db694f IC2C Centrifuge 2015-08-16 23:44:51 +02:00
jaredlll08 d9a9d920d0 IC2C Extractor 2015-08-16 23:41:34 +02:00
jaredlll08 afc9d8ac7f IC2Classic Macerator 2015-08-16 23:30:06 +02:00
jaredlll08 05b7da8a7b Remove Terra Firma Craft Support 2015-08-16 22:02:10 +02:00
jaredlll08 91498597cc QED support, updated some mods 2015-08-16 21:41:14 +02:00
Yulife 28b835e733 Update Insolator.java 2015-08-16 16:47:39 +02:00
Yulife 4e7da8fa84 Update Insolator.java 2015-08-16 16:38:50 +02:00
Zixxl fd71e7253c Merge remote-tracking branch 'upstream/master' 2015-08-13 10:28:52 +02:00
Zixxl 8eb85f1022 ExNihilo fix
- Heat sources can't be removed (Issue: jaredlll08/ModTweaker2#225 )
2015-08-13 09:16:25 +02:00
Yulife 8c974ec7e9 It's Orechid. 2015-08-05 08:55:33 +02:00
Zixxl 326156ecdb Added missing import 2015-08-03 17:45:39 +02:00
Zixxl e79a0fb1c4 Changed reference to correct recipe map 2015-08-03 17:37:05 +02:00
Zixxl f559f476d4 Merge remote-tracking branch 'upstream/master' 2015-08-03 17:34:33 +02:00
Zixxl 91f47fc994 Added missing Annotation 2015-08-03 17:34:16 +02:00
Yulife 6fd85cbd10 Return of Hidden Research and Item in Entries
These changes were taken from the old repo. I have no idea if those
actually work yet if the mod even builds with them :)
**Changes:**
-Botania Lexicon Entries now take an ItemStack to display the ItemStack
on the side when looking into the Lexica
-Hidden Research with triggers for Items, Entitities and Aspects
2015-08-01 12:55:03 +02:00
Tobias Wohlfarth 3316f0b90d Merge branch 'forestry_rework' 2015-07-28 21:48:05 +02:00
Tobias Wohlfarth 371658c9b3 fix: remove (for now) Stacksize comparison
modified:   src/main/java/modtweaker2/mods/forestry/handlers/Squeezer.java
2015-07-28 21:40:01 +02:00
Tobias Wohlfarth 380ea8a2f9 add: Moistener fuel support
modified:   src/main/java/modtweaker2/mods/forestry/handlers/Moistener.java
2015-07-28 20:46:23 +02:00
Tobias Wohlfarth 27e4fffd07 add: Fermenter fuel support
modified:   src/main/java/modtweaker2/mods/forestry/handlers/Fermenter.java
2015-07-28 20:41:56 +02:00
Tobias Wohlfarth c0df1733da imporved: Forestry Carpenter
modified:   src/main/java/modtweaker2/mods/forestry/handlers/Carpenter.java
2015-07-28 20:39:21 +02:00
Zixxl a4b2d47f74 Removed unused import 2015-07-27 08:58:47 +02:00
Zixxl e9cdbfba92 Revert "Removed unused import"
This reverts commit 6cbc1ff102.
2015-07-27 08:56:20 +02:00