Radioactive Sheep

Discussion in 'Archived: Plugin Requests' started by doodlord, Jul 5, 2011.

  1. Offline

    doodlord

    So;

    I was dying some sheep earlier, you know, the usual colours, Orange, Green, Red etc..
    When i thought about glowstone dust.
    It'd be cool if when you right click on a sheep with glowstone dust, the sheep becomes yellow, and glows at nighttime!
    Also, not sure if possible, but when you've punched the sheep to get the wool, it detonates, and explodes?
    Thanks for reading, and any developers willing to make this for me... <3 and Diamonds.
     
  2. Offline

    matter123

    its possible but sheep despawn
    @devs_that_say_you_cant_make_sheep_glow i know but you can set the block below the sheep light's level to 15 every few ticks or so
     
  3. Offline

    Minecraft93

    not possible. but it might be possible to right click with a certain material and give them the ability to hurt players from a distance.
     
  4. Offline

    WinSock

    This is very possible. Just set block light levels recursively to emulate a light source. And when you want the sheep to explode just call entity.remove() and use createExplosion(int radius).
     
  5. Offline

    doodlord

    So, a little confused :p
    It IS possible? but only the 'right click with a certain material and give them the ability to hurt players from a distance.' part?
    And thanks for the quick replies.
     
  6. Offline

    Minecraft93

    eh i lost ya haha. greek to me sorry for the wrong info then :/
     
  7. Offline

    WinSock

    No everything you said is possible :D I have no time to do it though D:
     
  8. Offline

    codename_B

    You can't set block light levels.
     
  9. Offline

    matter123

    yes you can if you dig up enough code you might also need to send packets
     
  10. Offline

    codename_B

    Alright - write the code and prove me wrong.
     
  11. Offline

    matter123

    ok and [OFFTOPIC] what is your avatar of [/OFFTOPIC]
     
  12. Offline

    codename_B

    It's a noisemap generated by BananaImageToMap lol
     
  13. Offline

    matter123

    why?
     
  14. Offline

    codename_B

    Because I liked it.
     
  15. Offline

    matter123


    maybe
    Code:java
    1. ((CraftWorld)block.getWorld()).getHandle().b(EnumSkyBlock.BLOCK, x, y, z, lightLevel);
     
  16. Offline

    codename_B

    tested it?
     
  17. Offline

    matter123



    @codename_B
    no i should

    but i curently im not in a position to test it

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
    andrewpo likes this.

Share This Page