Jump to content

Billy Playz

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by Billy Playz

  1. By this, I assume you mean the textures in 1.14 and wanting to re-texture them. In order to do this, you must locate your Minecraft folder and then locate your versions folder. Then you must press the 1.14 version you are wanting to use (as of now it is 1.14 pre-1) and open that folder. Then open the jar file with WinRar. Once opened, you then copy (ctrl+c) the "assets" file and paste it into a folder where you want to edit the files (ctrl+v). Alternatively, you can just drag the files into whatever folder you want (though does not always work). This post is not in the correct area though as this is not a modding support post, instead of a Minecraft support/texture support. Try the Minecraft Forums for future posts on these matters, or http://www.minecraftforge.net/forum/forum/65-texture-packs/!
  2. I do understand, it is just he asked what errors showed up as he could not figure out why it does not work as he could not see any notes saying it has been changed (and I know it has changed, hence why I am wanting to have some help on how to do it). I am aware that copying code blindly is bad, I have learnt. I am asking for rotating code in a java class as the vanilla code does not work and I have no idea what I am doing with it in 1.13.2 as the code has changed. What do I extend if I need to? What do I implement if I need to? What is the code for the placement? What is the code for checking the player? Where do I put the code? Can the code be in a class file, or does it have to be where I have set the properties? Is my code correct? The only answer I know is that I have no idea how to do it, and I cannot find any help on this. This is why I have turned to the forums - for answers.
  3. Hi! This is what my Eclipse workspace area looks like when I tried your code. TY.
  4. Hi, sorry but I am looking for 1.13.2 as it says in the title as I am trying to update my mod from 1.12.2 to 1.13.2. I know from 1.12.2, but 1.13.2 I still need to figure out. Thanks for replying anyway. Though if this is for 1.13.2 (though you do say 1.12.2 in the blockstate) please can you tell me how my workspace should look?
  5. Hi! Sorry that it has been a while but do you mind if you could give me an example of 1.13 rotation on placement feature? I have tried messing with my code but I cannot get rotation to work in my block. I checked the furnace code and got the rotation code from it but it does not work as some things come out as deprecated or just not working. Sorry to be annoying if I am, but thanks if I get any replies again.
  6. Hi! I was wondering if I could get code in order to add player rotation to a block? And if so, can it be added to a class file or does it need to be in my blocklist/main class? My github files if you need to look at it for what I am trying to do... https://github.com/Billy-Playz/BDM/tree/1.13.2
  7. Adfocus can be dangerous as you do not see the file until you download it, it uses ads that can not be relevant (leading to 18+ ads being shown to young children) and many people use this to make money off of other peoples hard work.
  8. I followed this video and got these errors.
  9. "added my mod" means adding my mod workspace to my Eclipse
  10. I did the setup in Command Prompt (executing 'gradlew eclipse') and loaded up Eclipse, then added my mod. I have added the Command Prompt and errors in Eclipse in a google doccument, straight from the programs.
  11. Okay so I tried to load up my mod (fresh from gradlew eclipse) and it shows up with the following: 'Project 'BDM' is missing required library: '<DIRECTORY>\.gradle\daemon\4.9\unresolved dependency - net.minecraftforge forge 1.13.2-25.0.60_mapped_snapshot_20180921-1.13'' Any way to fix/resolve this? I cannot work without fixing it.
  12. Hi, I took some classes/code from Mr.Crayfish to create his sittable chairs (the EntitySittableBlock & SittableUtil) but when I add the code for onBlockActivated, I get stuck to the chair but the mob gets removed. Please could someone help with this issue? Here is my code for my chair class.. please can someone tell me what is wrong or what to add to resolve this issue? Thank you to anyone who can help me.
×
×
  • Create New...

Important Information

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