So you want to add a new mob to the game? Want to do it without mods? I have you covered! Make sure you're using 1.9 or 1.10 and please make sure you have cheats enabled =)
First off, you're going to need to create a custom mob.
Video for fast and easy knowledge with visuals:
Give yourself a command block.
Summon in your custom mob using a website called MCStacker. Remember, we'll spawn it in naturally later! For now, spawn it in using the summon command.
Continue to step four if you want to add more abilities.
You can put a repeating command block on always active if you want constant effects, use the /execute command from the custom mob to do this. For example:
It's working yeah. But the only problem (my long time problem) it can only use it naturally spawn "1" custom mobs. You cannot add more custom mobs that will naturally spawning too.
I'd like your new tutorial for more creatures EP1 but it's not working. Can you give me the Code?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
So you want to add a new mob to the game? Want to do it without mods? I have you covered! Make sure you're using 1.9 or 1.10 and please make sure you have cheats enabled =)
The code for this is at the bottom of the instructions! The instructions are simply there to explain what the machine does!
#Legend: INIT = Adding a scoreboard. R = Repeating Command COND = Condition Command ### INIT: /scoreboard objectives add count dummy R: /scoreboard players set counter count 0 /execute @e[type=Zombie,tag=!found] ~ ~ ~ /scoreboard players add counter count 1 /scoreboard players test counter count 5 R:COND: /entitydata @r[type=Zombie,tag=!found] {CustomName:"spawn_ghast",CustomNameVisible:1,Tags:[found]} /execute @r[type=Zombie,tag=!found] ~ ~ ~ detect ~ ~-1 ~ sand -1 /entitydata @e[type=Zombie,c=1,r=0] {CustomName:"spawn_giant",CustomNameVisible:1,Tags:[found]} /entitydata @e[tag=!found] {Tags:["found"]} R: /execute @e[name=spawn_ghast] ~ ~ ~ /summon Ghast /tp @e[name=spawn_ghast] ~ -512 ~ R:/execute @e[name=spawn_giant] ~ ~ ~ /summon Giant /tp @e[name=spawn_giant] ~ -512 ~ R: /execute @a ~ ~ ~ /scoreboard players tag @e[type=Zombie,r=16] add found17 000 subscribers on YouTube.
Custom Command Modpacks. Learn how to make your own commands.
YouTube: https://www.youtube.com/channel/UC_LBXGLs8Sa0opJHFVDVBqA
Twitter: https://twitter.com/Jragon014
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumNice!
Avatar: yeah
My Soundcloud. The link works now.
If you find a cool new adventure map, that I might not have heard of, be sure to send me a PM
The second chain command block says "tag !found found nothing" ...
It's working yeah. But the only problem (my long time problem) it can only use it naturally spawn "1" custom mobs. You cannot add more custom mobs that will naturally spawning too.
I'd like your new tutorial for more creatures EP1 but it's not working. Can you give me the Code?