Minecraft Maps / Redstone Device

Birds - A Vanilla Mob Creation

  • 79,709 views, 2 today
  • 26,991 downloads, 0 today
  • 241
  • 104
  • 106
Onnowhere's Avatar Onnowhere
Level 64 : High Grandmaster Cyborg
335
This is a vanilla mob creation. It adds birds that randomly spawn around players that come in red or brown variants as well as baby and adult. They can fly, walk around, be fed, grow into adults, make nests, and drop items that can be used to custom craft some items! No resource packs or mods are used and it works completely in vanilla 1.8.

(Note: This was made for Minecraft version 1.8, not yet tested with multiplayer but should work)

[ Reddit Post ]

I would suggest using the following gamerules when using the schematic:
/gamerule commandBlockOut false
/gamerule logAdminCommands false

UPDATE 1: Fixed a little screw up with the randomizer. I forgot to remove some testing blocks that stop them from making nests and spawning naturally! Sorry about that!

UPDATE 2: Continuing the first update, fixed bird flying.

UPDATE 3: Improved glitch where birds close to each other glitch into each other. Do not spawn birds closer than 3 blocks near each other or force them together.

UPDATE 4: Improved glitch more where birds close to each other glitch into each other. Bird model resets after glitching. (Thanks MC Labs15!)

UPDATE 5: Hid annoying scoreboard left on screen when loading world download.

UPDATE 6: Fixed bird head displaying as Steve.

WARNING: Don't spawn birds directly next to each other or force them together! When they come near each other they glitch really badly :P! If they are above 3 blocks apart they will be ok.

Features:

Birds

- Randomly spawn around a player
- Fly through air, walk on ground, hop occasionally, and make sounds!
- Red, Brown, Baby, and Adult varieties of birds
- Can be fed by dropping wheat seeds on them
- Drop Odd Bird Egg when fed as an adult which breaks when dropped from heights to get Yolk, Egg White, and Egg Shell
- Create nests rarely when adult and on a leaf block
- Nests spawn 3 baby birds over time, then break into sticks
- Rarely drop Bird Wing when killed
- Killed by arrows only
- Animated wings

Crafting
- Crafting Machine for custom recipes (may expand on this in the future in a different post)
- Two recipes for Omelette and Winged Armor
- Omelettes provide +2 max health when held in hand and can be eaten
- Winged Armor when worn gives speed, jump boost, and feather falling IV

Flying Machine
- Created when placing Winged Armor on armor stand with leather cap
- Can be ridden and flown in any direction you look!
- Animated wings

Guide Book (Not Normally Obtainable)
- Can be obtained at the command blocks that control everything by clicking the labeled sign
- Tells all features that come with this as well as information on all items and crafting

Download comes with:
- World download with command blocks
- Schematic of command blocks
- Note: You can find all items in a double chest at the command block mechanic

Using it in your world:
- Once pasted into your world, simply flick the lever up at the starting area to power the bird mechanic and press the button to create all scoreboards

- If you'd like to change the probability of bird chirping, bird flying, nest spawning, and/or bird spawning, you'll have to take out wool items from the hoppers that are facing into droppers in the randomizer. The more you take out, the more likely it will occur. From the hopper clock to the longer end, the hoppers link (you can see to where by following the redstone trail) from bird chirping, bird flying, nest spawning, then bird spawning. Current probabilities are 1/9, 1/81, 1/729, and 1/6561 respectively.

Easter Egg (shh!)
Turn Birds into Notch Birds! (Use on already existing birds)

Adult birds:
/entitydata @e[​name=birdbigm] {Equipment:[{id:minecraft:skull,Count:1b,Damage:3s,tag:{display:{Name:"Notch"},SkullOwner:{Id:3B6671CB-52F8-2ED6-1C41-ABA9F84EC02D,Properties:{textures:{Value:e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly9pLmltZ3VyLmNvbS9HY2FOUGhsLnBuZyJ9fX0==}]}}} }]}

