Jump to content

KingYoshiYT

Members
  • Posts

    91
  • Joined

  • Last visited

Everything posted by KingYoshiYT

  1. That did not work either! Could it be a bug with forge 10.13.0.1179?
  2. Only half of the chat message seems to appear lime green! What do I need to add to this code? This is how it is right now! MinecraftServer.getServer().getConfigurationManager().sendChatMsg(new ChatComponentText(EnumChatFormatting.GREEN + player.getDisplayName() + " successfully completed the 'Poop Eating Challenge' and was rewarded an emerald!!"));
  3. I fixed it! I made one of those irritating small errors, I put the semi colon in the wrong place!
  4. Okay, i will try and find that code now
  5. I am having an issue with the hitEntity method, please can you show how you did it so I can compare to see where I went wrong
  6. I also would like it to be craftable to only certain users!
  7. Do you know the link cause I cannot find him
  8. I'll take a look, thanks
  9. Hello, I have made a custom staff and when i hit a player with it I would like to give them instant damage and blindness! What code do I need to add to make it do that? http://pastebin.com/ZDHKXU1v
  10. I do prefer video over text
  11. Does anybody know any youtubers that do 1.7 modding for minecraft? If so please can you comment a link to them. Please do not suggest Wuppy as I do not understand much of what he says!
  12. Thanks, it is all working now!
  13. Main- http://pastebin.com/ikbvPgu6 Block- http://pastebin.com/WEMVb3Gu GuiHandler- http://pastebin.com/GHvS0uZU GuiYoshiOven- http://pastebin.com/16uj4CPz
  14. From which class? YoshiOven, GuiYoshiOven, ContainerYoshiOven, TileEntityYoshiOven or my main one?
  15. My custom furnace will not open on right click! Please can someone help me! If you need a certain bit of code to see, let me know so I can post it!
  16. Nevermind, it turns out I forgot to delete a part of the code I removed from my mod! I have fixed it . Thanks for trying to help though!
  17. 1 min, I will try and find out
  18. I dont know
  19. All here- http://pastebin.com/MFv4HyTX
  20. If anybody understands what this crash log is saying is wrong, please tell me! http://pastebin.com/s1vwzTsV
  21. Hello, what code do I need to add to make the custom message appear lime in chat? The code is below! ------------------------------------------------------------------------------------------------------------------------------------- super.onFoodEaten(item, world, player); if(!world.isRemote){ player.dropItem(Items.emerald, 1); MinecraftServer.getServer().getConfigurationManager().sendChatMsg(new ChatComponentText(player.getDisplayName() + " successfully completed the 'Poop Eating Challenge' and was rewarded an emerald!!"));
  22. Thanks, and I won't copy and paste!
  23. @shieldbug1 I am looking for videos
  24. Which part of it contains the dimension code and portal code? I cannot find it
  25. Do you know any with a simple dimension code?
×
×
  • Create New...

Important Information

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