If you get that error, you aren't using my tutorials. I am only helping people using my tutorials on this thread. But, just so some idiot doesn't lead you off in the wrong direction by telling you to add that method and leaving it empty, I will show you what to do. Just psot your code and I will show you what to do.
package net.minecraft.src;
public class mod_gcc extends BaseMod
{
public static final Block newblock = new BlockCrystal(127, 0).setHardness(0.3F).setResistance(1.0F).setLightValue(1.0F).setBlockName("newblock");
}
public class mod_gcc extends BaseMod
{
public static final Block newblock = new BlockCrystal(127, 0).setHardness(0.3F).setResistance(1.0F).setLightValue(1.0F).setBlockName("newblock");
}
Where is the rest of the class? You need to follow the whole tutorial for the block.
Rollback Post to RevisionRollBack
“Computers are incredibly fast, accurate and stupid; humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination."
So i was trying to make my mob tameable but i got an error somewhere plz help.
I did copy most of the source code to make it work.
But try after try i failed :(.
EntityLib:
package net.minecraft.src;
import java.util.Random;
public class EntityLib extends EntityTameable
{
private EntityAITempt aiTempt;
public EntityLib(World world)
{
super(world);
texture = "/mods/Models/Lib/Lib.png";
moveSpeed = 0.5F;
isImmuneToFire = false;
}
public EntityAnimal spawnBabyAnimal(EntityAnimal par1EntityAnimal)
{
EntityLib entitylib = new EntityLib(worldObj);
if (isTamed())
{
entitylib.setOwner(getOwnerName());
entitylib.setTamed(true);
entitylib.func_48147_c(func_48148_ad());
}
return entitylib;
}
public boolean func_48135_b(EntityAnimal par1EntityAnimal)
{
if (par1EntityAnimal == this)
{
return false;
}
if (!isTamed())
{
return false;
}
if (!(par1EntityAnimal instanceof EntityLib))
{
return false;
}
EntityLib entitylib = (EntityLib)par1EntityAnimal;
if (!entitylib.isTamed())
{
return false;
}
else
{
return isInLove() && entitylib.isInLove();
}
}
public int func_48148_ad()
{
return dataWatcher.getWatchableObjectByte(18);
}
public void func_48147_c(int par1)
{
dataWatcher.updateObject(18, Byte.valueOf((byte)par1));
}
java.lang.NullPointerException
at net.minecraft.src.EntityLib.interact(EntityLib.java:103)
at net.minecraft.src.EntityPlayer.useCurrentItemOnEntity(EntityPlayer.java:1069)
at net.minecraft.src.PlayerController.interactWithEntity(PlayerController.java:131)
at net.minecraft.client.Minecraft.clickMouse(Minecraft.java:1392)
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1834)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:870)
at net.minecraft.client.Minecraft.run(Minecraft.java:801)
at java.lang.Thread.run(Unknown Source)
Stopping!
So I decided to try using ModLoader for the first time and installed it into a clean minecraft.jar which I then decompiled. However, after it finished decompiling I got multiple errors regarding the paulscode import not being resolved. Searching this thread I found your suggestions to re-install modloader into a new .jar and try again, but this didn't work (I tried twice). Do I need to download a new bin folder, delete/keep META-INF when installing it, or anything else I might be missing?
So i was trying to make my mob tameable but i got an error somewhere plz help.
I did copy most of the source code to make it work.
But try after try i failed .
EntityLib:
package net.minecraft.src;
import java.util.Random;
public class EntityLib extends EntityTameable
{
private EntityAITempt aiTempt;
public EntityLib(World world)
{
super(world);
texture = "/mods/Models/Lib/Lib.png";
moveSpeed = 0.5F;
isImmuneToFire = false;
}
public EntityAnimal spawnBabyAnimal(EntityAnimal par1EntityAnimal)
{
EntityLib entitylib = new EntityLib(worldObj);
if (isTamed())
{
entitylib.setOwner(getOwnerName());
entitylib.setTamed(true);
entitylib.func_48147_c(func_48148_ad());
}
return entitylib;
}
public boolean func_48135_b(EntityAnimal par1EntityAnimal)
{
if (par1EntityAnimal == this)
{
return false;
}
if (!isTamed())
{
return false;
}
if (!(par1EntityAnimal instanceof EntityLib))
{
return false;
}
EntityLib entitylib = (EntityLib)par1EntityAnimal;
if (!entitylib.isTamed())
{
return false;
}
else
{
return isInLove() && entitylib.isInLove();
}
}
public int func_48148_ad()
{
return dataWatcher.getWatchableObjectByte(18);
}
public void func_48147_c(int par1)
{
dataWatcher.updateObject(18, Byte.valueOf((byte)par1));
}
java.lang.NullPointerException
at net.minecraft.src.EntityLib.interact(EntityLib.java:103)
at net.minecraft.src.EntityPlayer.useCurrentItemOnEntity(EntityPlayer.java:1069)
at net.minecraft.src.PlayerController.interactWithEntity(PlayerController.java:131)
at net.minecraft.client.Minecraft.clickMouse(Minecraft.java:1392)
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1834)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:870)
at net.minecraft.client.Minecraft.run(Minecraft.java:801)
at java.lang.Thread.run(Unknown Source)
Stopping!
So I decided to try using ModLoader for the first time and installed it into a clean minecraft.jar which I then decompiled. However, after it finished decompiling I got multiple errors regarding the paulscode import not being resolved. Searching this thread I found your suggestions to re-install modloader into a new .jar and try again, but this didn't work (I tried twice). Do I need to download a new bin folder, delete/keep META-INF when installing it, or anything else I might be missing?
I would try downloading an entirely new bin. I don't think you are meant to remove META-INF but I do sometimes and it seems to work. Quite a few people have been having this issue lately, I wonder if it is a difference in what Mojang, or MCP are doing.
“Computers are incredibly fast, accurate and stupid; humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination."
“Computers are incredibly fast, accurate and stupid; humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination."
Okay I got it working lol. I have another question though. After testing, I quit and got this error.
Mods loaded: 3
ModLoader 1.2.5
mod_ThePercyJacksonMod 1.2.5
mod_MinecraftForge 3.1.2.90
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem.
--- BEGIN ERROR REPORT 8c8cbcf8 --------
Generated 5/9/12 4:01 PM
Minecraft: Minecraft 1.2.5
OS: Windows XP (x86) version 5.1
Java: 1.7.0_04, Oracle Corporation
VM: Java HotSpot™ Client VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: GeForce 6150SE nForce 430/PCI/SSE2/3DNOW! version 2.1.2, NVIDIA Corporation
java.lang.NullPointerException
at net.minecraft.src.RegionFile.close(RegionFile.java:382)
at net.minecraft.src.RegionFileCache.clearRegionFileReferences(RegionFileCache.java:67)
at net.minecraft.src.AnvilSaveConverter.flushCache(AnvilSaveConverter.java:65)
at net.minecraft.client.Minecraft.changeWorld(Minecraft.java:2127)
at net.minecraft.client.Minecraft.changeWorld2(Minecraft.java:2025)
at net.minecraft.client.Minecraft.changeWorld1(Minecraft.java:2017)
at net.minecraft.src.GuiIngameMenu.actionPerformed(GuiIngameMenu.java:51)
at net.minecraft.src.GuiScreen.mouseClicked(GuiScreen.java:114)
at net.minecraft.src.GuiScreen.handleMouseInput(GuiScreen.java:186)
at net.minecraft.src.GuiScreen.handleInput(GuiScreen.java:165)
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1561)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:819)
at net.minecraft.client.Minecraft.run(Minecraft.java:747)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT d7761556 ----------
Edit: Okay, I created a new world and the error disappeared. Another question though, My structure has some grass blocks and wild grass in side. I decided to spawn them in plains so that it's flatter, but is it possible to spawn it to the top grass block so there are no grass blocks inside?
Okay I got it working lol. I have another question though. After testing, I quit and got this error.
Mods loaded: 3
ModLoader 1.2.5
mod_ThePercyJacksonMod 1.2.5
mod_MinecraftForge 3.1.2.90
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem.
--- BEGIN ERROR REPORT 8c8cbcf8 --------
Generated 5/9/12 4:01 PM
Minecraft: Minecraft 1.2.5
OS: Windows XP (x86) version 5.1
Java: 1.7.0_04, Oracle Corporation
VM: Java HotSpot™ Client VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: GeForce 6150SE nForce 430/PCI/SSE2/3DNOW! version 2.1.2, NVIDIA Corporation
java.lang.NullPointerException
at net.minecraft.src.RegionFile.close(RegionFile.java:382)
at net.minecraft.src.RegionFileCache.clearRegionFileReferences(RegionFileCache.java:67)
at net.minecraft.src.AnvilSaveConverter.flushCache(AnvilSaveConverter.java:65)
at net.minecraft.client.Minecraft.changeWorld(Minecraft.java:2127)
at net.minecraft.client.Minecraft.changeWorld2(Minecraft.java:2025)
at net.minecraft.client.Minecraft.changeWorld1(Minecraft.java:2017)
at net.minecraft.src.GuiIngameMenu.actionPerformed(GuiIngameMenu.java:51)
at net.minecraft.src.GuiScreen.mouseClicked(GuiScreen.java:114)
at net.minecraft.src.GuiScreen.handleMouseInput(GuiScreen.java:186)
at net.minecraft.src.GuiScreen.handleInput(GuiScreen.java:165)
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1561)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:819)
at net.minecraft.client.Minecraft.run(Minecraft.java:747)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT d7761556 ----------
Edit: Okay, I created a new world and the error disappeared. Another question though, My structure has some grass blocks and wild grass in side. I decided to spawn them in plains so that it's flatter, but is it possible to spawn it to the top grass block so there are no grass blocks inside?
You just add an if statement into the generate method of your world gen class checking the blocks at certain locations.
“Computers are incredibly fast, accurate and stupid; humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination."
Okay I got that working. Now I worked with flowers. Just a question, with those two files, mod_ and BlockNamehereFlower, would it automatically generate in the world?
Okay I got that working. Now I worked with flowers. Just a question, with those two files, mod_ and BlockNamehereFlower, would it automatically generate in the world?
No, the flower tutorial only covers the block itself. The Ore Generation tutorial covers how to generate blocks in the world. Except, exchange randPosY for this:
I think that will make it generate on the surface only, not to sure though because I haven't tested it.
Rollback Post to RevisionRollBack
“Computers are incredibly fast, accurate and stupid; humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination."
package net.minecraft.src;
import java.util.Random;
public class BlockCrystal extends Block
{
public BlockCrystal(int i, int j)
{
super(i, j, Material.glass);
}
public int idDropped(int i, Random random)
{
return mod_project.Shard.shiftedIndex;
}
public int quantityDropped(Random random)
{
return 3 + random.nextInt(3);
}
}
Here is an error - as drop is block, not item. And must be item.
Hey, I tried you code but replacing that piece of line just gives me a long error. Here it is.
Mods loaded: 4
ModLoader 1.2.5
mod_ThePercyJacksonMod 1.2.5
mod_MinecraftForge 3.1.2.90
mod_PJModStructures 1.2.5
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem.
--- BEGIN ERROR REPORT 49be5b9c --------
Generated 5/9/12 9:30 PM
Minecraft: Minecraft 1.2.5
OS: Windows XP (x86) version 5.1
Java: 1.7.0_04, Oracle Corporation
VM: Java HotSpot™ Client VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: GeForce 6150SE nForce 430/PCI/SSE2/3DNOW! version 2.1.2, NVIDIA Corporation
java.lang.StackOverflowError
at net.minecraft.src.Block.quantityDropped(Block.java:575)
at net.minecraft.src.Block.quantityDroppedWithBonus(Block.java:977)
at net.minecraft.src.Block.quantityDropped(Block.java:1397)
at net.minecraft.src.Block.getBlockDropped(Block.java:1415)
at net.minecraft.src.Block.dropBlockAsItemWithChance(Block.java:614)
at net.minecraft.src.Block.dropBlockAsItem(Block.java:602)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:45)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:904)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:904)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:904)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:904)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:904)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:904)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:905)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:904)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:904)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
--- END ERROR REPORT 288dbf34 ----------
I think it just repeats.
Edit: And also, as for the biome tutorial, would this codes automatically generate the biomes on the world? I can't seem to find my biome.
For some reason my client doesn't recognize any of my mods what so ever. I followed your coding pretty closely, but still they dont register. It doesn't give an error code or crash it simply says they don't exist. Heres my code if you see anything wrong with it or have any idea what the cause might be I'd love to hear it.
[js]package net.minecraft.src;
public class Mod_blood extends BaseMod
{
}
public static final Block blood = new BlockStone(212, 0).setHardness(3F).setResistance(5F).setStepSound(Block.soundStoneFootstep).setBlockName("blood");
Hey, I tried you code but replacing that piece of line just gives me a long error. Here it is.
Mods loaded: 4
ModLoader 1.2.5
mod_ThePercyJacksonMod 1.2.5
mod_MinecraftForge 3.1.2.90
mod_PJModStructures 1.2.5
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem.
--- BEGIN ERROR REPORT 49be5b9c --------
Generated 5/9/12 9:30 PM
Minecraft: Minecraft 1.2.5
OS: Windows XP (x86) version 5.1
Java: 1.7.0_04, Oracle Corporation
VM: Java HotSpot™ Client VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: GeForce 6150SE nForce 430/PCI/SSE2/3DNOW! version 2.1.2, NVIDIA Corporation
java.lang.StackOverflowError
at net.minecraft.src.Block.quantityDropped(Block.java:575)
at net.minecraft.src.Block.quantityDroppedWithBonus(Block.java:977)
at net.minecraft.src.Block.quantityDropped(Block.java:1397)
at net.minecraft.src.Block.getBlockDropped(Block.java:1415)
at net.minecraft.src.Block.dropBlockAsItemWithChance(Block.java:614)
at net.minecraft.src.Block.dropBlockAsItem(Block.java:602)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:45)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:904)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:904)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:904)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:904)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:904)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:904)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:905)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:904)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:904)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
--- END ERROR REPORT 288dbf34 ----------
I think it just repeats.
Edit: And also, as for the biome tutorial, would this codes automatically generate the biomes on the world? I can't seem to find my biome.
Can you post your code please. Also, Modoader.addBiome adds the biome into generation.
For some reason my client doesn't recognize any of my mods what so ever. I followed your coding pretty closely, but still they dont register. It doesn't give an error code or crash it simply says they don't exist. Heres my code if you see anything wrong with it or have any idea what the cause might be I'd love to hear it.
[js]package net.minecraft.src;
public class Mod_blood extends BaseMod
{
}
public static final Block blood = new BlockStone(212, 0).setHardness(3F).setResistance(5F).setStepSound(Block.soundStoneFootstep).setBlockName("blood");
public String getVersion()
{
return "1.2.5";
}
public void load() {
}
}[/js]
And yes I deleted the Meta-Inf
You're not following my tutorial closely enough. Hint:
load() should be the contructor.
Rollback Post to RevisionRollBack
“Computers are incredibly fast, accurate and stupid; humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination."
package net.minecraft.src;
public class mod_gcc extends BaseMod
{
public static final Block newblock = new BlockCrystal(127, 0).setHardness(0.3F).setResistance(1.0F).setLightValue(1.0F).setBlockName("newblock");
}
Where is the rest of the class? You need to follow the whole tutorial for the block.
together they are powerful beyond imagination."
I did copy most of the source code to make it work.
But try after try i failed :(.
EntityLib:
import java.util.Random;
public class EntityLib extends EntityTameable
{
private EntityAITempt aiTempt;
public EntityLib(World world)
{
super(world);
texture = "/mods/Models/Lib/Lib.png";
moveSpeed = 0.5F;
isImmuneToFire = false;
}
public EntityAnimal spawnBabyAnimal(EntityAnimal par1EntityAnimal)
{
EntityLib entitylib = new EntityLib(worldObj);
if (isTamed())
{
entitylib.setOwner(getOwnerName());
entitylib.setTamed(true);
entitylib.func_48147_c(func_48148_ad());
}
return entitylib;
}
public boolean func_48135_b(EntityAnimal par1EntityAnimal)
{
if (par1EntityAnimal == this)
{
return false;
}
if (!isTamed())
{
return false;
}
if (!(par1EntityAnimal instanceof EntityLib))
{
return false;
}
EntityLib entitylib = (EntityLib)par1EntityAnimal;
if (!entitylib.isTamed())
{
return false;
}
else
{
return isInLove() && entitylib.isInLove();
}
}
public int func_48148_ad()
{
return dataWatcher.getWatchableObjectByte(18);
}
public void func_48147_c(int par1)
{
dataWatcher.updateObject(18, Byte.valueOf((byte)par1));
}
public int getMaxHealth()
{
return 20;
}
protected String getLivingSound()
{
return "mob.villager.default";
}
protected String getHurtSound()
{
return "mob.villager.defaulthurt";
}
protected String getDeathSound()
{
return "mob.villager.defaultdeath";
}
protected int getDropItemId()
{
return Item.ingotIron.shiftedIndex;
}
public boolean interact(EntityPlayer par1EntityPlayer)
{
ItemStack itemstack = par1EntityPlayer.inventory.getCurrentItem();
if (!isTamed())
{
if (aiTempt.func_48270_h() && itemstack != null && itemstack.itemID == Item.fishRaw.shiftedIndex && par1EntityPlayer.getDistanceSqToEntity(this) < 9D)
{
itemstack.stackSize--;
if (itemstack.stackSize <= 0)
{
par1EntityPlayer.inventory.setInventorySlotContents(par1EntityPlayer.inventory.currentItem, null);
}
if (!worldObj.isRemote)
{
if (rand.nextInt(3) == 0)
{
setTamed(true);
func_48147_c(1 + worldObj.rand.nextInt(3));
setOwner(par1EntityPlayer.username);
func_48142_a(true);
aiSit.func_48407_a(true);
worldObj.setEntityState(this, (byte)7);
}
else
{
func_48142_a(false);
worldObj.setEntityState(this, (byte)6);
}
}
}
return true;
}
if (par1EntityPlayer.username.equalsIgnoreCase(getOwnerName()) && !worldObj.isRemote && !isWheat(itemstack))
{
aiSit.func_48407_a(!isSitting());
}
return super.interact(par1EntityPlayer);
}
protected boolean canDespawn()
{
return false;
}
}
OpenAL initialized.
java.lang.NullPointerException
at net.minecraft.src.EntityLib.interact(EntityLib.java:103)
at net.minecraft.src.EntityPlayer.useCurrentItemOnEntity(EntityPlayer.java:1069)
at net.minecraft.src.PlayerController.interactWithEntity(PlayerController.java:131)
at net.minecraft.client.Minecraft.clickMouse(Minecraft.java:1392)
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1834)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:870)
at net.minecraft.client.Minecraft.run(Minecraft.java:801)
at java.lang.Thread.run(Unknown Source)
Stopping!
SoundSystem shutting down...
Mod Development
I would try downloading an entirely new bin. I don't think you are meant to remove META-INF but I do sometimes and it seems to work. Quite a few people have been having this issue lately, I wonder if it is a difference in what Mojang, or MCP are doing.
Check out the "Other World Generation" section on the OP. I added in biome specific structures just the other day.
together they are powerful beyond imagination."
In the BiomeGen***, I'll replace it with something like, BiomeGenPlains?
And in the WorldGen****? I don't know that part.
Sorry, I'll have to add in a bit better of an explanation, but yes.
You replace
And then you replace
with the name of your world gen class/the class you designed your structure in. For example, in my mod, I use
because that is what the name of the class where the design is. Do you sort of understand how to do it now?
together they are powerful beyond imagination."
ModLoader 1.2.5
mod_ThePercyJacksonMod 1.2.5
mod_MinecraftForge 3.1.2.90
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem.
--- BEGIN ERROR REPORT 8c8cbcf8 --------
Generated 5/9/12 4:01 PM
Minecraft: Minecraft 1.2.5
OS: Windows XP (x86) version 5.1
Java: 1.7.0_04, Oracle Corporation
VM: Java HotSpot™ Client VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: GeForce 6150SE nForce 430/PCI/SSE2/3DNOW! version 2.1.2, NVIDIA Corporation
java.lang.NullPointerException
at net.minecraft.src.RegionFile.close(RegionFile.java:382)
at net.minecraft.src.RegionFileCache.clearRegionFileReferences(RegionFileCache.java:67)
at net.minecraft.src.AnvilSaveConverter.flushCache(AnvilSaveConverter.java:65)
at net.minecraft.client.Minecraft.changeWorld(Minecraft.java:2127)
at net.minecraft.client.Minecraft.changeWorld2(Minecraft.java:2025)
at net.minecraft.client.Minecraft.changeWorld1(Minecraft.java:2017)
at net.minecraft.src.GuiIngameMenu.actionPerformed(GuiIngameMenu.java:51)
at net.minecraft.src.GuiScreen.mouseClicked(GuiScreen.java:114)
at net.minecraft.src.GuiScreen.handleMouseInput(GuiScreen.java:186)
at net.minecraft.src.GuiScreen.handleInput(GuiScreen.java:165)
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1561)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:819)
at net.minecraft.client.Minecraft.run(Minecraft.java:747)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT d7761556 ----------
Edit: Okay, I created a new world and the error disappeared. Another question though, My structure has some grass blocks and wild grass in side. I decided to spawn them in plains so that it's flatter, but is it possible to spawn it to the top grass block so there are no grass blocks inside?
You just add an if statement into the generate method of your world gen class checking the blocks at certain locations.
Then just add a few more arguments into the if statement checking more blocks at certain distances away.
together they are powerful beyond imagination."
Okay I got that working. Now I worked with flowers. Just a question, with those two files, mod_ and BlockNamehereFlower, would it automatically generate in the world?
No, the flower tutorial only covers the block itself. The Ore Generation tutorial covers how to generate blocks in the world. Except, exchange randPosY for this:
I think that will make it generate on the surface only, not to sure though because I haven't tested it.
together they are powerful beyond imagination."
Here is an error - as drop is block, not item. And must be item.
ModLoader 1.2.5
mod_ThePercyJacksonMod 1.2.5
mod_MinecraftForge 3.1.2.90
mod_PJModStructures 1.2.5
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem.
--- BEGIN ERROR REPORT 49be5b9c --------
Generated 5/9/12 9:30 PM
Minecraft: Minecraft 1.2.5
OS: Windows XP (x86) version 5.1
Java: 1.7.0_04, Oracle Corporation
VM: Java HotSpot™ Client VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: GeForce 6150SE nForce 430/PCI/SSE2/3DNOW! version 2.1.2, NVIDIA Corporation
java.lang.StackOverflowError
at net.minecraft.src.Block.quantityDropped(Block.java:575)
at net.minecraft.src.Block.quantityDroppedWithBonus(Block.java:977)
at net.minecraft.src.Block.quantityDropped(Block.java:1397)
at net.minecraft.src.Block.getBlockDropped(Block.java:1415)
at net.minecraft.src.Block.dropBlockAsItemWithChance(Block.java:614)
at net.minecraft.src.Block.dropBlockAsItem(Block.java:602)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:45)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:904)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:904)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:904)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:904)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:904)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:904)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:905)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:904)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:903)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:901)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:902)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockAdonisFlower.checkFlowerChange(BlockAdonisFlower.java:46)
at net.minecraft.src.BlockAdonisFlower.onNeighborBlockChange(BlockAdonisFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:904)
at net.minecraft.src.World.notifyBlockChange(World.java:848)
at net.minecraft.src.World.setBlockWithNotify(World.java:806)
at net.minecraft.src.BlockNarcissusFlower.checkFlowerChange(BlockNarcissusFlower.java:46)
at net.minecraft.src.BlockNarcissusFlower.onNeighborBlockChange(BlockNarcissusFlower.java:33)
at net.minecraft.src.World.notifyBlockOfNeighborChange(World.java:919)
at net.minecraft.src.World.notifyBlocksOfNeighborChange(World.java:900)
--- END ERROR REPORT 288dbf34 ----------
I think it just repeats.
Edit: And also, as for the biome tutorial, would this codes automatically generate the biomes on the world? I can't seem to find my biome.
[js]package net.minecraft.src;
public class Mod_blood extends BaseMod
{
public Mod_blood()
{
blood.blockIndexInTexture = ModLoader.addOverride("/terrain.png", "/Custom textures/blood_texture.png");
ModLoader.registerBlock( blood );
ModLoader.addName(blood, "blood");
ModLoader.addRecipe(new ItemStack(blood, 1), new Object[] {" # ", Character.valueOf('#'), Block.dirt});
}
public static final Block blood = new BlockStone(212, 0).setHardness(3F).setResistance(5F).setStepSound(Block.soundStoneFootstep).setBlockName("blood");
public String getVersion()
{
return "1.2.5";
}
public void load() {
}
}[/js]
And yes I deleted the Meta-Inf
If you want a video, TheInstitution has one. If you prefer text then I think GoldenClawStudios has one, not sure if it is updated though...
Can you post your code please. Also, Modoader.addBiome adds the biome into generation.
You're not following my tutorial closely enough. Hint:
load() should be the contructor.
together they are powerful beyond imagination."