Jump to content

SapFireMC

Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by SapFireMC

  1. Then theres something wrong with my forge client. For you, at least it shows the status. My just keeps pinging forever. UPDATE: Seems any forge client wont work. And my minecraft launcher is messed up. Reinstalling minecraft.
  2. Yes, it only happens if you use the FORGE CLIENT. Im testing it out on sixsouls.beastmc.com https://www.dropbox.com/sh/v64co0frhuw280j/AABfQCoUUwuQ1SheHvGK4_Nfa?dl=0 Is the list of the mods required.
  3. AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:ON, BuildCraftCore:ON, BuildCraftTransport:ON, BuildCraftBuilder:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:OFF, PneumaticCraft:OFF Try removing these.
  4. No Im trying to join 1.7.10 servers. Either ways, all servers are "pinging" and it never shows its status. But it works when i go to another client, like 1.8 or 1.7
  5. Alright. If your son doesn't know how to download forge, he most likely doesn't know how to use it. But ok, ill guide you. 1. Make sure you run the version your forge is based on at least once. So if you download forge 1.7.10, you have to run minecraft 1.7.10 at least once so it can download the components needed for forge 1.7.10. 2. After that, open the installer for forge 1.7.10. If it has an issue about java runtime, download the latest java here: http://www.java.com/en/download/win10.jsp 3. Choose client install (Should already be selected) and then click "OK", it should download. 4. After it says installed correctly, open minecraft and drop down profile at the bottom left. 5. It should have a new profile called "Forge". Click on it and run it to install the last few components of forge. 6. To access the mods folder, go to search and type EXACTLY: %appdata% Then press enter. 7. Click on the folder called: .minecraft 8. find the mod folder 9. Put your mods in. (Have to be your forge version! Which is 1.7.10 mods in your case) 10. Relaunch minecraft 11. DONE!!!
  6. Logs doesn't seem that different. But if you want them, here: http://pastebin.com/bH1TW0ws
  7. So I was adding mods to my forge and then tried to enter a server. Too bad all servers says "Pinging". I waited for more than an hour and had enough. I tried to connect to one but it just says "connecting to servers..." Thats the first stage of connecting before "logging on". To make sure it wasnt my internet, I tried to log on the servers with my 1.8 client and it worked! WHY???
  8. You can change it by posting more and more. "Newbie" is an unofficial word meaning that your "new" or "inexperienced" at something. Often used in the internet, this word is a polite way of saying someone is new. "World Shaper" Is just a made up phase that MOST LIKELY means a person who did something that greatly affected something. In this case, its posting alot in the forums.
  9. What happened is that you have some kind of malware/virus that enables when you click on a link. I used to have it until i had a fresh reset which wiped out the virus. It happens 10% of the time but that's alot if you think about it.
  10. So before I started coding, I made sure everything was alright. Of course it wasn't so heres what happened: 1. I started up minecraft. No crash. Well ok, so pre int was working well... 2. I went on to my creative tabs. It crashed. (Bad moment there!) 3. I restarted and tested all my items without going to creative tabs. No crash. So I guess its the creative tabs fault... but I tried it anyways. 4. I realised items and blocks were initialized after creative tabs, so I re-arranged the order. 5. Of course, it doesn't work. WHY SHOULD IT? 6. I could've read the crash log but I don't understand crash logs... they explain things very awkwardly. 7. I ask you for help. Heres the crash: http://pastebin.com/CbzWku96 If you want my source code, ask me. Thanks! ~Sap
  11. Hm... Alright. With all your support im happy to say that i got my entire multitool working! Btw i defined everything in my multishard class, instead of my modded items class.
  12. hm... what are you trying to do exactly? If your trying to make modifications to CodeChickenCore then its not going to work. If your trying to install CodeChickenCore, your doing the wrong thing.
  13. hm... alright. but im not sure how to register/identify 3... are you able to help me make the code?
  14. Nvm I tried to make it public instead of protected, but it didnt work. Error still stayed the same. I realized that because all the other tools class are also protected, but they didnt get a constructor error.
  15. Thanks
  16. So now that i learned about items, i wanted to make a multitool. Alright so i did everything until i got to the class multitool. I figured that all the tools except shears and sword comes from one superclass called ItemTools. So i extended that and make a constructor, but then in my Modded items class, i got an error at multishard = new MultiShard(MultiShard) . The error says that the constructor for my multishard class is unidentified. Please help! Heres my ModItem class: http://pastebin.com/h3gaMezq Heres my MultiShard class: http://pastebin.com/P8r8Av1G Thanks! ~Sap
  17. Yeayea... I figured that out when i said fixed. I just got a little bit confused for a second.
  18. hm... alright. So if i do extract my files in there, would it actually be noticed? Since i dont even know if they are connected or not(But i am guessing they are since it is getting its data from gradlew anyways.). So if it is true that that is where its stored, how do you find it? Heres my current guess: return RefStrings.MODID + ":textures/models/armor/JadeArmor1"; Of course that didnt work, so how do you exactly find it? Sorry but this is very important to me.
  19. Alright will try Thanks!
  20. Yes, this may sound very stupid. But I cant find the minecraft assets. I dont mean the assets from my mod, i mean the ACTUAL minecraft src. I know its in my forge mod folder somewhere, but i just cant find it. Ive seen many people get it from entering src,resource and assets. But for me, i dont have a asset folder that has the entire minecraft src. If your curious on what im doing, im trying to add textures for my armor. But since theres only a items and blocks folder, i can only put my armor with the minecraft armor folder. If anyone has an alternative, please say it. AND make it specific, step by step. Thanks! PS: this is my first post
×
×
  • Create New...

Important Information

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