Jump to content

ArgoEclipse

Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by ArgoEclipse

  1. it is basic in all lowers yes
  2. HOLY CARP i just had the biggest mind derp ever. thats your signature lol (c++ am i right?)
  3. Basic Java Bud. This is not a java school IF you are that far in kenneths tutorials then you should be starting to pick up on it (just some constructive criticism) 1) You main mod file is hideous (i hope you do not c/p, that is a bad practice) 2) You lack in basic Java 3) I hope you know its Purple 4) a bad package for your mod is com.mod.Mod (don not use a website if you do not have one) Good Stuff 1) you are diligent
  4. No, this is a mod, not plugin.
  5. Forever unsolved :'(
  6. 1.6.4 yes could it be a forge bug?
  7. well it is kind of self explanatory that the error had the / gone of i removed it, so yah and my file is at (from desktop) C:\Users\Studio\Desktop\MasterModding\Master\forge\mcp\src\minecraft\assets\basic\textures\blocks\block_blender.png
  8. same exact thing
  9. Well i did what you said and it still isnt working
  10. Exactaly what i showed in the error Simple java states that io paths can be defined with or without the start / who knew i would teach the person helping me
  11. thanks but thats not the problem
  12. Thanks for the Time, My problem is when i try to place my custom rendered block, it gives me the error (in the console) I have been trying to get it fixed (no lie) for like 5 hours now. I am about to pull my hair out so please help! Render Class (what binds the texture and where the error is coming from) Please Help! Thanks! (doge coins to anyone who helps)
  13. block class
  14. I dont crash, but it says this in the log, why is my custom rendered item getting this and then a missing texture? 2014-01-21 21:16:28 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/items/MISSING_ICON_ITEM_756_null.png 2014-01-21 21:16:28 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_514_block_blender.png
  15. You sir are the only one to help me on this simple little thing for only missing cube. i love you lol
  16. use this MinecraftForge.setHarvestLevel(0, "sheers") let me know how that works out
  17. Why is this happening? my classes: Base mod class https://gist.github.com/anonymous/37d607a470077f37d40e Render Class https://gist.github.com/anonymous/3edead49ac583f219324 Block class https://gist.github.com/anonymous/4464d86876c95898102f i can provide any others
×
×
  • Create New...

Important Information

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