DraginCraft Posted June 5, 2021 Posted June 5, 2021 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? Quote
aritod Posted June 6, 2021 Posted June 6, 2021 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. Quote
DraginCraft Posted June 8, 2021 Author Posted June 8, 2021 (edited) 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, 2021 by DraginCraft Quote
aritod Posted June 8, 2021 Posted June 8, 2021 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 Quote
DraginCraft Posted June 8, 2021 Author Posted June 8, 2021 (edited) I'm on IntelliJ IDEA 2019.1, where is the Preferences tab at? Also, the Minecraft version is 1.16.1 Edited June 8, 2021 by DraginCraft Quote
aritod Posted June 8, 2021 Posted June 8, 2021 (edited) 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, 2021 by aritod Quote
DraginCraft Posted June 8, 2021 Author Posted June 8, 2021 (edited) It says "Default" in a drop-down box. Edited June 8, 2021 by DraginCraft Quote
aritod Posted June 8, 2021 Posted June 8, 2021 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 Quote
Recommended Posts
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.