This is happened when "Tessellator.instance.startDrawingQuads()" called after "Tessellator.instance.startDrawingQuads()" without calling "Tessellator.instance.draw()" inbetween. Have no idea, why this is happening. I don't think its because of old wire entities. This bug is caused by some custom block renderer, who called "Tessellator.instance.startDrawingQuads()" inside of "renderWorldBlock(...)" function. I did some checks, but couldn't find this mistake in my code.
Posts by Foghrye4
-
-
already tesselating
Could you post a crash log? -
Whoops. Fixed.
-
After doing some testing with Speiger, we found (at least what looks to be) the reason for Uncomplication breaking the Junction Boxes is that they try and send less than 1 EU to the cable, which the classic e-net rounds down and rejects while the experimental one rounds up and accepts. And because the box still technically has power in, but it can't ever eject it out, it's trapped in a case where it won't request more power but also won't empty out. The most logical fix Speiger came up with was the allow them to accept EU if they have less than 1 EU in, rather than if they've got none at all. Could you do this?
Wow, you and Speiger have done a lot of job, thank you. Yes, i can do that. -
I added null check on renderer. This should solve a problem. As well i checked compatibility with latest GT6 and it seems everything working fine.
-
I can include the scripts if you want.
Yes, i would like to. Its a null pointer exception caused by missing NBT tag in itemstack. I use exactly same NBT tag system for durability as it is in GT5.different durabilities and to be in different GT tool (ore) dictionaries.
Is reason of such adjustments a high durability of tools from IHL in GT recipes? May be i should decrease it for GT recipes? Or a reason is that my tools somehow make a shortcut in GT tech tree? -
Thinking about it, I do have Aroma's Uncomplication installed for the old E-net, guess that's the reason it's screwing up if it works fine without it?
Yes, it seems so. I did test now. -
Any ideas to why this happens?
Have no idea.
You can see how i tested your issue in related attachment. Everything works fine for me. BTW currently i'm working on remaking flexible cables technology. Make them craftable from listed materials (obtainable if molten fluids is registered within Forge)Silver(158,1000),
Copper(175,100),
Gold(220,100),
Aluminum(270,100),
Magnesium(440,100),
Iridium(474,1000),
Molybdenum(540,1000),
Tungsten(550,5000),
Zinc(600,100),
Nickel(730,5000),
Bronze(990,100),
Iron(1000,5000),
Platinum(1080,5000),
Tin(1130,100),
Steel(1300,5000),
Lead(2080,100),
Antimony(3400,5000),
Manganese(4300,5000),
Constantan(5000,5000),
Titan(6000,5000),
Mercury(9540,-10),
Castiron(10000,5000),
Nichrome(11200,6000),
Bismuth(11800,5000),
Graphite(80000,10000),
Coal(400000,10000),
Uran(29000000,5000);
Made uninsulated wires placeable in world and zap living creatures (currently working on special effects). So old cables will be missing. Tell me how much EU was and now in batboxes on your screenshot. -
What measure did actually get rid of Spambots here btw?
First post premoderation. -
The texture of the progress arrow is on the GUI texture, but because the progress of the machine made it overflow past it's width, it wrapped back around and started pushing the rest of the GUI texture along.
Now i've got it.Quote from Minecraft -
When you forget to tell it to output and reset
I don't get it. It seems like a some texture should be rendered here, but it rendered in wrong position and size. -
What is Switch and how do one tinker with it?
I made a video here:
https://youtu.be/aPS9VAB5Yw8
Does it help? (Start from 13:33 if you doesn't saw it already).Switch is a device, that allow to transfer up to 8 relay signals with special cable. Links between contacts is established by simply clicking on them. Net works completely accurate "as-IRL" principle. To make device emit redstone signal you have to connect both contacts of slot with detector cable in it to positive and negative battery contacts. You can do it thru external IHL data cable and/or splitter cable in slot. Each slot represent one side of switch box. And i mixed up top and bottom side icons. Not a big deal, nobody knows how and what for to use switch box.
-
And all cables are red, does it intended to be like this?
Good day to you too. No, it doesn't intended. Thank you and thank A. Bear Hamman, all fixed. -
If found a exploit for ya, Gyubnera ore when placed and mined gives xp again, also with it dropping as an ore block should it really give xp in the first place?
Well... no. -
Yes, i can do that. Btw. i noticed that the rubber tree sap centrifuge recipe you add returns plastic. In GT5.09 that results in an exploit, since that recipe allows to go around the new plastic production.
Roger that. Will fix this.
EDIT: OK, everything is ready from my side. As well fluid "molten.rubberwithsulfur" renamed to "molten.rubber". Vulcanized rubber foil now registered in ore dictionary. Cables with insulation from non-vulcanized rubber now crafted with raw rubber. Extruder and wooden rolling machine now use raw rubber dust instead of IC2 rubber.
If you find anything else - just tell me. -
-
Do you know that you are an Ad?
Sorry, didn't watched last South Park episode. I drop it after Game Of Thrones themed episode.
EDIT: I've got it. Ad, advertisement. When you click on related link, you did not get directly to screenshot, getting into page full of ad instead. I will use attachment instead. -
This is what i have got (attached screenshot related) while experimenting with Minecraft network. There should be an empty space here. Seems like all GT ores turned into IHL Evaporators. I guess, i should remove TE'es from chunk data as well...
-
I play in Single Player. not server
From a certain version of Minecraft it uses internal server to run single player game. -
Thank you!