Jump to content

xXxKanemanxXx

Members
  • Posts

    65
  • Joined

  • Last visited

Everything posted by xXxKanemanxXx

  1. I don't mean a Potion Effect. Haven't found anything about the AttributeModifiers for EntityPlayers yet.
  2. Hey guys, good to be back to modding in Minecraft. I've thought of something that gives a permanent health boost after being used by the ordinary Minecraft player. Anyone has some advices or hints on doing so ?
  3. Choonster maybe if I post my code it will help to understand my problem
  4. So it's been a long time since I needed your help. I've created an Enchantment which is called Devourer. I want my sword to have that enchant in creative inv and JEI. For that i will need to get the ID of that Enchantment. I've tried the getEnchantmentID(Enchantment) method but it returns actually nothing Edit: I forgot to mention it's in 1.10.2
  5. How can i compile my mod for Java 7 ? The only java i have installed is Java 7. http://puu.sh/gP0Jl/f2c13c4f13.png
  6. I got a problem with building my Mod. the itemsorter class:
  7. post your code in here in a so we can look through your code. And ffs stop creating new posts.
  8. i've casted the heldItem variable now. Now i need to cast the findBlock in a static field right ? but which static field and how ? i know quartzOre is an undefined variable atm
  9. My question now is how will i check for the tool the player is holding ? Can i use the EntityPlayer.getItemInUse Method or is it another method ? Edit: I've tried it like this. Could this work ?
  10. Okay i really don't know how to start... I know you gave me the start already but to be honest... i don't know...
  11. could need some more hints. So i can use GameRegistry.findBlock to get the block. But how do i check now it its the Block i am currently harvesting ?
  12. To be honest with all of you. I'm getting more and more confused while reading Is there a very user friendly tutorial on that ?
  13. Okay but how would i get the Blocks like Certus Quartz Ore ?
  14. So when the Event is fired i am supposed to check for the Block that is currently harvested right ?
  15. But for what would i need the HarvestDropsEvent ? I want to change the HarvestLevel of Certus Quartz Ore so I would be able to mine it only with a Diamond Pickaxe or even higher tier Tools.
  16. Hello Guys, I want to change the Harvestlevel from Certus Quartz Ore and Charges Certus Quartz Ore, which are implemented in AE2. But I could need some hints on that. I think i will need the dev environment from AE2. Greets, xXxKanemanxXx
  17. Hello Guys, My problem is when i try to open my Achievement Page it crashes: My AchievementHandler class: The Initialization of my Achievements and the Page:
  18. FIXED! Just rewrote the Code and it worked. Still don't why these errors occured. Thanks for the not helping!
  19. At first thanks for your reply. Okay i think i've found my problem It was right in the GuiHandler right ? EDIT: Now i've got a new Problem. Thats the first error. here follows the second and the last one i think
  20. hey Guys. when i try to open by GUI i get this error. http://pastebin.com/iEqU7YzX this one occurs when the game gets closed. http://pastebin.com/Jhd6vPSc http://pastebin.com/uvSe80Ca : my Block Class. http://pastebin.com/sKTY42PV : my Tile Entity. http://pastebin.com/FJ6mxWR5: my GUI. http://pastebin.com/H8zD2GkF : my Container. http://pastebin.com/bDmb74rF : my GUI Handler. hope you can help me guys...
  21. I've looked now for 6 hours after waking up. I don't know what to do atm...
  22. I have it already done like that, not all combinations but a few my Crashlog when i'm using it like i've posted it in the first post: My Armor Class:
×
×
  • Create New...

Important Information

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