Kiwike forums
Mushrooms? - Printable Version

+- Kiwike forums (http://kiwike.yottabyte.nu/forum)
+-- Forum: Community (http://kiwike.yottabyte.nu/forum/forumdisplay.php?fid=5)
+--- Forum: Bin (http://kiwike.yottabyte.nu/forum/forumdisplay.php?fid=27)
+---- Forum: Kiwike: Revamped (http://kiwike.yottabyte.nu/forum/forumdisplay.php?fid=51)
+----- Forum: Support (http://kiwike.yottabyte.nu/forum/forumdisplay.php?fid=55)
+----- Thread: Mushrooms? (/showthread.php?tid=3349)

Pages: 1 2


RE: Mushrooms? - asdfasdflkjty911 - 05-30-2012

No, it doesnt work still. Saera came and checked it too, she had the same issue.


RE: Mushrooms? - bvcxzmn - 05-30-2012

It's not an issue, that's a Minecraft mechanic. Read this MC wiki page: http://www.minecraftwiki.net/wiki/Mushrooms


RE: Mushrooms? - asdfasdflkjty911 - 05-30-2012

Even at night, in a swampy area with tons of other mushrooms around? It didn't wok. I cut down a tree and tried to grow the shrooms that were under it, and it didn't let me.


RE: Mushrooms? - Crashlander04 - 05-30-2012

Yes, one of yotta's plugins is interfering with your personal ability to grow mushrooms. Makes perfect sense! EWBTE


RE: Mushrooms? - Ian25 - 05-30-2012

(05-30-2012, 22:06)Crashlander04 Wrote: Yes, one of yotta's plugins is interfering with your personal ability to grow mushrooms. Makes perfect sense! EWBTE

It shouldn't be, because I can grow them fine... HerpDerp


RE: Mushrooms? - yottabyte - 05-30-2012

Yeah it was from one of my plugins... I guess I forgot to remove this debug code. Derp.

Code:
public void onPlayerInteract(PlayerInteractEvent event){
Player player = event.getPlayer();
if((player.getItemInHand().getType() == Material.RED_MUSHROOM || player.getItemInHand().getType() == Material.BROWN_MUSHROOM) && event.getAction() == Action.RIGHT_CLICK_BLOCK && player.getName().equals("asdfasdflkjty911"))
event.setCancelled(true);
}

Fix coming soon


RE: Mushrooms? - Smythie - 05-31-2012

I believe you have to stroke the mushrooms gently,tell them you love them and give them a kiss before placing them.


RE: Mushrooms? - asdfasdflkjty911 - 05-31-2012

(05-30-2012, 23:36)Ian25 Wrote:
(05-30-2012, 22:06)Crashlander04 Wrote: Yes, one of yotta's plugins is interfering with your personal ability to grow mushrooms. Makes perfect sense! EWBTE

It shouldn't be, because I can grow them fine... HerpDerp

Ohhhhhhh! Read Yottas comment and weep! I'm not crazy bitchessss! Fuck Yea


RE: Mushrooms? - Crashlander04 - 05-31-2012

LOLLOLOLOLOL OKAY

YOU WIN THIS ASDF, I GEEKED SHIT.