-
Posts
144 -
Joined
-
Last visited
Everything posted by ScottKillen
-
How can I save some data between minecraft sessions?
ScottKillen replied to nado's topic in General Discussion
get your functions right plz -Lex -
It would be extremely useful to be able to have more control over vanilla mobs and would seem to be a great answer to a vanilla design flaw.
-
It would make it easier to support Sparrow if it were...it seems installing things into the jar is a daunting task for some...
-
@RBD, any chance of adding sparrow to Forge?
-
Just give me the link to your github. In the admin tab, make me (ScottKillen) a collaborator.
-
Interesting idea!
-
Hmmm...probably! I'll try and put something together.
-
That is exactly what the project I linked does.
-
I use TortoiseGit. It works wonderfully.
-
I can help with that, too...any questions, PM me! BTW...I'm a big Somnia fan!
-
Tell you what...if your fork Forge and make the client change, then I will make the server change on your fork and then you can submit the pull request. Will that work?
-
Mods List for Every Servermod using MinecraftForge
ScottKillen replied to avogatro's topic in Suggestions
How would you ensure that you list is comprehensive, given, as you said, that some mods aren't even listed here? -
MALfunction...I don't mind doing this. I'm working on another forge bug fix...then I'll tackle this feature.
-
.gitignore files also work for this purpose. I use these to let me clone my project directly into mcp. The .gitignore files are set up in such a way to ignore the minecraft files. This project uses .gitignore files to great effect.
-
I think it has to do with the way that packages are rearranged during recompilation and reobfuscation... What I mean it that in eclipse, forge is in the net.minecraft.src.forge package. In the compiled game, forge is in the forge package. Try using ModLoader.removeBiome to get rid of the biomes that you don't want to generate...
-
One of the mods that you installed in the jar overwrote a base class required by forge.
-
I Dont Know what I Am Doing Wrong.
ScottKillen replied to Guythatneedshelp's topic in Support & Bug Reports
You are not doing everything right. -
RP2 Deployer can not use IC2 or Foresty items.
ScottKillen replied to bsaksida's topic in Support & Bug Reports
You should try getting support from the various mods first. -
Changing Sound Options Cause Black Screen
ScottKillen replied to Mondevu's topic in Support & Bug Reports
This was the solution for me: http://www.minecraftwiki.net/wiki/Tutorials/Update_LWJGL -
Can Anyone help me. PLEASE. ITS ABOUT FORGE
ScottKillen replied to Skylord's topic in General Discussion
That would explain it... -
"Two Errors" message when attempting to install
ScottKillen replied to Qweffor's topic in Support & Bug Reports
My pleasure. It happens to all of us! And don't morn 4096 id support...it is already in the bleeding edge version of forge. I have seen some issues reported, but it will soon be in the stable recommended version of Forge.. -
You or one of your mods changes the items allowed in Forestry's back packs. When item ID 2683 was added to the config file (.minecraft/config/forestry/base.conf), it was added with an extraneous space... Use NEI to determine what item this is and then, if you did not add it to your Forestry config file, contact the author of whatever mod the item belongs to and tell them about the bug... Forestry does not add anything here and mods should not either...they can use the Forestry API. But if you didn't do it then a mod did. If you are using a mod pack, talk to the author f the mod pack.
-
"Two Errors" message when attempting to install
ScottKillen replied to Qweffor's topic in Support & Bug Reports
Try leaving ModLoader out completely and see what happens. Try this even though a mod says it requires ModLoader. Forge is now supposed to be exactly duplicating ModLoader's functionality. Also, the error message in your first log is caused by something you are installing in your jar file after forge is overwriting Forge's version pb.class (the Block class) You left out the part of the log that lists mods, so you are on your own figuring out which one is doing this... -
"Two Errors" message when attempting to install
ScottKillen replied to Qweffor's topic in Support & Bug Reports
I only have the log you submitted which lists three different forge zip files... MinecraftForge-3.3.7.135-Client.zip minecraftforge-client-3.2.6.130.zip minecraftforge-client-3.3.7.135.zip