Commit graph

177 commits

Author SHA1 Message Date
Zixxl 615e96d27f Problem with lowercase on folder 2015-07-07 14:55:59 +02:00
Zixxl e48fcbe438 Moved AuraLogger to command package 2015-07-07 14:49:28 +02:00
Zixxl 47be63311c Factorization rework 2015-07-07 14:17:47 +02:00
Zixxl 39e415b36d Code cleanup 2015-07-07 12:00:17 +02:00
Zixxl 3990a81390 Duplicate & input check for PneumaticCraft 2015-07-06 18:11:37 +02:00
Zixxl 6bf0797054 Changes in ReflectionHelper 2015-07-06 17:42:39 +02:00
Zixxl 17d9b78930 Version update 2015-07-06 16:17:49 +02:00
Zixxl 1239575736 Fixed constructor argument for Pulverizer 2015-07-06 16:17:36 +02:00
Zixxl 22e09c9392 Thermal Expansion Rework 2015-07-06 15:29:24 +02:00
Zixxl 40605f5fa9 Continuing work
- Fixed bugs in BaseMap-Addition/Removal
- Reworked handlers for TE Transposer & Smelter
- Added recipe logging for TE Transposer & Smelter
2015-07-03 17:09:37 +02:00
Zixxl 149d52bb6c Merge remote-tracking branch 'upstream/master'
Conflicts:
	src/main/java/modtweaker2/mods/railcraft/handlers/CokeOven.java
2015-07-01 22:11:41 +02:00
Zixxl 634c222921 Merge pull request #170 from Voidi/master
improved: Railcraft Cokeoven,
2015-07-01 22:01:41 +02:00
Tobias Wohlfarth bb23195bf7 improved: Railcraft Cokeoven, is now Undoable and easier ZenScript functions
modified:   src/main/java/modtweaker2/mods/railcraft/handlers/CokeOven.java
2015-07-01 19:21:53 +02:00
Zixxl 325f4496e4 Added command to print TConstruct recipes 2015-07-01 13:55:19 +02:00
Zixxl 0929891f38 Prevent execution of commands with missing parameters 2015-07-01 12:04:55 +02:00
Zixxl 1e879fc711 Merge remote-tracking branch 'upstream/master'
Conflicts:
	src/main/java/modtweaker2/mods/railcraft/handlers/CokeOven.java

Conflicts:
	src/main/java/modtweaker2/mods/railcraft/handlers/CokeOven.java
2015-07-01 11:16:40 +02:00
Zixxl 0b18e5c12e Added command to print Botania recipes 2015-07-01 11:04:44 +02:00
Jared e84eb65fb6 Merge pull request #168 from Voidi/master
fix #117: Railcraft Coke oven recipe remove;
2015-06-30 22:48:47 +02:00
Tobias Wohlfarth c17791e99c fix #117: Railcraft Coke oven recipe remove; equal() is not the same as isItemEqual 2015-06-30 22:35:17 +02:00
Zixxl a0a8f2f26e Minor improvements for AE2 recipe logging 2015-06-30 18:04:26 +02:00
Zixxl 152fa40b9a Added command to print AE2 recipes
- Added command "/mt ae2" to log all Applied Energistics 2 recipes.
2015-06-30 01:37:30 +02:00
Zixxl f8d537e857 Applied Energistics 2 Fixes
- Fixed getRecipeInfo() for Grinder displayed output instead of input
- Fixed wildcard support for item damage
- Added Botania special flower support
- Tested all AE2 script functions
2015-06-29 17:15:23 +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
jaredlll08 f5034b04d8 No idea why injection adding isn't working.
anyone is free to take a look and give input
2015-06-28 15:29:39 +02:00
jaredlll08 a451413267 work on mekanism, will continue tomorow 2015-06-28 07:05:24 +02:00
jaredlll08 1d14aa1018 IMC support 2015-06-26 18:01:41 +02:00
Yulife 4c5c9fa720 Merge pull request #161 from Zixxl/master
Fix for Thermionic Fabricator Cast removal
2015-06-25 07:50:30 +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
jaredlll08 cc0f2fdc7a Removed the notice thing, wasn' working anyway 2015-06-23 16:03:10 +02:00
jaredlll08 c500a5a580 Made some changes, should help mod authors direct bugs to me 2015-06-19 13:14:23 +02:00
jaredlll08 daddadf7e7 derp 2015-06-19 02:01:03 +02:00
jaredlll08 8ae301084a @coolsquid is nice :) 2015-06-19 01:50:28 +02:00
jaredlll08 31a18e8e8f close #152 close #136 close #74 (maybe should be) 2015-06-19 01:40:36 +02:00
jaredlll08 0843cd0a64 close #147 2015-06-19 00:25:28 +02:00
Jared 801990af69 Merge pull request #153 from Zixxl/master
Reworked BaseListRemoval
2015-06-19 00:22:09 +02:00
Zixxl 2223aecd3e This would have broken a lot of stuff 2015-06-16 19:33:38 +02:00
Zixxl 090e19375a Most classes use getDisplayName() 2015-06-16 17:14:17 +02:00
Zixxl 891ee31ecb Also better logging for AE2 Grind recipe removal 2015-06-16 17:11:37 +02:00
Zixxl e71fd16d11 Some code cleanup for better logging
Somehow related to issue #154. Now you get a correct warning.
2015-06-16 16:25:48 +02:00
Zixxl 5f92f1fc72 Some cleanup 2015-06-16 15:33:46 +02:00
Zixxl 1236d522e8 Fixes for last commit and better logging
- Fixed NoSuchElementException thrown if no recipe is removed
- Added warning, if no recipe could be found to remove
2015-06-16 13:39:12 +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
Jared c7f5a359fb Merge pull request #151 from Zixxl/master
Tweaks for TinkersConstruct casting support
2015-06-12 12:55:08 +02:00
Zixxl 8efaa6c92c Some renaming 2015-06-12 10:38:29 +02:00
Zixxl be54331b31 Bugfix
- Fixed: getRecipeInfo fails for fluids
- More code cleanup for Pull-Request
2015-06-12 10:31:50 +02:00
Zixxl f07b0c014d Some more tweaks
- Code cleanup
- Added ability to remove recipes for a liquid
2015-06-12 10:22:06 +02:00
Zixxl 25da86db52 Don't think we need removeTableRecipes 2015-06-10 18:06:19 +02:00
Zixxl e63d34d5f5 Remove all the recipies for a casting 2015-06-10 18:03:50 +02:00
Zixxl 4b37bbc7b8 Tweaks for TinkersConstruct casting
- Fixed: Script crash if recipe is not present (maybe fixes issue #144)
- Added: Support to remove all recipies
2015-06-10 17:56:55 +02:00
jaredlll08 892524e253 Fixed ex nihilo stuff 2015-06-10 17:11:41 +02:00