Tobias Wohlfarth
4bea2e5fc9
Update for Forestry 4; Forestry-Dev.jar is now included via gradle
...
fix #252
2015-10-14 22:55:26 +02:00
Tobias Wohlfarth
b6e08eb8cf
fix: Forestry Squeezer - better logging
2015-10-07 21:53:13 +02:00
Tobias Wohlfarth
b5d326a666
fix: Forestry Still - better logging
2015-10-07 21:53:13 +02:00
Tobias Wohlfarth
40f7110c91
fix: Forestry Still - removeRecipe now respects optional second parameter; Fluid Inputs filter moved to ActionClass
2015-10-06 22:56:43 +02:00
Tobias Wohlfarth
5d713248c6
fix: Forestry Thermionic Fabricator (Casting) - OreDict support
2015-10-01 19:29:15 +02:00
Tobias Wohlfarth
27cc26335c
improved: Forestry Squeezer - bring back the addRecipe variant without itemOutput
2015-10-01 18:43:16 +02:00
Tobias Wohlfarth
b45ff6ad01
fix: Forestry Still - @Optional ILiquidStack input in removeRecipe is now checked against match
2015-09-29 21:51:50 +02:00
Tobias Wohlfarth
1657ae25ad
fix: Forestry Carpenter - made the Input liquid really optional
2015-09-29 21:50:26 +02:00
Yulife
0c6a470a69
Fixes, Optionals, Moves and Polishes for Forestry!
2015-09-26 22:42:47 +02:00
Yulife
09d23b503f
Update gitignore and update all libs...
...
...except ChickenBonesLib and BloodMagic as I couldnt find those :)
2015-09-26 15:21:41 +02:00
Yulife
aec13da277
Commit 5
2015-09-26 13:22:04 +02:00
Yulife
d88df32fdd
Commit 4
2015-09-26 11:27:19 +02:00
Yulife
ccd9a73ece
Commit 3
...
@Voidi did you forget the "int chances" in the new method by any chance
or why weren't they there?
2015-09-26 11:11:22 +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
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
Tobias Wohlfarth
7f42a0b2cc
improved: Forestry Squeezer
...
modified: src/main/java/modtweaker2/mods/forestry/handlers/Squeezer.java
2015-07-20 00:13:30 +02:00
Tobias Wohlfarth
79021f05e5
fix #188 : change in getRecipeInfo from getPlan() to getRecipeOutput()
2015-07-15 22:41:26 +02:00
Tobias Wohlfarth
c6f31249f5
Merge branch 'master' into forestry_rework
...
Conflicts:
src/main/java/modtweaker2/mods/forestry/handlers/Centrifuge.java
2015-07-15 16:52:30 +02:00
Zixxl
2dd8e910f4
More Logging rework
2015-07-09 11:28:40 +02:00
Tobias Wohlfarth
e2a402db43
fix: Forestry Centrifuge - ignore input stacksize, same behaviour as forestry internal works
2015-07-07 16:42:30 +02:00
Tobias Wohlfarth
23e362c5d2
fix: Centrifuge Recipe removal
...
modified: src/main/java/modtweaker2/mods/forestry/handlers/Centrifuge.java
2015-07-07 16:42:30 +02:00
Tobias Wohlfarth
4126c64792
fix: modified mods.forestry.Centrifuge for newest Version of Forestry API
...
new file: libs/forestry_1.7.10-3.6.1.18-dev.jar
modified: src/main/java/modtweaker2/mods/forestry/handlers/Centrifuge.java
2015-07-07 16:42:30 +02:00
Zixxl
da33cc6fab
ModTweaker2 Rework
...
- Revised base classes for IUndoableAction
- Reordered lots of code, so stuck actions should be less frequent
- Added wildcard support to many "remove" methods
- Started working on exist & duplicate checks
2015-06-29 16:36:35 +02:00
Zixxl
dded005201
Fix for Thermionic Fabricator Cast removal
...
Fixed removing a cast from Thermionic Fabricator will lead to a
ClassCastException exception
2015-06-25 00:16:48 +02:00
Zixxl
de099e4798
Reworked BaseListRemoval
...
- Fixed various crashes if no recipes are removed and the undo method is
called (e.g. on /mt reload), adding a null object.
- Added option to remove more than 1 recipe with BaseListRemoval
- Cleanup of some classes which are extending BaseListRemoval
2015-06-16 12:11:20 +02:00
Tobias Wohlfarth
0cc7032a0d
fix : #97 add items to list for Forestry Squeezer filtered input
...
modified: src/main/java/modtweaker2/mods/forestry/handlers/Squeezer.java
2015-03-23 02:02:19 +01:00
jaredlll08
25feee0162
Smeltery fix and various others
2015-03-17 23:07:19 +02:00
Tobias Wohlfarth
4e80e22c53
fix : #80 cant remove ThermionicFabricator recipes
...
modified: src/main/java/modtweaker2/mods/forestry/handlers/ThermionicFabricator.java
2015-03-05 00:41:10 +01:00
jaredlll08
e238d545a6
ninja close #77
2015-02-25 13:47:16 +02:00
jaredlll08
f024a39179
Merge remote-tracking branch 'origin/dev'
2015-02-21 18:10:10 +02:00
jaredlll08
ec562b62ea
This closes #17 and closes #58 , I tested and it worked using the script given
...
Also changes like all packages
inb4 "jared changes a package name in ModTweaker2 breaking compatability
with everything" drama tweet.
2015-02-20 23:57:32 +02:00