Jump to content

briman0094

Forge Modder
  • Posts

    12
  • Joined

  • Last visited

Everything posted by briman0094

  1. I updated the live demo. The buttons look WAY better and the <hr/> tag looks better too. There're also changelog buttons but they don't do anything yet.
  2. Thanks! You can tell what version of Minecraft it's for by looking at the version number: 4.0 is for 1.3, 5.0 is for 1.4, and 6.0 is for 1.4.2. If I get access to their buildscript I can put in a tooltip or something that specifies exactly what MC version it's for.
  3. I've been working on a new style for the files.minecraftforge.net website since Jenkins is going down and the current files page is pretty freakin ugly. This makes it more "newbie-friendly" so that new modders (who were probably redirected there by MCP) don't get intimidated. OvermindDL1 and I are going to work on getting this up fairly quickly and making it the best possible experience for the users. Here's an interactive demo: http://www.briman0094.com/forgedemo
  4. I just modified Forge to allow a modder to add custom tabs to the creative menu. The system works flawlessly as far as I can tell (yes, I tested it...). The modder just has to declare an instance of CreativeTabs with the index and name they want, then add a localized name similar to how you add names to Blocks and Items. The tab then shows up in creative mode and the modder can use Item.setCreativeTab(theirNewTab) to categorize their new items and blocks. One problem: I have no clue how to set up a pull request. Yes, I just modified the entire creative inventory system but I can't figure out pull requests. This is slightly embarassing . Can somebody give me a push in the right direction (or maybe a pull? ) on how to set up and submit a pull request with my new code changes? Thanks!
  5. Also, make sure that your Tekkit server and client are both using the same version of Forge. In otherwords, make sure you're using the latest dev build (I laugh at that all the time) of Tekkit for both the server and client.
  6. Self-explanatory. Update your graphics card driver. What graphics card do you have anyways? I've never seen this before.
  7. Thanks for the reply, but I needed #299 for the prerelease of ComputerCraft and for RailCraft. Jenkins is back up (AFAIK) so I got it all squared away.
  8. I'm probably being a bit impatient, but I just updated CC and RailCraft and when I went to update Forge, I couldn't get any reply from Jenkins at all. Chrome sat spinning for about 2 minutes and then came back with "Webpage not available". Any word on it coming back up, or is there another place I can temporarily get a newer Forge version? EDIT: Now it's "replying", but very slowly...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.