Are there plans to use a Creative Tab for ARS' items?
Posts by TwoTailedFox
-
-
Does what it says on the Tin. Top-notch work.
-
i will change it in next update 688 are FTB default konfig ID..
Thanks. It's weird mining it, and seeing a completely different item drop.
-
Could you fix how the Monaznit Ore references itself on being mined? The mod references a hardcoded location of 688 when mined, which is a problem if I have to reassign your ID due to a conflict.
-
<Removed, already posted in thread>
-
I had to do that, as ID-Resolver breaks a crapton of my Mod. And not only my Mod. Many Mods break when using ID-Resolver, so i made it crash with a more userfriendly Message than just a NullPointerException.
How does it break it? If it needs your ItemIDs to be exactly as they are, there is a priority system. As it stands, I *need* ID Resolver to make my collection of mods talk to one another (For two reasons, first being I have some ModLoader-only ones, second I have Forge mods that don't hook into Forge's Block allocation system. Not even IC2 does that.). I have never come across a Mod that ID resolver breaks, and I have over 70 installed currently.
As is stands, you are directly impeding my willingness to see what you have created.
-
So the Iridium created in the Overworld and then you put Netherrack around it? Or did you Silktouch the Iridium and put it into the Nether?
That should not be possible in the Nether. Anyways, i will change the Biomecondition of Pyrite to "Hell", so that Mystcraft generates it in its Hellworlds, and i will btw add a non-Hell-Check for all the other Ores (And also a non-End-Check ofcourse).
I will fix that NPE with the Tanks and the Boiler by just putting a try/catch around it as its happening AFTER moving the Itemstack properly, while returning the cost of the Transfer (i will make later proper code out of the returnvalue). I wonder why BC doesnt crash too at that Point, as i tried to do a similar Hack for the Quantumchests as CovertJaguar did for the Boiler.
And the old Enderstorage can still crash, as i try to put the vanilly Enderchest into the Oredictionary. (will add check for that too)
Fenrir: try to do it in postInit. And set your Loadpriority to "dependencies="after:GregTech_Addon"".
Can I get an answer to the following please?
1) What is your opposition to ID Resolver
2) Why have you specifically coded your mod to cause Minecraft to crash if ID Resolver is detected?
-
Sorry about the quote screwing up there, registered now so I can actually edit my posts.
If you have a small installation, I can see how ID Resolver may even seem pointless, but it solves many, many headaches of manually assigning IDs. I have no issue with the author immediately ceasing to answer any problem inquiry with ID Resolver (as is his right), but I do have an issue where a mod forcibly halts operation just because it detects the mod.
If BlockIDs in their current, unaltered form, are *needed* to be the values they are, that can easily be solved anyway with ID-R, by raising GregTech's ID-assign priority.