Henry Loenwind

Results 151 comments of Henry Loenwind

Oops, sorry I seem to have forgotten to reply here. Painted items contain more information than is stored in the placed down blocks. They also have data that is needed...

The code is there in vanilla/Forge, too: ![image](https://user-images.githubusercontent.com/1485873/72210372-9ebd7800-34ba-11ea-9a13-4998133b4281.png) and is documented: ![image](https://user-images.githubusercontent.com/1485873/72210400-0c69a400-34bb-11ea-81d5-60b7129fdd09.png) But absolutely nothing but the ChunkProvider accesses that field: ![image](https://user-images.githubusercontent.com/1485873/72210388-e47a4080-34ba-11ea-8803-fb2a7ab0734f.png) Also, queueUnload() is called: * When a player...

If the chunks are unloaded properly when moving away, this sounds more like a vanilla or Forge bug. There's absolutely no indication that a mod should check that field in...

Is this a request for a config flag to disable registering the Alloy Smelter recipes with TiC?

Ok, so your issue is that TiC doesn't de-duplicate recipes it gets from different mods. For that you'd need to talk to the TiC people. We only send our recipes...

for reference: https://github.com/SleepyTrousers/EnderIO/blob/master/enderio-base/src/main/java/crazypants/enderio/base/paint/PaintUtil.java#L87

( https://github.com/SleepyTrousers/EnderZoo/blob/master/src/main/java/crazypants/enderzoo/entity/EntityFallenMount.java#L42 needs init)

Feel free to find out why the existing icons are not working before making new ones...

https://github.com/SleepyTrousers/EnderZoo/blob/master/src/main/java/crazypants/enderzoo/entity/EntityDireSlime.java#L108

We'd need to runtime-patch Tinkers to do so. I'd be easier if they'd fix their mattock to report that is is effective on dirt when being asked.