Bohdan Yaroslavtsev

Results 10 comments of Bohdan Yaroslavtsev

> Conclusion (needs to be confirmed with a debugger or a closer look): > - All these methods relate to the player taking items out of output slots (crafting or...

Wait, wrong issue, I meant to close https://github.com/devs-immortal/The-Aether/issues/338

> Maybe this could be coupled with the ability to exclude entire folders, either based on the hidden attribute, or based on a prefix dot, like for regular mod jars...

Run `gradlew setupDevWorkspace eclipse` and import again.

I would suggest creating a minimal, empty project similar to Forge MDK, and inside of it, a readme with list where to change things like mod name and modid in...

If someone finds this issue like I did, here's a configuration that worked for me ```xml ``` Inside of the `ExampleMod`: ```java import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class ExampleMod implements...

The file could be wherever you want it to, though in normal applications it's usually put in `src/main/resources` where log4j picks it automatically, so you may choose that, or create...

Rendering code from SimplePipes tank copied without any major changes to my tank has this pixel size issue on west/east sides. It's squished vertically when tank is not full. Like...

Haven't tested whether SimplePipes tanks have this issue, however. There's a chance I've changed something when copying it :/

![2019-07-09_11 04 32](https://user-images.githubusercontent.com/20323084/60875150-93527100-a239-11e9-9e29-6a4d78bfc36b.png) ![2019-07-09_11 04 06](https://user-images.githubusercontent.com/20323084/60875151-93527100-a239-11e9-9508-db01827e22be.png) ![2019-07-09_11 04 17](https://user-images.githubusercontent.com/20323084/60875152-93527100-a239-11e9-851e-a2f294f057d5.png) Yeah, Simple Pipes have this problem too. Maybe it belongs to LBA actually...