Jump to content

Dmitchell94

Members
  • Posts

    32
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Dmitchell94's Achievements

Tree Puncher

Tree Puncher (2/8)

2

Reputation

  1. The method setIndependent() is undefined for the type Achievement So if that is no longer defined and i can not figure what replaced it
  2. Here is a copy of my achievement class: For some reason since the update the achievments have been erroring and i can not figure out why
  3. 9.11.1.965 was the version I was using. Also what is this new Gradle thing?
  4. Hey guys recently reformatted my computer and was just setting my forge environment back up today. got java installed and the path set eclipse set and downloaded forge src for 1.6.4 but when i ran the install this error message was displayed: Download of minecraft_server.1.6.4.jar failed hash check, deleting abcf286a14f7a ee82e8bf89270433509 ba3145656b1480122bd8759cecd7b7a1 Something failed verifying minecraft files any idea what could be causing this problem and how i could fix it?
  5. ok well from talking here and with a few other devs it sounds like though it is possible there isnt a "clean" method of doing it so i guess i will hold off till the main features of the mod is done and I actually have some time to create this effect
  6. what about shaders or a client side only method? "Magic spells has a spell called lightwalk and server side only it places glowstone under your feet an makes the torch give off light while in hand client side." -Rainfey or do they use the same method as you? (havent looked at there code yet was just told this he thinks they use shaders or client side only.) Just trying to find a plausabile method that doesn't cause much lag.
  7. Hmmm seems like it would cause lag not sure if its worth adding the glow if its gonna lag much. Adding this mod to a 94 mod modpack so lag is a very big problem. I may try it and see its impact but this definitely is not a smooth feature.
  8. Hey guys, Im trying to make a set of tools that actually give off light while they are in your hand but after looking around trying to see if it was even possible I didn't come up with anything. Does anyone know if this is possible and if so could you point me in the right direction?
  9. What version of Forge and Minecraft are you using?
  10. Ok so fixing that mistake has not been so easy.
  11. WOW!!!!! of course its something so simple that I look right over it
  12. My original attempt was similar to that though it would only show up as redstone wire. Which is why i attempted this method which is working most of the way. I am trying to see how Redstone Wire handle the textures and i may try there method. To be honest this has been the most difficult code I have ever worked on and its starting to get frustrating how I can not figure out why it is not working.
  13. Hello. I am creating a BlueStone alternative and am having some trouble with rendering. I got some help on this topic and rewrote the code for the rendering which fixed most of the problems but I am still having one major problem in which at all times the BlueStone wire renders as BlueStone_Wire_Cross.png and does not render as a straight line or turns. Someone suggested it may be a IBlockAccess Error and I do use IBlockAccess but am still having some problems any ideas? I am fairly new to Mod coding and some of this confuses me so any help is welcome RenderBlueStone_Wire.java BlueStone_Wire.java If needed i can post the client and the common proxy as well.
  14. I am Developing the BlueStone mod and would like to get the modder status.
  15. ok so you also want to create a new tool and add that to each tool set? to define what its made of you would just use the enumtoolmaterial but to actually define the tool and how it can be used you have to create a hammer class. once you actually define the hammer you can then create diamonhammer.java and use extend hammer to define create the tool for each type of tool material. look at how minecraft creates there tools and base your base hammer off of it. this would save you from creating the same tool for every tool material and would give you one spot that the hammers core code is and then you could use the enumtoolmaterial to define the material used to make it and its strength and uses
×
×
  • Create New...

Important Information

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