Jump to content

rex41043

Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by rex41043

  1. The idea behind modders world is that forge mod makers can sign up to have there mod on the server. the good thing about this is that we not only post the error logs to the public BUT that the mod will be used by a mass of players. this means that it will be well tested so you can find bugs and fix them fast. but i still know your asking 'rex what can this offer me as a modder?' well i am glad you asked as i told you we post all error logs to the public allowing mod makers to find bugs in there mod and fix it. This server is for the 'little guy' no big time modders allowed! this server is for modder noobs like my self so this server will allow for high use of the mod, and that's great for testing! i thank you for your time Feed back is welcome! the server is not yet public as we are setting up some stuff such as chest locking homes spawn etc. How do i sign up to have my mod on the server?
  2. Adding a potion effect to a peace of armor? can it be done if so what's the best way to do it.
  3. Ya, i see it too but I dont know how to use it ether
  4. Aaaa so that's what I was missing the server proxy
  5. I'm not sure what I need to do to my mod to make it work on a server can eny one help?
  6. ya that's is where i got the idea for it to... let me gess direwolf20?
  7. How can you make a animated texture for a item and/or block? Not too sure what is the best way to do it.
  8. ya I am doing that now BTW I hate when laptop's brake down
  9. Techcraft By rex41043 Want to keep up to date on the mod's development progress? then you can go here to my development blog: http://blackholegaming.com Dev team: Downloads: Crafting:
  10. I was thinking of making some armor for my mod that's speeds you up and stuff like that do you think having it do potion effects on you is the best way to do it?
  11. I'm not too sure how to do this I have try but it wont work.
  12. so, best thing you can do is just play(that's what she sed) with the code.
  13. Hmm, did you make it to me compatable with multiplayer?
  14. Doing some thing like that whould be pritty much be re-makeing the crafting thing
  15. So, sort of like the Micro blocks for redpower 2?
  16. This flower gen code make a lot of errors when you try to make a new world. Not sure why is do's this: for(int j=0;j<1;j++){ int XcoordGeneFlower = blockX + random.nextInt(16); int ZcroodGeneFlower = blockZ + random.nextInt(16); int YcoordGeneFlower = random.nextInt(256); (new WorldGenFlowers(sciencecraft.sciencecraftGeneFlower.blockID)).generate(world,random,XcoordGeneFlower,YcoordGeneFlower,ZcroodGeneFlower); } and here are all the errors it gives (it is a bit)
  17. I'm trying to work out how to get a item left form crafting like a bucket say that you put in a bottle of juice and I want to have it put a normal bottle back in it's place can some one help me with this not sure what to do.
  18. How can I put some thing in my mod that will give me or some one else on a list a cape? not two sure what to do for some thing like that. and have it get the cape sprite/pic form a website eg: http://somewebsite.com/cape.png
×
×
  • Create New...

Important Information

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