mirror of
				https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
				synced 2025-10-31 16:49:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			479 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			479 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/net/minecraft/server/BlockNetherWart.java
 | |
| +++ b/net/minecraft/server/BlockNetherWart.java
 | |
| @@ -33,7 +33,7 @@
 | |
|  
 | |
|          if (i < 3 && random.nextInt(10) == 0) {
 | |
|              iblockdata = (IBlockData) iblockdata.set(BlockNetherWart.AGE, i + 1);
 | |
| -            worldserver.setTypeAndData(blockposition, iblockdata, 2);
 | |
| +            org.bukkit.craftbukkit.event.CraftEventFactory.handleBlockGrowEvent(worldserver, blockposition, iblockdata, 2); // CraftBukkit
 | |
|          }
 | |
|  
 | |
|      }
 | 
