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