Jump to content

CraftyPuffin

Members
  • Posts

    36
  • Joined

  • Last visited

Everything posted by CraftyPuffin

  1. I did them but then it gives me a whole lot of errors in that file lol I guess im forced to put slabs on hold *Sighs* thanks anyway tho I guess ill tweek my mod as it is now with like 300-400 new blocks/items lol post it tomorrow or next day see how it goes!
  2. Will. Intended too before i started. Still want help. Atleast for slabs then ill finish up my mod and post it. No more "Go learn java" comments. Ether Send a helpfull reply in slab department or just dont. Getting anoyed ill be looking into java tuts tomo.
  3. Grand cause i try not to fall into flame wars Sweet ill definetly look at them in the morning my head is melted atm lol Much apresiated for the link BUT i still want help :3 (Im a very stubborn person but i do intend to learn java properly I just wanted to get slabs doors and fences sorted before i moved into other projects )
  4. Lets not start a flame war. Im asking for help not to be discouraged... Or point me in a direction for VERY good java tutorials that will help me? (Yes i can do this on my own but you might know a solid place with excellent java tutorials (Non minecraft java i mean))
  5. I figured out steps on my own with the minor help of pointing my attention to "Block" since my only problem with steps was i was extending block not BlockStairs and then it worked fine, there was no tutorials for steps from what i could find all im asking is for help on slabs since i cant figure out what i need to change in the side class. I just need a working example, but i do intend to learn java properly i just want to get 15% of this mod finished so i can post it and see how well it can do, seeing blocks work and other stuff was very encouraging. Anyway maken this mod is still learning java, figureing out problems is widening my outlook on the codes i just cant figure out slabs.
  6. actually if theres a updated tutorial on maken slabs that would help greatly. I know how to make tools, armor, ore generation, smelting, items, food, plants and flowers, steps and maybe something else i cant think of right now. I just need pointers or a tutorial or updated examples. Im not a dumbass show me once and ill probally know how to update ect.
  7. I might me maken a java mod but doesint always mean the one maken the mod knows this stuff lol im letrally new to this and i only know what i know from tutorials for miencrasft only lol asume the worst! Also i took out abstract didint notice it was there and it keeps telling me to add it Still a noob any more help about maken slabs mate?
  8. Iv been able to create steps and iv moved onto slabs, i basicly took minecrafts slabs and figure out all the red errors but in the core class: Block RedStoneSlab = new MeetTheMod_B_Slab(RedStoneSlabID, MeetTheMod_A_SUPER_CORE.RedStone, 64).setResistance(0.8F).setBlockName("RedStoneSlab"); This in red says it cant Instantiate the type MeetTheMod_B_Slab and it confuses me... Heres the class file i took from the soruces: http://paste.minecraftforge.net/view/ca9d6134 If you know my problem can you just stupify it for me? tell me were to go what to change or direct me to a working tutorial <3 thanks in advance!
  9. Ah i see were i went wrong after 20 minutes of pondering about the block thing lol My side class extended Block i changed it to Extends BlockStairs and now they work fine Thanks for the help if thats were you were talking about lol if not i think id still be clueless
  10. Can u help this helpless amature out and pin point paste were i have to change please
  11. Findthis package in eclipse asuming your useing that: net.minecraft.item And open up the file called EnumToolMaterial. This is were the tools power comes from. read the NOTES under the materiel types and you should be able to change the existing tools power and durability. If you need help doing that just ask.
  12. Bump* Please I have a personal deadline and i need to know how to fix the crashing problem when i palce the steps in a world everything loads fine its just when you right click the steps down Poof Crashy crashy......
  13. Are you trying to make a new item or do you want the existing hoes to be better and stronger ect?
  14. Iv been trying to configure steps into my mod with the blocks i have created which is over 100 new blocks so i need alot of stairs and stuff lol Ok so my game loads up fine i can see the steps in creatice and there texture i can hold them in my hands fine, i can even toss them on the ground but as soo n as i right click palce them CRASH im not overly sure i guess i need to modify the stairs class a specific way and i dont know hwo to do that yet but heres source codes: Steps Core: Solved Steps Base Copy: Solved Error Log: http://paste.minecraftforge.net/view/120576be Thanks in advance, I hope for a quick fix cause i have 100 steps slabs fences minor coloured doors to code in first stop is steps.
  15. Ok in my previous forum i had a weird shutting down error so i removed all my new code i added to day and game laoded the new worlds fine so i put the new code in its own core file and its pin pointing my crafting recipes for weird reason i dont see the error so heres the error log and soruce code............... Error Log: http://paste.minecraftforge.net/view/9ddb6840 Source: http://paste.minecraftforge.net/view/15e07c22
  16. Ok discovered a slight error in eclipse before i open a world it says this: But before i added in a new chunch of code i never touched anything its displaying everything has its own name and item/block code i thou-rally checked this time... Edit New Crash log: New Crash Log 2: Last Run error log:
  17. Im maken my own miencraft mod a big one i may add but im getting some weird error That i dont understand >.< Ok My Mod has NO errors. It loads up minecraft no problem. But when i create a new world to test my mod with the new stuff iv added it gets past generating world and then it goes to a blank dirt screen and 30 secands later it says ""Shutting_Down_Internal_Server"" And my eclipse doesint display an error of WHY it seems to be crashing so i have no error log to go off or paste in for yous so im hoping this is a quick fix. I have looked for the error in this forums but i cant seem to open the topics >.> Clicking the topics to read them only brings me back to before i clicked it
  18. Wait i figured it out............ Im so stupid ill edit in 5 minutes. EDIT: Ok my problem was i tend to copy and paste code and edit the items.blocks with what i want to add in but i failed in the 20ish lines i created: this.WarpedGunPowderID = config.getItem("Sapphire", "item", 4204).getInt(); Notice i still have sapphire in this code thats why its conflicting >.< Amatures UNITE!
  19. Still a total amature but it feels like... since i have every item with a different code that the cfg file needs to be manually changed but theres nothing there. what i means to me is somewere theres ids that are the same but in a else were file. yes no?
  20. Honestly i diidnt think i needed to post my source code this time lol and i feel ever so uncomfortable doing it aswell for ovious reasons >.> but i guess fudge it lol.... this is 8% of my mod from the Massive plan i have to learn D: Souece Code: Edited out figured out the problem Raw Meterial "Items": Edited out figured out the problem 30 new Items new file: Only thing different in this is the creative destination, it didint do anything sigh As for the error:http://paste.minecraftforge.net/view/dc5acfdf
  21. Ok right to the point........ I made like 30 new items but for some bashed up reason there conflicting with my raw meterial items the items that drop from ores or when you smelt an ore u obtain a meterial but heres my problem.... In the "Your_Mod_Name_file.cfg" When i open it with Notepad++ Its empty so i can edit or change ID codes for items that see mto be overrideing each other. Does anyone know wtf is going on? Last time i posted a problem here that file had all the ID codes for items and blocks and it sovled my problem but now its pernamently empty i even reinstalled forge full and oviously copying my src folder to paste back in >.< Anyone know wtf id be greatfully apresiated.
  22. Iv been looking around for a tree tutorial but unable to find one or one that works if anyone can link me to a video of a working tree tutorial or would be kind enought to post basic tree modding code that would be awesome Core class codes and side .class code would be appreciated. or if i have to mod base class files name them out and be specific by posting lines i should add in to make my own trees? and how to add them to biomes thats what ill be learning next i need trees, im learning thigns in a certain order this is stopping my production in my mod. thanks in advance.
  23. Thanks for all your help dudes Ill be back with another problem soon im sure Consider this topic El-Locko!
  24. for some weird reason when i posted my last reply i was booted offt he site for ages >.> but yea i edited the number and saw that i had a item term in the block code i was like *FACEPALM* Probally would have noticed if i could get on this site faster but i thank you guys for your massive help tho i now understand some of the code more and i now know were to go if i get some weird id code error :3 I love yous now i gota fix textures >.> my client loads perfectly now with all 19 ores tools and armors and blocks SUCCESS! now texture fixing and i can finally after 3 days progress with my big ibg mod! But im sure ill be back here with another problem Much love to you guys any suggestions on what to add into my mod wud be awesome IV already got big plans from certain mobs and other stuff Hopefully people who get stuck like me find this Omg i feel like a car has been lifted off my back now so much relief
×
×
  • Create New...

Important Information

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