Jump to content

TheRPGAdventurer

Members
  • Posts

    642
  • Joined

  • Last visited

Everything posted by TheRPGAdventurer

  1. I fixed it line 17 and 18 I changed both to 1.8.
  2. at what line notepad++ I mean is it line 32 or 48 somethin like that.
  3. also it says use source 8 or higher.
  4. What's up with it stuck in compileJava and build failed
  5. Just finished my mod but will plan to release more updates. How do I convert it to a jar?
  6. Okay I found an Internet quote that says if the world would be a better place if people tell what they really wanted, so here it is: I want my dragon to be sheared by diamond shears, not ordinary shears, It doesn't need to behave like the one in sheep's where you sheared it once and wait another time to be sheared again, I just want it to be sheared and get it's dropItems, which is already set per breed, but shearing it damages the dragon by 1 simulating it was painful removing it,
  7. The wool has One class, one Item instance, different metadata/blockstates; My dragonscales has multiple classes, it says Blocks.WOOL and i have multiple items i want my dragon do drop when sheared,
  8. The only problem of onSheared is that because I have multiple different Items with their own classes and are treated as ingots, and the onsheared method have this ret.add(new ItemStack(Item.getItemFromBlock(Blocks.WOOL), 1, this.getFleeceColor().getMetadata())); I can change getFlleceColor to getBreedType But the ItemStack is pretty difficult.
  9. Thank God you replied sir, All my hardwork is starting to pay
  10. I am just wondering if the wool block have their own class per color or have a single class.
  11. Hello Sir, Are you still there? I fixed the dragons dropping items now but I'm not done with the shearing. does the wool blocks have their own class per color or have just one class but is rendered with different colors?
  12. You know what I loved about coding is, that you struggle for days trying to solve it and there is really just a simple solution and make you laugh about it.
  13. Just looking for a tutorial I had sore eyes last time I was coding and my parents liited the time of me using pc for 30 minutes, I'll do my research after It's cured.
  14. Finally I found what's causing the bug. In the loot_tables file, i put an entities folder and there I put my JSON loot tables.
  15. It's more than a hundred files so i just gonna upload what gonna need fixed is that ok?
  16. i clicked wrap it up so what happens now?
  17. It gives me a command box now, what do I do?
  18. how do I do it? can you send me a tutorial?
  19. So you're gonna help me fix it? YES! https://github.com/TheRPGAdventurer/Realm-of-the-Dragons
  20. just found something in the debug https://pastebin.com/XAjKRiVV
  21. main entity class, https://pastebin.com/sPdxt4K6 dragon breed class, https://pastebin.com/EnBhvUfF each breed has it's own class this is one of an example of the breed almost all of it looks the same, https://pastebin.com/eP4thX71 loot table registration class, https://pastebin.com/dqA65RdG
×
×
  • Create New...

Important Information

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