Aryanna Morgan
Aryanna Morgan
That would definitely be useful. Until/unless it's implemented and released, I can write a perl script to make the recipes for you. Tell me what recipe(s) you're trying to make...
Nil sheen, [here you go](http://pastebin.com/UdnfBaSz).
Got a [proper script](http://ix.io/mKL/perl) written up now. You can [copy and paste it](http://ix.io/mKL) or pull up a command line and run `curl ix.io/mKL > expander.pl` for a local copy. Runs...
The error is on line two. Format is `:` so the error is in `KappaPC.zx` on line `2`. Specifically, it seems to be expecting a `:` somewhere and not finding...
When you change the name of the liquid by the method you described, does WAILA's in-world display show the liquid with the new name or the old one?
That would probably depend on NEI, requiring a potential change to their API.
If it's possible to change the name in the fluid registry AND have the change propagate to things like fluid containers and NEI/WAILA, that'd be really neat. But (and I...
It's a pretty good idea, and should certainly be possible. Hook into the living entity death event (don't remember the name, _not_ pulling up Eclipse for this one thing) and...
I don't _think_ it's implemented yet, but it should be possible to implement.
The example was `if "IC2" in loadedMods`, your syntax is completely different. Maybe that's the problem?