Jump to content

skyfir3

Members
  • Posts

    53
  • Joined

  • Last visited

Everything posted by skyfir3

  1. Can you give me an example of the basics? I also have an update on the Helmet.class
  2. So im working on a mod where a full set of the same type of armor should become invisible when the player is invisible. Im only interested in how i make the armor invisible Helmet.class
  3. How do i add a tag beside the a player name when equipping armor?
  4. The title says it all
  5. Im looking for someone good at making minecraft item and block textures. I have max 300 items/block/armor/logo that needs a better texture. Send me a message and i'll ask for an item texture, just to check if your good to go
  6. Oh lol i forgot. I changed it from "!worldIn.isRemote" to "worldIn.isRemote == true" and now it works
  7. They are in my ClientProxy.class But nothing happends when i open book in server
  8. how do i do it in the ServerProxy? ItemBook.class ServerProxy.class Proxy.class Server doesn't crash, but nothing happends when i right click the book
  9. The problem now is how do i open my book gui without using the Minecraft.class. ClientProxy.class
  10. I though i would be something with the Minecraft.class cuz both of them used it. Thanks! I got it running
  11. Seems that when i start up server on eclipse, it crashes and when i remove the registration of textures and server side gui it works. ClientProxy.class and ServerProxy.class TextureManager.class called in main class When i remove these lines, then the server works.
  12. Is it the same as in 1.7 or does it have any changes?
  13. I saw a YouTub vid of your mod, so I know now how it looks.
  14. Do you have a pic of how the book pages looks ingame? I want to know what I am doing
  15. Thank you had to do some changes
  16. How do i make a custom book with information and pictures about how to get started with the mod? Just like tinkers construct
  17. How do i spawn an item in the player inventory when spawning in world?
  18. I knew i could do that, but wondered if there is another way But if that was the answer then i guess i have no other choice
  19. This is absolutely broken. Do not use it. You must add recipes in preInit/init ONLY. I just found that once and thought it could maybe work Never tried it
  20. Is there a way to merge normal water block with a custom block? So when i place it, it is no "air" around the custom block.
  21. this is something close to it https://www.youtube.com/watch?v=jXhGdAw_QKE
  22. thank you! Now i got that solved
  23. Can't remember but something with EnumRarity Modding on 1.8 and the code there is Check in the ItemGoldenApple.class, golden apple name is colored
  24. How do i disable tree/ore/plant generating in superflat world? Is there a code for it? if(world.superFlat)? If the code exists i can use it to disable generations in my GenerationHandler.class
  25. I found out I had to add something from the BlockBush.class BlockBush.class MyBlock.class
×
×
  • Create New...

Important Information

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