Commit graph

284 commits

Author SHA1 Message Date
Zixxl 0929891f38 Prevent execution of commands with missing parameters 2015-07-01 12:04:55 +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
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
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
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
Yulife df829478b8 Revert "whoops"
This reverts commit 16d32dc620.
2015-05-03 15:04:29 +02:00
Yulife d3ac446690 Revert "RemoveAll function for loot tiers"
This reverts commit b699a3a176.
2015-05-03 15:04:25 +02:00
Yulife 16d32dc620 whoops 2015-05-03 14:13:28 +02:00
Yulife b699a3a176 RemoveAll function for loot tiers 2015-05-03 14:07:46 +02:00
jaredlll08 69a449a6bc pls work 2015-04-29 17:03:57 +02:00
jaredlll08 1e86cbb545 Another potential fix 2015-04-29 16:54:13 +02:00
jaredlll08 9a3241220e potential fix for some issues 2015-04-29 15:31:06 +02:00
jaredlll08 7dffebf5f6 Adde AE2 grinder 2015-04-28 12:31:19 +02:00
Turkey 6f47542c30 - Added Ex-Nihilo unregisterAll options for the sieve 2015-04-26 22:14:35 -04:00
Turkey 45da0643bd Merge remote-tracking branch 'upstream/master' 2015-04-26 21:49:53 -04:00
Turkey 9cda6d7450 - Updated Mekanism jar
- Small fix for coke oven recipe adding
2015-04-26 21:47:30 -04:00
jaredlll08 72eab097c8 Thaumcraft loot Bags! 2015-04-24 23:36:03 +02:00
jaredlll08 53a906e38d Merge remote-tracking branch 'origin/master'
Conflicts:
	src/main/java/modtweaker2/mods/exnihilo/handlers/Sieve.java
