Jump to content

20ChenM

Members
  • Posts

    49
  • Joined

  • Last visited

Everything posted by 20ChenM

  1. Ive been browsing the web for solutions as when I try to run gradlew genIntellijRuns, it states it cannot find a specific file in a folder called in Bundled_repo I checked the supposed location of this file but could not find the folders it should be contained in, which are bundeled_repo/net. I deleted the chache and ran it again but it did not fix the issue.
  2. Just because I dont know Java doesnt mean I cant make a Mod. Making a mod has taught me alot of things about Java. Yea, I cant make a good mod, but thats not what im aiming for. This was supposed to be a fun little experiment to see what Java modding is like. Im not trying to make a job out of modding so dont be such a purist.
  3. yes, however, I wrote the code PlayerENtity par1 = null; because it would give an error if I just did PlayerEntity par1;
  4. I have tried, im out of ideas I know a little Java, but let me guess, ur gonna say Im not allowed to Mod until have 5 years of experience in Java and know how to do everything
  5. also, adding player.abilities.allowflight = true crashes the game
  6. I can only seem to post in teh gradle section, clicking on modder support doesnt show a button to create a post
  7. I want to allow the player to fly when they drink somthing, however, typing playerEntity.capabilities.alowFlying = true; gives an error saying capabilities part says private acces. Do I need an acces transformer or am I doing somthing wrong?
  8. some of the other things are still not working though, is there a good way to see what has changed and whar hasnt
  9. minecraft 'net.minecraftforge:forge:1.16.3-34.1.0' ] I had somthing different
  10. oh i fixed it, my build.gradle was out of date
  11. it gives me so many options, I dont know which one to pick when i select rename reference
  12. its highlighted red and says, cannot resolve method
  13. it seems to use some functions that have new names replacing them such func_230337_a_. what are the new names for these
  14. im getting errors when typing func_243248_b. What is the rename for it?
  15. 1. the picture i posted shows that I cant look at my own posts 2. so because im not a java expert and have a minimal understanding on how to use methods and call methods as well as how arrays and variable types work, I cant do modding.
×
×
  • Create New...

Important Information

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