Posted June 5, 20214 yr I'm trying to create a custom player-like mob (so a custom mob that looks exactly like a player and walks the same way), but I don't know how to make it be a player model instead of a zombie model, or how to change what sounds it makes (preferably to player sounds.) Could somebody help me?
June 6, 20214 yr On 6/5/2021 at 2:09 PM, DraginCraft said: I'm trying to create a custom player-like mob (so a custom mob that looks exactly like a player and walks the same way), but I don't know how to make it be a player model instead of a zombie model, or how to change what sounds it makes (preferably to player sounds.) Could somebody help me? Create a custom entity and look at the PlayerEntity code. To change the sounds it makes override getAmbientSound(), getHurtSound(), getDeathSound(), etc.
June 8, 20214 yr Author I've actually been trying to find the code for mobs for a while, how do I look at it? (I'm using IntelliJ) Edited June 8, 20214 yr by DraginCraft
June 8, 20214 yr 17 minutes ago, DraginCraft said: I've actually been trying to find the code for mobs for a while, how do I look at it? (I'm using IntelliJ) Depends. What keymap are you using? If you go under Preferences -> Keymap you can check
June 8, 20214 yr Author I'm on IntelliJ IDEA 2019.1, where is the Preferences tab at? Also, the Minecraft version is 1.16.1 Edited June 8, 20214 yr by DraginCraft
June 8, 20214 yr 2 minutes ago, DraginCraft said: I'm on IntelliJ IDEA 2019.1, where is the Preferences tab at? IntelliJ -> Preferences -> Keymap Or just go Help and search preferences Edited June 8, 20214 yr by aritod
June 8, 20214 yr 10 minutes ago, DraginCraft said: It says "Default" in a drop-down box. These should be for you then https://resources.jetbrains.com/storage/products/intellij-idea/docs/IntelliJIDEA_ReferenceCard.pdf But What you're looking for is Ctrl + Shift + N
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.