AlexIIL

Results 259 comments of AlexIIL

I think it's probably a good idea if I copy-paste what I'm doing for BuildCraft ATM, since simple pipes is basically completely unoptimised. ```java public void readTravellingItem(NetByteBuf buffer, IMsgReadCtx ctx)...

> Huh interesting approach. Why did you drop the Supplier from BC1.12? Which would be just a holder to ensure if it isnt present the server gets time to deliver...

The option currently does NOT exist. But good idea. Also, while your here, can you open any more issues with suggestions? (This is your second issue, and they seem separate...

Ok, its added in AlexIIL/BetterLoadingScreen_1.7@f000d7a7ac8bd78f105d8d687b89d24f867f2eb3 . What you have to do is add this: ``` { "type": "CLEAR_COLOUR", "colour": "aabbcc" } ``` To the images.json file. (Where the aabbcc is...

Is that ok with you or would you like something to be changed about it?

BTW if your impatient (as I wont be uploading the finished version until tomorrow) you can grab the version at https://drone.io/github.com/AlexIIL/BetterLoadingScreen_1.7/files (The site I use to auto-build the jars)

That saves me having to test it outside my dev environment :)

That sounds really strange... Did you screen compare it to a background of FDFDFD or did you use some sort of eyedropper tool from a painting app to tell the...

Ok, I looked at my code, turns out I was dividing by 0x100 rather than 0xFF, so the values could never be exactly 1... Basically its fixed. Hopefully its only...

That's strange. If you enable Advanced Tooltips (F3+H) do the facades show `NBT: 1 tag(s)` or not?