2015-04-24 23:27:18 +02:00
jaredlll08 0f461a7815 Fixed a few mods reloading 2015-04-24 23:25:07 +02:00
Turkey 80f03ba32b - Updated all exNihilo mod hookins 2015-04-19 22:18:05 -04:00
Yulife c757841e06 Merge pull request #115 from 3TUSK/master
Add basic support for TerraFirmaCraft
2015-04-19 10:20:14 +02:00
3TUSK 504f150711 Finally! 2015-04-18 18:39:26 -04:00
3TUSK 78d97bd885 I think I finished...! 2015-04-18 14:24:35 -04:00
3TUSK 726dda30c9 Add loom and fire pit support
Also minor tweak
2015-04-17 21:00:22 -04:00
3TUSK a6d9ccc489 Wrong javadoc text
just fix wrong description…
2015-04-16 22:36:06 -04:00
3TUSK c993642aab Initial finishing remove function
Untested.
2015-04-16 22:20:26 -04:00
3TUSK 1729312f5c Initial start TerraFirmaCraft support
TweakedFirmaCraft!
2015-04-15 23:37:30 -04:00
Turkey 9cfadada68 - Fixed the ability to add custom recipes for the exNihilo Sieve 2015-04-14 17:15:24 -04:00
jaredlll08 bd16c93254 Updated some mods \o/ 2015-04-14 00:09:11 +02:00
jaredlll08 8fa42fd771 I may have lied... @joshiejack 2015-04-13 23:02:34 +02:00
hilburn 2cc4aff86b Mek v8 2015-04-07 23:16:53 +01: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 e0b56a73ca Close #58 2015-03-19 12:55:04 +02:00
jaredlll08 d7bb1f005f Close #64 2015-03-19 12:15:17 +02: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 0c257cfd9f Fix AE2 2015-02-25 21:51:27 +02:00
jaredlll08 df9ca0fd1a Fix AE2 inscriber 2015-02-25 21:02:47 +02:00
jaredlll08 e238d545a6 ninja close #77 2015-02-25 13:47:16 +02:00
jaredlll08 c13c297749 @joshiejack is a scrub who doesn't know how a for loop works... 2015-02-24 22:48:59 +02:00
jaredlll08 aeb42cd64e Aura Cascade support! 2015-02-23 14:42:40 +02:00
jaredlll08 d35d9b1f69 Update Thermal Expansion 2015-02-22 18:34:06 +02:00
jaredlll08 1a8d2c6cac Fix TE not working 2015-02-22 15:23:40 +02:00
jaredlll08 cb9ece6e1f Fix Rune Alter and Inscriber callers 2015-02-22 14:45:28 +02:00
jaredlll08 b90e99bf0d close #69 2015-02-22 14:16:10 +02:00
jaredlll08 991b37a588 Close #70 2015-02-22 14:02:26 +02:00
jaredlll08 dd69536606 closes #34 2015-02-22 01:23:09 +02:00
jaredlll08 b970140f69 mcmod.info update 2015-02-22 00:16:55 +02:00
jaredlll08 ba5f035af8 remove dead code 2015-02-21 23:45:07 +02:00
jaredlll08 24b41792d0 update Thermal expansion to new alpha/beta/the latest one 2015-02-21 23:32:06 +02:00
jaredlll08 f024a39179 Merge remote-tracking branch 'origin/dev' 2015-02-21 18:10:10 +02:00
jaredlll08 affd82eac4 Removes dead method 2015-02-21 01:18:26 +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
jaredlll08 4fd2551072 applied energistics tests, not working please hep 2015-02-14 19:11:38 +02:00
Tobias Wohlfarth a403b8c15c fix: Yet another Carpenter bug
modified:   src/main/java/modtweaker/mods/forestry/handlers/Carpenter.java
2015-02-11 20:08:49 +01:00
jaredlll08 67a1cccaef sigh 2015-02-06 17:49:30 +02:00
jaredlll08 2278ad1db2 again... 2015-02-06 17:31:06 +02:00
jaredlll08 037af5364f When removing recipes, it removes all instances of the recipes 2015-02-06 17:14:15 +02:00
jaredlll08 380559fdb8 Fixed slag furnace, put in some extra checks for crucible, vat and smeltery 2015-02-06 14:40:33 +02:00
jaredlll08 ca726b2b9a sigh... 2015-02-04 01:49:32 +02:00
jaredlll08 2e1215fc93 Im new to reflection! okay? 2015-02-04 01:29:33 +02:00
jaredlll08 72590e79f5 [FRSTRY@1.7.10-3.3.0.452-unstable] { Issue #35 } Use Reflection to add boxes to carpenter 2015-02-03 23:26:42 +02:00
jaredlll08 4a5f4d62ba STOP! 2015-02-03 22:21:23 +02:00
jaredlll08 a1999c739f updated a few mods, added a new command... made the entitymappinglogger output entityid as well(not tested) 2015-02-03 21:02:45 +02:00
Tobias Wohlfarth 3e070271b1 fix: add liquid to Forestry Carpenters internal tank filter, so new liquids are accepted
this time via relfection and hopefully working
modified:   src/main/java/modtweaker/mods/forestry/ForestryHelper.java
modified:   src/main/java/modtweaker/mods/forestry/handlers/Carpenter.java
2015-01-26 21:27:46 +01:00
Jared 95e83bae85 Revert "fix: add liquid to Forestry Carpenters internal tank filter, so new liquids are accepted" 2015-01-26 22:14:51 +02:00
Tobias Wohlfarth b9805b2209 fix #41: Forestry ThermicFabricator function name changed to removeCast
modified:   src/main/java/modtweaker/mods/forestry/handlers/ThermionicFabricator.java
2015-01-26 16:16:12 +01:00
Tobias Wohlfarth 58d8f432c8 fix: add liquid to Forestry Carpenters internal tank filter, so new liquids are accepted
modified:   src/main/java/modtweaker/mods/forestry/handlers/Carpenter.java
2015-01-26 16:11:24 +01:00
Tobias Wohlfarth af9578e09b fix #36 : make Yulife happy 2015-01-25 20:35:52 +01:00
unknown 8e00a7c035 Aha! Finally figured out why research removal was glitchy! 2015-01-24 14:25:28 -06:00
unknown f2f79cf576 Lets see if this fixes the research removal. 2015-01-24 13:47:53 -06:00
unknown 7864466187 Added the ability to add/remove chisel groups 2015-01-23 22:54:20 -06:00
unknown 975a8e3fe5 This will allegedly help fix the chisel api. 2015-01-23 22:04:41 -06:00
unknown 3b5eef999b Refactored commands to their own class in prep for fixing command loss 2015-01-23 22:04:02 -06:00
unknown 9d95d0f63e Chisel now can add and remove from the output. Need to figure out what is up with the input. 2015-01-23 18:10:17 -06:00
unknown 03c8e6cb80 Removed references to internal chisel code. 2015-01-23 17:27:47 -06:00
unknown 1e4339299d Renamed the entity aspect commands 2015-01-23 17:17:03 -06:00
unknown fbea82bc59 Renamed transformations to variations and fixed adding variations when the variation didn't already exist. 2015-01-23 17:13:02 -06:00
unknown 9f71834a5a Typo! 2015-01-23 15:33:28 -06:00
unknown e52a9b7a58 Improved the chisel variation logger, fixed an issue with the chisel commands, and made the aspect logger a bit nicer internally. 2015-01-23 15:27:21 -06:00
unknown ad35d12c44 This... might? fix the jenkins build errors? Maybe? 2015-01-23 15:20:23 -06:00
unknown c50f58b481 Added /mt AspectList which lists items/entities and their aspects. I also moved the thaumcraft research command to .command for standardization. 2015-01-23 15:03:28 -06:00
unknown f17f6f35bf Fixed horrible slowness in the chiselVariations command. 2015-01-23 14:10:27 -06:00
unknown c66ecdcf29 Fixed MAJOR bugs in the thaumcraft aspect system. Hope this fixes things. 2015-01-23 14:01:10 -06:00
unknown fac954f5b9 Renamed mobs to entities because it includes non-mob entities. 2015-01-23 13:43:22 -06:00
unknown f874d651e4 Fixed a concurrent modifier exception. 2015-01-23 13:17:38 -06:00
unknown cf32ed48a9 Added first trial of chisel support 2015-01-23 13:08:15 -06:00
unknown 5c3a12cb92 First Test for Thaumcraft Entity Aspects. 2015-01-23 11:52:54 -06:00
unknown 03d73b82fb Fixed more Lexicon stuff. 2015-01-23 11:34:23 -06:00
unknown ba9ea0a62a Fixed brewing recipe pages 2015-01-21 16:08:47 -06:00
unknown 74448ce5a3 If the entity exists, you can make the page. Not only if the entity doesn't exist >_> 2015-01-21 15:49:06 -06:00
unknown e97761fe30 Added more commands, updated botania to the (not yet released) api version we need, improved error logging, added lexicon recipe mapping functions, added more sanity checks. 2015-01-21 15:15:42 -06:00
unknown df85abd8c4 Improved error handling for the lexicon commands and functions 2015-01-20 18:02:21 -06:00
jaredlll08 c5a96ec6bb IMC now reads from the scripts folder 2015-01-20 20:23:47 +02:00
jaredlll08 7e549ea01e Fix IMC crash 2015-01-20 20:09:58 +02:00
jaredlll08 e36dd43b18 forestry update 2015-01-20 18:08:20 +02:00
unknown 40a458388e Fixed crash when reloading entries 2015-01-19 18:09:19 -06:00
jaredlll08 5573dda315 Jenkins build and updates t mariculture 2015-01-20 01:10:42 +02:00
jaredlll08 f813a76fb9 real fix... 2015-01-19 17:04:23 +02:00
jaredlll08 94ce04cce7 Fix issue with PC and blood magic 2015-01-19 17:00:42 +02:00
Jared b535d6d6c0 Merge pull request #14 from Voidi/forestry
add: Centrifuge, ThermiionicFabricator(Smelting & Casting) support
2015-01-19 09:29:15 +02:00
unknown 0e4011aa6d Botania Lexicon control features 2015-01-18 16:00:43 -06:00
Tobias Wohlfarth aa9cd8ce47 add: Centrifuge, ThermiionicFabricator(Smelting & Casting) support
modified:   src/main/java/modtweaker/mods/forestry/Forestry.java
modified:   src/main/java/modtweaker/mods/forestry/handlers/Carpenter.java
new file:   src/main/java/modtweaker/mods/forestry/handlers/Centrifuge.java
new file:   src/main/java/modtweaker/mods/forestry/handlers/ThermionicFabricator.java
2015-01-18 05:06:49 +01:00
jaredlll08 fb585819e0 forestry update 2015-01-18 00:34:26 +02:00
jaredlll08 df7c625652 Forestry support!
excluding Centrifuge
2015-01-14 20:50:51 +02:00
jaredlll08 a977368b08 IT LOADS! 2015-01-13 01:47:03 +02:00
jaredlll08 419ac849d0 Initial Comment 2015-01-11 21:59:45 +02:00