Baby birds:
/entitydata @e[​name=birdm] {Equipment:[{id:minecraft:skull,Count:1b,Damage:3s,tag:{display:{Name:"Notch"},SkullOwner:{Id:3B6671CB-52F8-2ED6-1C41-ABA9F84EC02D,Properties:{textures:{Value:e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly9pLmltZ3VyLmNvbS9HY2FOUGhsLnBuZyJ9fX0==}]}}} }]}
Progress100% complete
Tags

5 Update Logs

Update #6 : by Onnowhere 12/05/2015 12:45:03 pmDec 5th, 2015

- Fixed steve heads displaying instead of bird heads
LOAD MORE LOGS

Create an account or sign in to comment.

1
08/22/2016 9:19 am
Level 10 : Journeyman Architect
Bulkbuster
Bulkbuster's Avatar
This Is Incredible! NEVER seen anything like this. PLEASE MAKE MORE!
1
03/11/2016 5:03 pm
Level 1 : New Explorer
Xx_FoxFlame391_xX
Xx_FoxFlame391_xX's Avatar
Hello once again. So recently I have been working on creating a creation of my own very similar to this, but I was wondering if you could tell me a bit about the teleportation. When my creature walks, I want the bat to be constantly teleported to the horse, and when flying, the horse constantly teleported to the bat. I understand how to teleport animals and entities to one another, but I wasn't sure how to alternate between the two like you have done. If you could help me out, that would be great, but I understand if you choose otherwise. Thanks! :)
1
04/13/2016 11:37 pm
Level 64 : High Grandmaster Cyborg
Onnowhere
Onnowhere's Avatar
You can have a score for flying and when the score determines that it should be flying, run a different set of commands. For example, assume when Flying is 1, it is flying and 0 is not. Also assume that the flying score is shared between both entities. Then you could run these two commands:

/tp @e[type=Bat,score_Flying_min=1] @e[type=EntityHorse,score_Flying_min=1,c=1]

/tp @e[type=EntityHorse,score_Flying=0] @e[type=Bat,score_Flying=0,c=1]
1
12/24/2015 2:11 pm
Level 1 : New Miner
Blackbox9
Blackbox9's Avatar
Is there any way that you can post the crafting machine with a way to make custom recipes? that would be pretty cool.
1
10/23/2015 12:22 pm
Level 34 : Artisan Architect
doug111973
doug111973's Avatar
doesnt work on a server world? just pasted it in a hole under spawn, and it just spams chat with errors till i flick the lever off.. will it even work on a multiplayer server??
1
12/05/2015 12:55 pm
Level 64 : High Grandmaster Cyborg
Onnowhere
Onnowhere's Avatar
It should work in 1.8.8 vanilla. Is the server running on plugins?
1
10/10/2015 11:27 am
Level 34 : Artisan Architect
doug111973
doug111973's Avatar
This is awesome! gonna try it tonight! Thanks! and More like this!! Please! :)
1
08/23/2015 4:20 pm
Level 1 : New Explorer
Xx_FoxFlame391_xX
Xx_FoxFlame391_xX's Avatar
Hello. So I want to download this mod but I saw that you need to have MCEdit in order to download/import it. I was wondering if Worldedit would work as well? I don't have any mods but if I were to download one, what's the difference? And what would you reccomend? Any feedback would be great. Thanks!
1
08/25/2015 3:43 pm
Level 64 : High Grandmaster Cyborg
Onnowhere
Onnowhere's Avatar
The world in the download has it already installed. If you would like to import into your world, world edit can work as well if you know where to put the schematic file (also in download)!
1
04/24/2015 8:22 am
Level 11 : Journeyman Mage
Draconoboris
Draconoboris's Avatar
could you go one step further and make dragons that you can tame as pets,oh and for the over achiever only one command,EVERYONE WOULD LOVE IT,i mean who wouldnt want a cute little dog sized dragon,there soooooooo kawaii(cute) ^_^
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome